Vaulta

bank.m

Contract

  • Table row type of token

    {
      "name": "token",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "min_quantity",
          "type": "asset"
        },
        {
          "name": "other_chain",
          "type": "pair_name_name[]"
        },
        {
          "name": "is_activated",
          "type": "bool"
        }
      ]
    }