Skip to main content

Interface: GetEventsByCreationNumberOperationRequest

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

Interface: GetEventsByCreationNumberOperationRequest

@moralisweb3/common-aptos-utils.GetEventsByCreationNumberOperationRequest

Table of contents

Properties

Properties

address

Readonly address: string

Description

Address of account with or without a 0x prefix


creationNumber

Readonly creationNumber: string

Description

Creation number corresponding to the event stream originating from the given account.


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

Starting sequence number of events. If unspecified, by default will retrieve the most recent events