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