Transaction Response
@Serializable
Represents a transaction response from the Horizon API.
See also
Constructors
Link copied to clipboard
constructor(id: String, pagingToken: String, successful: Boolean, hash: String, ledger: Long, createdAt: String, sourceAccount: String, accountMuxed: String? = null, accountMuxedId: String? = null, sourceAccountSequence: Long, feeAccount: String, feeAccountMuxed: String? = null, feeAccountMuxedId: String? = null, feeCharged: Long, maxFee: Long, operationCount: Int, envelopeXdr: String? = null, resultXdr: String? = null, resultMetaXdr: String? = null, feeMetaXdr: String? = null, signatures: List<String>, preconditions: TransactionResponse.Preconditions? = null, feeBumpTransaction: TransactionResponse.FeeBumpTransaction? = null, innerTransaction: TransactionResponse.InnerTransaction? = null, memoType: String, memoBytes: String? = null, memoValue: String? = null, links: TransactionResponse.Links)
Types
Link copied to clipboard
FeeBumpTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.
Link copied to clipboard
@Serializable
InnerTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.
Link copied to clipboard
@Serializable
Preconditions of a transaction per CAP-21.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "fee_bump_transaction" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the paging token (cursor) for this response. This token can be used to fetch the next page of results or resume streaming.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard