# Class: TransactionStatus

# Table of contents

# Constructors

# Accessors

# Constructors

# constructor

new TransactionStatus()

# Accessors

# confirmationStatus

get confirmationStatus(): string

# Returns

string

# Defined in

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


# confirmations

get confirmations(): bigint

# Returns

bigint

# Defined in

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


# err

get err(): string

# Returns

string

# Defined in

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


# slot

get slot(): bigint

# Returns

bigint

# Defined in

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