Preparing search index...
The search index is not available
Kaspa WASM32 SDK
Kaspa WASM32 SDK
ITransactionsDataGetResponse
Interface ITransactionsDataGetResponse
Return interface for the
Wallet.transactionsDataGet
method.
interface
ITransactionsDataGetResponse
{
accountId
:
string
;
start
:
bigint
;
total
:
bigint
;
transactions
:
ITransactionRecord
[]
;
}
Index
Properties
account
Id
start
total
transactions
Properties
account
Id
account
Id
:
string
start
start
:
bigint
total
total
:
bigint
transactions
transactions
:
ITransactionRecord
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
account
Id
start
total
transactions
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
Return interface for the Wallet.transactionsDataGet method.