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
;
feeRate
?:
number
;
paymentSecret
?:
string
;
priorityFeeSompi
?:
bigint
|
IFees
;
sourceAccountId
:
string
;
transferAmountSompi
:
bigint
;
walletSecret
:
string
;
}
Index
Properties
destination
Account
Id
fee
Rate?
payment
Secret?
priority
Fee
Sompi?
source
Account
Id
transfer
Amount
Sompi
wallet
Secret
Properties
destination
Account
Id
destination
Account
Id
:
string
Optional
fee
Rate
fee
Rate
?:
number
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
fee
Rate
payment
Secret
priority
Fee
Sompi
source
Account
Id
transfer
Amount
Sompi
wallet
Secret
Kaspa WASM32 SDK
AccountsDiscoveryKind
AddressVersion
BindingType
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
Opcodes
RpcEventType
SighashType
SubmitBlockRejectReason
TransactionDataType
TransactionKind
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
AccountKind
Address
Loading...
Generated using
TypeDoc
Argument interface for the Wallet.accountsTransfer method.