SubmitTransactionResponse class Null safety
Represents the horizon server response after submitting transaction.
Constructors
- SubmitTransactionResponse(SubmitTransactionResponseExtras? extras, int? ledger, String? hash, String? strEnvelopeXdr, String? strResultXdr, String? strMetaXdr)
-
SubmitTransactionResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- envelopeXdr → String?
-
read-only
- extras ↔ SubmitTransactionResponseExtras?
-
read / write
- 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
- strEnvelopeXdr ↔ String?
-
read / write
- strMetaXdr ↔ String?
-
read / write
- strResultXdr ↔ String?
-
read / write
- 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
-
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