send
Send funds to this destination. This function will select input coins from the wallet to fill the passed quantity
Return
a signed transaction
Parameters
Provide how many coins to send, denominated in the fundamental (smallest possible) unit of this currency
The destination address as a string
Set to true to reduce the amount sent by the fee needed
If true, do not return until this transaction has been sent to some nodes
Some information the sender may privately associate with this send
Throws
error specific subclasses of WalletException are thrown if the transaction cannot be constructed
Send funds to this destination. This function will select input coins from the wallet to fill the passed quantity
Return
a signed transaction
Parameters
Provide how many coins to send, denominated in the fundamental (smallest possible) unit of this currency
The destination address
Set to true to reduce the amount sent by the fee needed
Some information the sender may privately associate with this send
Throws
error specific subclasses of WalletException are thrown if the transaction cannot be constructed
Send funds to multiple destinations. This function will select input coins from the wallet to fill the passed quantity
Return
a signed transaction
Parameters
Provide a list of how many coins to send to which addresses denominated in the fundamental (smallest possible) unit of this currency
If true, do not return until this transaction has been sent to some nodes
Some information the sender may privately associate with this send
Throws
error specific subclasses of WalletException are thrown if the transaction cannot be constructed
Send funds to this destination. This function will select input coins from the wallet to fill the passed quantity
Return
a signed transaction
Parameters
Provide how many coins to send, denominated in the fundamental (smallest possible) unit of this currency
The output (constraint) script
Set to true to reduce the amount sent by the fee needed
Some information the sender may privately associate with this send
Throws
error specific subclasses of WalletException are thrown if the transaction cannot be constructed
Post this transaction and update the wallet based on any inputs spent. Typically the provided tx came from calling prepareSend
Return
A signed transaction
Parameters
The transaction to be sent
Some information the sender may privately associate with this send
Throws
error specific subclasses of WalletException are thrown if the transaction cannot be constructed