# Class: TransactionMetadata

# Table of contents

# Constructors

# Methods

# Constructors

# constructor

new TransactionMetadata()

# Methods

# computeUnitsConsumed

computeUnitsConsumed(): bigint

# Returns

bigint

# Defined in

internal.d.ts:498 (opens new window)


# innerInstructions

innerInstructions(): InnerInstruction[][]

# Returns

InnerInstruction[][]

# Defined in

internal.d.ts:497 (opens new window)


# logs

logs(): string[]

# Returns

string[]

# Defined in

internal.d.ts:496 (opens new window)


# prettyLogs

prettyLogs(): string

# Returns

string

# Defined in

internal.d.ts:500 (opens new window)


# returnData

returnData(): TransactionReturnData

# Returns

TransactionReturnData

# Defined in

internal.d.ts:499 (opens new window)


# signature

signature(): Uint8Array

# Returns

Uint8Array

# Defined in

internal.d.ts:495 (opens new window)


# toString

toString(): string

# Returns

string

# Defined in

internal.d.ts:501 (opens new window)