Interface: GetAccountTransactionsOperationRequest
moralis-monorepo / @moralisweb3/common-aptos-utils / GetAccountTransactionsOperationRequest
Interface: GetAccountTransactionsOperationRequest
@moralisweb3/common-aptos-utils.GetAccountTransactionsOperationRequest
Table of contents
Properties
Properties
address
• Readonly
address: string
Description
Address of account with or without a 0x prefix
limit
• Optional
Readonly
limit: number
Description
Max number of transactions to retrieve. If not provided, defaults to default page size
network
• Optional
Readonly
network: AptosNetworkInput
Description
The network of query. Defaults to mainnet.
start
• Optional
Readonly
start: string
Description
Account sequence number to start list of transactions. If not provided, defaults to showing the latest transactions