# Class: BanksTransactionResultWithMeta

A transaction result. Contains transaction metadata, and the transaction error, if there is one.

# Table of contents

# Constructors

# Properties

# Accessors

# Constructors

# constructor

new BanksTransactionResultWithMeta(inner)

# Parameters

Name Type
inner BanksTransactionResultWithMeta

# Defined in

index.ts:121 (opens new window)

# Properties

# inner

Private inner: BanksTransactionResultWithMeta

# Defined in

index.ts:124 (opens new window)

# Accessors

# meta

get meta(): BanksTransactionMeta

The transaction metadata.

# Returns

BanksTransactionMeta

# Defined in

index.ts:130 (opens new window)


# result

get result(): string

The transaction error info, if the transaction failed.

# Returns

string

# Defined in

index.ts:126 (opens new window)