Transferring an Asset
TBody = {
"ID" : [ID],
"From" : [From],
"To" : [To],<
"Timestamp" : [Timestamp],
"Payload" : {
"Action":"CP_SEND",
"Asset":[Name of the Asset],
"Amount":[Amount to be transferred],
"Fee":[Fee]
},
"Nonce" : [Nonce],
"Signature" : [Signature],
"PublicKey" : [PublicKey],
"Blockchain" : [Blockchain],
"Type" : "C_TYPE_TOKEN"
}Last updated