Transfer

The transfer is the same as the above event, sent to receiver address.

like this:

{
  "p": "ton-20",
  "op": "transfer", //transfer operation
  "tick": "nano", // case insensitive
  "to": "UQAQwQc4N7k_2q1ZQoTOi47_e5zyVCdEDrL8aCdi4UcTZbo9",
  "amt": "100000000000",
  "memo": "hello,Tonano"
}

Last updated