kin-android / org.kin.sdk.base / KinAccountContextImpl / sendKinPayments
fun sendKinPayments(payments: List<KinPaymentItem>, memo: KinMemo): Promise<List<KinPayment>>
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
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