Mint
{
"p": "injrc-20",
"op": "mint",
"tick": "INJS",
"amt": "5000",
"non":"1234"
}
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 mint: States the amount to mint. Has to be less than or equal to "lim"
non
Yes
A nonce where sha256(seed+address+non) < HASH_TARGET
Last updated