Skip to main content

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

NameType
inputAptosTransactionEventGuidInput | AptosTransactionEventGuid

Returns

AptosTransactionEventGuid


fromJSON

Static fromJSON(json): AptosTransactionEventGuid

Parameters

NameType
jsonAptosTransactionEventGuidJSON

Returns

AptosTransactionEventGuid


toJSON

toJSON(): AptosTransactionEventGuidJSON

Returns

AptosTransactionEventGuidJSON

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.