INJS
  • Introduction
  • Mint INJS
  • Protocol
    • INJRC-20
      • Deploy
      • Mint
      • Transfer
    • Indexer
    • Marketplace
      • Inscribe
      • List/Delist
      • Buy
      • Batch
Powered by GitBook
On this page
  1. Protocol
  2. INJRC-20

Transfer

{ 
  "p": "injrc-20",
  "op": "transfer",
  "tick": "INJS",
  "amt": "100"
}
Key
Required?
Description

p

Yes

Protocol: Helps other systems identify and process injrc-20 events

op

Yes

Operation: Type of event (Deploy, Mint, Transfer)

tick

Yes

Ticker: 4 letter identifier

amt

Yes

Amount to transfer: States the amount to transfer.

PreviousMintNextIndexer

Last updated 1 year ago