Skip to main content

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

NameType
inputAptosTransactionEventInput | AptosTransactionEvent

Returns

AptosTransactionEvent


fromJSON

Static fromJSON(json): AptosTransactionEvent

Parameters

NameType
jsonAptosTransactionEventJSON

Returns

AptosTransactionEvent


toJSON

toJSON(): AptosTransactionEventJSON

Returns

AptosTransactionEventJSON

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.