kin-android / org.kin.sdk.base / KinPaymentReadOperations
interface KinPaymentReadOperations : KinPaymentReadOperationsAltIdioms
| Name | Summary |
|---|---|
| getPaymentsForTransactionHash | Retrieves the KinPayments that were processed in the referred KinTransactionabstract fun getPaymentsForTransactionHash(transactionHash: TransactionHash): Promise<List<KinPayment>> |
| observePayments | Retrieves the last N KinPayments sent or received by the account and listens for future payments over time.abstract fun observePayments(mode: ObservationMode = Passive): ListObserver<KinPayment> |
| Name | Summary |
|---|---|
| KinAccountContextBase | abstract class KinAccountContextBase : KinAccountReadOperations, KinPaymentReadOperations |
| KinAccountContextReadOnly | interface KinAccountContextReadOnly : KinAccountReadOperations, KinPaymentReadOperations |