kin-android / org.kin.sdk.base / KinPaymentWriteOperations / sendKinPayments
abstract fun sendKinPayments(payments: List<KinPaymentItem>, memo: KinMemo = KinMemo.NONE): 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