kin-android

kin-android / org.kin.sdk.base / KinAccountContextImpl / sendKinPayments

sendKinPayments

fun sendKinPayments(payments: List<KinPaymentItem>, memo: KinMemo): Promise<List<KinPayment>>

Parameters

memo - (optional) a memo can be provided to reference what thes batch of payments were for. If no memo is desired, then set it to KinMemo.NONE

See Also

sendKinPayment

Return a Promise with the blockchain confirmed KinPayments or an error

fun sendKinPayments(payments: List<KinPaymentItem>, memo: KinMemo, paymentsCallback: Callback<List<KinPayment>>): Unit

See Also

KinPaymentWriteOperations.sendKinPayments