Repository
Parity.io
Preparing search index...
The search index is not available
txwrapper-core
txwrapper-core
txwrapper-substrate/src/methods/balances/transfer
BalancesTransferArgs
Interface BalancesTransferArgs
Base Argument object for methods.
interface
BalancesTransferArgs
{
dest
:
{
id
:
string
;
}
;
value
:
string
|
number
;
}
Hierarchy (
view full
)
Args
BalancesTransferArgs
Index
Properties
dest
value
Properties
dest
dest
:
{
id
:
string
;
}
The recipient address, SS-58 encoded.
value
value
:
string
|
number
The amount to send.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dest
value
Repository
Parity.io
txwrapper-core
Loading...
Base Argument object for methods.