kin-android

kin-android / org.kin.sdk.base / KinAccountContextBase / getPaymentsForTransactionHash

getPaymentsForTransactionHash

open fun getPaymentsForTransactionHash(transactionHash: TransactionHash): Promise<List<KinPayment>>

Retrieves the KinPayments that were processed in the referred KinTransaction

Parameters

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