Skip to main content

Interface: AptosUserTransactionInput

moralis-monorepo / @moralisweb3/common-aptos-utils / AptosUserTransactionInput

Interface: AptosUserTransactionInput

@moralisweb3/common-aptos-utils.AptosUserTransactionInput

Table of contents

Properties

Properties

accumulatorRootHash

Readonly accumulatorRootHash: string


changes

Readonly changes: AptosUserTransactionChangesItemInput[] | AptosUserTransactionChangesItemValue[]


eventRootHash

Readonly eventRootHash: string


events

Readonly events: AptosTransactionEventInput[] | AptosTransactionEvent[]


expirationTimestampSecs

Readonly expirationTimestampSecs: string


gasUnitPrice

Readonly gasUnitPrice: string


gasUsed

Readonly gasUsed: string


hash

Readonly hash: string


maxGasAmount

Readonly maxGasAmount: string


payload

Readonly payload: AptosUserTransactionPayloadInput | AptosUserTransactionPayloadValue


sender

Readonly sender: AptosAddressInput


sequenceNumber

Readonly sequenceNumber: string


signature

Readonly signature: AptosUserTransactionSignatureInput | AptosUserTransactionSignatureValue


stateChangeHash

Readonly stateChangeHash: string


stateCheckpointHash

Readonly stateCheckpointHash: string


success

Readonly success: boolean


timestamp

Readonly timestamp: string


type

Readonly type: string


version

Readonly version: string


vmStatus

Readonly vmStatus: string