ERC20Transfer
fromstring
Sender user's account address (accountID)
Example:
0xAc563420722cbcfc84857129bef775e0dc5f1401
tostring
Receiver user's account address (accountID)
Example:
0x2b563420722cbcfc84857129bef775e0dc5f1401
amountstring
Amount of tokens to be transferred
ERC20Transfer
{
"from": "0xAc563420722cbcfc84857129bef775e0dc5f1401",
"to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"amount": "string"
}