# Class: BanksTransactionMeta

Transaction metadata.

# Table of contents

# Constructors

# Properties

# Accessors

# Constructors

# constructor

new BanksTransactionMeta(inner)

# Parameters

Name Type
inner BanksTransactionMeta

# Defined in

index.ts:98 (opens new window)

# Properties

# inner

Private inner: BanksTransactionMeta

# Defined in

index.ts:101 (opens new window)

# Accessors

# computeUnitsConsumed

get computeUnitsConsumed(): bigint

The number of compute units consumed by the transaction.

# Returns

bigint

# Defined in

index.ts:113 (opens new window)


# logMessages

get logMessages(): string[]

The log messages written during transaction execution.

# Returns

string[]

# Defined in

index.ts:103 (opens new window)


# returnData

get returnData(): TransactionReturnData

The transaction return data, if present.

# Returns

TransactionReturnData

# Defined in

index.ts:107 (opens new window)