Interface ITransactionsDataGetRequest

Argument interface for the Wallet.transactionsDataGet method.

interface ITransactionsDataGetRequest {
    accountId: string;
    end: bigint;
    filter?: TransactionKind[];
    networkId: string | NetworkId;
    start: bigint;
}

Properties

accountId: string
end: bigint
filter?: TransactionKind[]
networkId: string | NetworkId
start: bigint

Generated using TypeDoc