kin-android / org.kin.sdk.base.stellar.models / KinTransaction
class KinTransaction
| Name | Summary |
|---|---|
| PagingToken | data class PagingToken : Comparable<PagingToken> |
| RecordType | sealed class RecordType |
| ResultCode | sealed class ResultCode |
| Name | Summary |
|---|---|
| <init> | KinTransaction(envelopeXdrBytes: ByteArray, recordType: RecordType = RecordType.InFlight(System.currentTimeMillis()), networkEnvironment: NetworkEnvironment) |
| Name | Summary |
|---|---|
| envelopeXdrBytes | val envelopeXdrBytes: ByteArray |
| fee | val fee: QuarkAmount |
| memo | val memo: KinMemo |
| networkEnvironment | val networkEnvironment: NetworkEnvironment |
| paymentOperations | val paymentOperations: List<Payment> |
| recordType | val recordType: RecordType |
| signingSequenceNumber | val signingSequenceNumber: Long |
| signingSource | val signingSource: Id |
| transactionHash | val transactionHash: TransactionHash |
| Name | Summary |
|---|---|
| equals | fun equals(other: Any?): Boolean |
| hashCode | fun hashCode(): Int |
| Name | Summary |
|---|---|
| asKinPayments | fun KinTransaction.asKinPayments(): List<KinPayment> |