Class: AptosGetEventsByCreationNumberResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosGetEventsByCreationNumberResponse
Class: AptosGetEventsByCreationNumberResponse
@moralisweb3/common-aptos-utils.AptosGetEventsByCreationNumberResponse
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosGetEventsByCreationNumberResponse
Parameters
Name | Type |
---|---|
input | AptosGetEventsByCreationNumberResponseInput | AptosGetEventsByCreationNumberResponse |
Returns
AptosGetEventsByCreationNumberResponse
fromJSON
▸ Static
fromJSON(json
): AptosGetEventsByCreationNumberResponse
Parameters
Name | Type |
---|---|
json | AptosGetEventsByCreationNumberResponseJSON |
Returns
AptosGetEventsByCreationNumberResponse
toJSON
▸ toJSON(): AptosGetEventsByCreationNumberResponseJSON
Returns
AptosGetEventsByCreationNumberResponseJSON
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.