kin-android / org.kin.sdk.base / KinAccountContextBase / getPaymentsForTransactionHash
open fun getPaymentsForTransactionHash(transactionHash:
TransactionHash
):
Promise
<
List
<
KinPayment
>>
Retrieves the KinPayments that were processed in the referred KinTransaction
transactionHash
- is the referencing hash for a KinTransaction
that contain a list of the given KinPayments.
Return a Promise containing the list of KinPayments in the referencing KinTransaction or an error