Interface LsEthWalletTransactionHistoryResponse

interface LsEthWalletTransactionHistoryResponse {
    nextCursor?: string;
    transactions: LsEthWalletTransactionDto[];
}

Properties

nextCursor?: string

Cursor for next page of results

Example

"eyJhZnRlciI6IjIwMjUtMDctMjkifQ=="

List of wallet transactions