Preparing search index...
The search index is not available
Kaspa WASM32 SDK
Kaspa WASM32 SDK
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
Kaspa WASM32 SDK
AccountsDiscoveryKind
AddressVersion
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
Opcode
RpcEventType
SubmitBlockRejectReason
TransactionDataType
TransactionKind
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
Account
AccountKind
Address
AgentConstructorOptions
Loading...
Generated using
TypeDoc
Argument interface for the Wallet.accountsTransfer method.