Vaulta

cutiesvaultx

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "minPointer",
          "type": "uint64"
        },
        {
          "name": "maxPointer",
          "type": "uint64"
        },
        {
          "name": "chain",
          "type": "string"
        },
        {
          "name": "signer",
          "type": "public_key"
        }
      ]
    }