Method sendTransfer
rpc
Parameters: {
recipients: {
address: string,
amount: number
}[]
}
Returns: {
txid: string
}The above
recipientsparameter matches the legacy webbtcsendTransfermethod. Wallets SHOULD support this parameter.
The below parameters are still in development.
draft
Parameters: {
memo?: string, // hex string used for OP_RETURN/OP_DROP (needs further specification)
}Last updated on