@patchworkdev/common
Version:
Patchwork Development Kit
57 lines (56 loc) • 1.28 kB
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "Arrays",
"symbol": "ARRAYS",
"baseURI": "https://mything/my/",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 1,
"key": "names",
"type": "char8",
"arrayLength": 4,
"description": "Names"
},
{
"id": 2,
"key": "u16array",
"type": "uint16",
"arrayLength": 32,
"description": "Uint16 array"
},
{
"id": 3,
"permissionId": 1,
"key": "fieldu128a",
"type": "uint128",
"description": "Some Uint128",
"functionConfig": "store"
},
{
"id": 4,
"permissionId": 2,
"key": "fieldu128b",
"type": "uint128",
"description": "Some Uint128",
"functionConfig": "all"
},
{
"id": 5,
"permissionId": 3,
"key": "fieldu32",
"type": "uint32",
"description": "Some Uint32",
"functionConfig": "none"
},
{
"id": 6,
"key": "c8",
"type": "char8",
"description": "c8",
"functionConfig": "load"
}
]
}