ConfirmedTransactionMeta class

Constructors

ConfirmedTransactionMeta({required int fee, required List<CompiledInnerInstruction>? innerInstructions, required List<BigInt> preBalances, required List<BigInt> postBalances, required List<String>? logMessages, required List<TokenBalance>? preTokenBalances, required List<TokenBalance>? postTokenBalances, required dynamic err, required AccountLookupKeys? loadedAddresses, required int? computeUnitsConsumed})
const
ConfirmedTransactionMeta.fromJson(Map<String, dynamic> json)
factory

Properties

computeUnitsConsumed int?
The compute units consumed after processing the transaction
final
err → dynamic
The error result of transaction processing
final
fee int
The fee charged for processing the transaction
final
hashCode int
The hash code for this object.
no setterinherited
innerInstructions List<CompiledInnerInstruction>?
An array of cross program invoked parsed instructions
final
loadedAddresses AccountLookupKeys?
The collection of addresses loaded using address lookup tables
final
logMessages List<String>?
An array of program log messages emitted during a transaction
final
postBalances List<BigInt>
The balances of the transaction accounts after processing
final
postTokenBalances List<TokenBalance>?
The token balances of the transaction accounts after processing
final
preBalances List<BigInt>
The balances of the transaction accounts before processing
final
preTokenBalances List<TokenBalance>?
The token balances of the transaction accounts before processing
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited