Class: AptosTransactionEvent
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosTransactionEvent
Class: AptosTransactionEvent
@moralisweb3/common-aptos-utils.AptosTransactionEvent
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosTransactionEvent
Parameters
Name | Type |
---|---|
input | AptosTransactionEventInput | AptosTransactionEvent |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosTransactionEvent
Parameters
Name | Type |
---|---|
json | AptosTransactionEventJSON |
Returns
toJSON
▸ toJSON(): AptosTransactionEventJSON
Returns
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.
type
• Readonly
type: string
Description
String representation of an on-chain Move type tag that is exposed in transaction payload.