Skip to main content

Interface: AptosUserTransactionJSON

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

Interface: AptosUserTransactionJSON

@moralisweb3/common-aptos-utils.AptosUserTransactionJSON

Table of contents

Properties

Properties

accumulator_root_hash

Readonly accumulator_root_hash: string


changes

Readonly changes: AptosUserTransactionChangesItemJSON[]


event_root_hash

Readonly event_root_hash: string


events

Readonly events: AptosTransactionEventJSON[]


expiration_timestamp_secs

Readonly expiration_timestamp_secs: string


gas_unit_price

Readonly gas_unit_price: string


gas_used

Readonly gas_used: string


hash

Readonly hash: string


max_gas_amount

Readonly max_gas_amount: string


payload

Readonly payload: AptosUserTransactionPayloadJSON


sender

Readonly sender: string


sequence_number

Readonly sequence_number: string


signature

Readonly signature: AptosUserTransactionSignatureJSON


state_change_hash

Readonly state_change_hash: string


state_checkpoint_hash

Readonly state_checkpoint_hash: string


success

Readonly success: boolean


timestamp

Readonly timestamp: string


type

Readonly type: string


version

Readonly version: string


vm_status

Readonly vm_status: string