send

abstract fun send(vararg dests: iTxOutput, minConfirms: Int = 0, title: String? = null, data: ByteArray? = null): iTransaction
open fun send(amount: Long, address: PayAddress, minConfirms: Int = 0, title: String? = null, data: ByteArray? = null): iTransaction
open fun send(amount: Long, address: String, minConfirms: Int = 0, title: String? = null, data: ByteArray? = null): iTransaction