Preparing search index...
The search index is not available
Spectre WASM32 SDK - Core
Spectre WASM32 SDK - Core
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
Spectre WASM32 SDK - Core
Loading...
Return interface for the Wallet.transactionsDataGet method.