Preparing search index...
The search index is not available
Spectre WASM32 SDK - Core
Spectre WASM32 SDK - Core
IAccountsTransferRequest
Interface IAccountsTransferRequest
Argument interface for the
Wallet.accountsTransfer
method.
interface
IAccountsTransferRequest
{
destinationAccountId
:
string
;
paymentSecret
?:
string
;
priorityFeeSompi
?:
bigint
|
IFees
;
sourceAccountId
:
string
;
transferAmountSompi
:
bigint
;
walletSecret
:
string
;
}
Index
Properties
destination
Account
Id
payment
Secret?
priority
Fee
Sompi?
source
Account
Id
transfer
Amount
Sompi
wallet
Secret
Properties
destination
Account
Id
destination
Account
Id
:
string
Optional
payment
Secret
payment
Secret
?:
string
Optional
priority
Fee
Sompi
priority
Fee
Sompi
?:
bigint
|
IFees
source
Account
Id
source
Account
Id
:
string
transfer
Amount
Sompi
transfer
Amount
Sompi
:
bigint
wallet
Secret
wallet
Secret
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
destination
Account
Id
payment
Secret
priority
Fee
Sompi
source
Account
Id
transfer
Amount
Sompi
wallet
Secret
Spectre WASM32 SDK - Core
Loading...
Argument interface for the Wallet.accountsTransfer method.