StellarTransactionLookupResult

data class StellarTransactionLookupResult(val id: String, val hash: String, val ledger: Int, val createdAt: String, val sourceAccount: String, val feeCharged: String, val maxFee: String, val operationCount: Int, val successful: Boolean, val memo: String? = null, val memoType: String, val operations: List<Map<String, Any?>>)

Constructors

Link copied to clipboard
constructor(id: String, hash: String, ledger: Int, createdAt: String, sourceAccount: String, feeCharged: String, maxFee: String, operationCount: Int, successful: Boolean, memo: String? = null, memoType: String, operations: List<Map<String, Any?>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val ledger: Int
Link copied to clipboard
Link copied to clipboard
val memo: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard