Interface ITransactionsDataGetResponse

Return interface for the Wallet.transactionsDataGet method.

interface ITransactionsDataGetResponse {
    accountId: string;
    start: bigint;
    total: bigint;
    transactions: ITransactionRecord[];
}

Properties

accountId: string
start: bigint
total: bigint
transactions: ITransactionRecord[]

Generated using TypeDoc