SubmitTransactionResponse class

Represents the horizon server response after submitting transaction.

Inheritance

Constructors

SubmitTransactionResponse(SubmitTransactionResponseExtras? extras, int? ledger, String? hash, String? _strEnvelopeXdr, String? _strResultXdr, String? _strMetaXdr, String? _strFeeMetaXdr)
SubmitTransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

envelopeXdr String?
no setter
extras SubmitTransactionResponseExtras?
getter/setter pair
feeMetaXdr String?
no setter
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ledger int?
getter/setter pair
rateLimitLimit int?
getter/setter pairinherited
rateLimitRemaining int?
getter/setter pairinherited
rateLimitReset int?
getter/setter pairinherited
resultMetaXdr String?
no setter
resultXdr String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
no setter

Methods

getClaimableBalanceIdIdFromResult(int position) String?
Helper method that returns Claimable Balance Id for CreateClaimableBalance from TransactionResult Xdr. This is helpful when you need the created Claimable Balance ID to show it to the user
getFeeMetaXdr() XdrLedgerEntryChanges?
getOfferIdFromResult(int position) int?
Helper method that returns Offer ID for ManageOffer from TransactionResult Xdr. This is helpful when you need the ID of an offer to update it later.
getTransactionMetaResultXdr() XdrTransactionMeta?
getTransactionResultXdr() XdrTransactionResult?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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