omni_send

Create and broadcast a simple send transaction.

Arguments:

Name Type Presence Description
fromaddress string required the address to send from
toaddress string required the address of the receiver
propertyid number required the identifier of the tokens to send
amount string required the amount to send
redeemaddress string optional an address that can spend the transaction dust (sender by default)
referenceamount string optional a bitcoin amount that is sent to the receiver (minimal by default)

Result:

"hash"  // (string) the hex-encoded transaction hash

Example:

$ omnicore-cli "omni_send" "3M9qvHKtgARhqcMtM5cRT9VaiDJ5PSfQGY" "37FaKponF7zqoMLUjEiko25pDiuVH5YLEa" 1 "100.0"