SubmitTransactionResponse class Null safety

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?
read-only
extras SubmitTransactionResponseExtras?
read / write
feeMetaXdr String?
read-only
hash String?
read / write
hashCode int
The hash code for this object.
read-only, inherited
ledger int?
read / write
rateLimitLimit int?
read / write, inherited
rateLimitRemaining int?
read / write, inherited
rateLimitReset int?
read / write, inherited
resultMetaXdr String?
read-only
resultXdr String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
success bool
read-only

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 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