Skip to main content

Interface: GetAccountModulesOperationRequest

moralis-monorepo / @moralisweb3/common-aptos-utils / GetAccountModulesOperationRequest

Interface: GetAccountModulesOperationRequest

@moralisweb3/common-aptos-utils.GetAccountModulesOperationRequest

Table of contents

Properties

Properties

address

Readonly address: string

Description

Address of account with or without a 0x prefix


ledgerVersion

Optional Readonly ledgerVersion: string

Description

Ledger version to get state of account. If not provided, it will be the latest version


limit

Optional Readonly limit: number

Description

Max number of account resources 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

Cursor specifying where to start for pagination This cursor cannot be derived manually client-side. Instead, you must call this endpoint once without this query parameter specified, and then use the cursor returned in the X-Aptos-Cursor header in the response.