Transfer
Key | Description |
---|---|
p | Protocol: Helps identify and process XRC20 events |
op | Operation: Type of event (Deploy, Mint, Transfer, List) |
tick | Ticker: Identifier of the XRC20 |
to | X Handle: Recipient of XRC20 Tokens |
amt | Amount to transfer: States the amount of the XRC20 to transfer. |
The 'to' value must always start with an '@' and be a X username
If the 'amt' value is greater than the balance, it will be invalid
Last updated