omni_createpayload_unfreeze

Creates the payload to unfreeze an address for a centrally managed token.

Note: if the server is not synchronized, amounts are considered as divisible, even if the token may have indivisible units!

Arguments:

Name Type Presence Description
toaddress string required the address to unfreeze tokens for
propertyid number required the property to unfreeze tokens for (must be managed type and have freezing option enabled)
amount string required the amount of tokens to unfreeze (note: this is unused)

Result:

"payload"  // (string) the hex-encoded payload

Example:

$ omnicore-cli "omni_createpayload_unfreeze" "3HTHRxu3aSDV4deakjC7VmsiUp7c6dfbvs" 31 "100"