Class: AptosGetEventsByEventHandleResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosGetEventsByEventHandleResponse
Class: AptosGetEventsByEventHandleResponse
@moralisweb3/common-aptos-utils.AptosGetEventsByEventHandleResponse
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): AptosGetEventsByEventHandleResponse
Parameters
| Name | Type |
|---|---|
input | AptosGetEventsByEventHandleResponseInput | AptosGetEventsByEventHandleResponse |
Returns
AptosGetEventsByEventHandleResponse
fromJSON
▸ Static fromJSON(json): AptosGetEventsByEventHandleResponse
Parameters
| Name | Type |
|---|---|
json | AptosGetEventsByEventHandleResponseJSON |
Returns
AptosGetEventsByEventHandleResponse
toJSON
▸ toJSON(): AptosGetEventsByEventHandleResponseJSON
Returns
AptosGetEventsByEventHandleResponseJSON
Properties
data
• Readonly data: object
Description
The JSON representation of the event
guid
• Readonly guid: AptosTransactionEventGuid
sequenceNumber
• Readonly sequenceNumber: string
Description
A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.
type
• Readonly type: string
Description
String representation of an on-chain Move type tag that is exposed in transaction payload.
version
• Readonly version: string
Description
A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.