Skip to main content

Interface: GetEventsByEventHandleOperationRequest

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

Interface: GetEventsByEventHandleOperationRequest

@moralisweb3/common-aptos-utils.GetEventsByEventHandleOperationRequest

Table of contents

Properties

Properties

address

Readonly address: string

Description

Hex-encoded 32 byte Aptos account, with or without a 0x prefix, for which events are queried. This refers to the account that events were emitted to, not the account hosting the move module that emits that event type.


eventHandle

Readonly eventHandle: string

Description

Name of struct to lookup event handle.


fieldName

Readonly fieldName: string

Description

Name of field to lookup event handle.


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