Mint

{ 
  "p": "#XRC20",
  "op": "mint",
  "tick": "X",
  "amt": "2000"
}
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

amt

Amount to mint: States the amount of the XRC20 to mint. Has to be less or equal to "lim"

Last updated