UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

31 lines (30 loc) 657 B
{ "$schema": "https://patchwork.dev/schema/patchwork-metadata.schema.json", "scopeName": "test", "name": "TwoInts", "symbol": "TWOINTS", "schemaURI": "https://basic.xyz/schema/basic.json", "imageURI": "https://mything/my/{tokenID}.png", "fields": [ { "id": 2, "key": "i16", "type": "int16", "arrayLength": 1, "description": "Short Name", "visibility": "public", "slot": 0, "offset": 0 }, { "id": 1, "key": "i8", "type": "int8", "arrayLength": 1, "description": "Short Name", "visibility": "public", "slot": 0, "offset": 16 } ] }