TransactionResponse class Null safety

Represents transaction response received from the horizon server See: Transaction documentation.

Inheritance

Constructors

TransactionResponse(String hash, int ledger, String createdAt, String sourceAccount, String? sourceAccountMuxed, String? sourceAccountMuxedId, String feeAccount, String? feeAccountMuxed, String? feeAccountMuxedId, bool successful, String pagingToken, int sourceAccountSequence, int? maxFee, int? feeCharged, int operationCount, String envelopeXdr, String resultXdr, String? resultMetaXdr, Memo? _memo, List<String> signatures, FeeBumpTransactionResponse? feeBumpTransaction, InnerTransaction? innerTransaction, TransactionResponseLinks links, TransactionPreconditionsResponse? preconditions)
TransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt String
read / write
envelopeXdr String
read / write
feeAccount String
read / write
feeAccountMuxed String?
read / write
feeAccountMuxedId String?
read / write
feeBumpTransaction FeeBumpTransactionResponse?
read / write
feeCharged int?
read / write
hash String
read / write
hashCode int
The hash code for this object.
read-only, inherited
innerTransaction InnerTransaction?
read / write
ledger int
read / write
read / write
maxFee int?
read / write
memo Memo?
read / write
operationCount int
read / write
pagingToken String
read / write
preconditions TransactionPreconditionsResponse?
read / write
rateLimitLimit int?
read / write, inherited
rateLimitRemaining int?
read / write, inherited
rateLimitReset int?
read / write, inherited
resultMetaXdr String?
read / write
resultXdr String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
signatures List<String>
read / write
sourceAccount String
read / write
sourceAccountMuxed String?
read / write
sourceAccountMuxedId String?
read / write
sourceAccountSequence int
read / write
successful bool
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setHeaders(Map<String, String> headers) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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