Class: AptosTransactionEventGuid
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosTransactionEventGuid
Class: AptosTransactionEventGuid
@moralisweb3/common-aptos-utils.AptosTransactionEventGuid
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): AptosTransactionEventGuid
Parameters
| Name | Type |
|---|---|
input | AptosTransactionEventGuidInput | AptosTransactionEventGuid |
Returns
fromJSON
▸ Static fromJSON(json): AptosTransactionEventGuid
Parameters
| Name | Type |
|---|---|
json | AptosTransactionEventGuidJSON |
Returns
toJSON
▸ toJSON(): AptosTransactionEventGuidJSON
Returns
Properties
accountAddress
• Readonly accountAddress: AptosAddress
Description
A hex encoded 32 byte Aptos account address. This is represented in a string as a 64 character hex string, sometimes shortened by stripping leading 0s, and adding a 0x.
creationNumber
• Readonly creationNumber: 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.