Documentation exported from Syscoin Core 4.1.2

assettransfer (4.1.2 RPC)

blockchain

control

generating

governance

governancewallet

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

assettransfer asset_guid "address" "witness"

Transfer an asset you own to another address.

Arguments:
1. asset_guid    (numeric, required) Asset guid.
2. address       (string, required) Address to transfer to.
3. witness       (string, required) Witness address that will sign for web-of-trust notarization of this transaction.

Result:
{
  "hex": "hexstring"       (string) the unsigned transaction hexstring.
}

Examples:
> syscoin-cli assettransfer "asset_guid" "address" ""
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "assettransfer", "params": ["asset_guid", "address", ""] }' -H 'content-type: text/plain;' http://127.0.0.1:8370/