Transfer (Updating)

Example: Send 1000 orc (Deploy ID Inscription #2504160) in two partial transactions. Each transaction must have unique nonce.

  • Step 1: send 1000 (nonce 5) to the receiver address by inscribing send event to receiver

{ 
  "p": "orc-20",
  "tick": "orc",
  "id": "2504160",
  "op": "send",
  "n": "5",
  "amt": "1000"
}
  • Step 2: send the remaining balance back to the sender by inscribing send event to sender

{ 
  "p": "orc-20",
  "tick": "orc",
  "id": "2504160",
  "op": "send",
  "n": "6"
}

Last updated