sendNative

fun sendNative(vararg outputs: iTxOutput, sync: Boolean = false, note: String? = null): iTransaction

Send funds to multiple destinations (native coin only). This function will select input coins from the wallet to fill the passed quantity

Return

a signed transaction

Parameters

outputs

Destination information

sync

If true, do not return until this transaction has been sent to some nodes

note

Some information the sender may privately associate with this send

Throws

error specific subclasses of WalletException are thrown if the transaction cannot be constructed