Preparing search index...
The search index is not available
Kaspa WASM32 SDK
Kaspa WASM32 SDK
IAccountsSendRequest
Interface IAccountsSendRequest
Argument interface for the
Wallet.accountsSend
method.
interface
IAccountsSendRequest
{
accountId
:
string
;
destination
?:
[
[
Address
,
bigint
]
]
;
payload
?:
string
|
Uint8Array
;
paymentSecret
?:
string
;
priorityFeeSompi
?:
bigint
;
walletSecret
:
string
;
}
Index
Properties
account
Id
destination?
payload?
payment
Secret?
priority
Fee
Sompi?
wallet
Secret
Properties
account
Id
account
Id
:
string
Optional
destination
destination
?:
[
[
Address
,
bigint
]
]
Optional
payload
payload
?:
string
|
Uint8Array
Optional
payment
Secret
payment
Secret
?:
string
Optional
priority
Fee
Sompi
priority
Fee
Sompi
?:
bigint
wallet
Secret
wallet
Secret
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
account
Id
destination
payload
payment
Secret
priority
Fee
Sompi
wallet
Secret
Kaspa WASM32 SDK
AccountsDiscoveryKind
AddressVersion
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
RpcEventType
SubmitBlockRejectReason
TransactionDataType
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
Account
AccountKind
Address
AgentConstructorOptions
AppendFileOptions
AssertionErrorOptions
Loading...
Generated using
TypeDoc
Argument interface for the Wallet.accountsSend method.