Skip to main content

AddressOutput

addressstringrequired

Destination address in base58

valueintegerrequired

Value to be sent to the address (without decimal places, e.g. if you want to send 10.02 the value must be 1002)

timelockinteger

Timestamp until when the output is locked

token_uidstring

Hex encoded token uid, ommit for HTR

AddressOutput
{
"address": "string",
"value": 0,
"timelock": 0,
"token_uid": "string"
}