Vaulta

bosibc.io

Contract

  • Table row type of peerchains

    {
      "name": "peer_chain_state",
      "base": "",
      "fields": [
        {
          "name": "peerchain_name",
          "type": "name"
        },
        {
          "name": "peerchain_info",
          "type": "string"
        },
        {
          "name": "peerchain_ibc_token_contract",
          "type": "name"
        },
        {
          "name": "thischain_ibc_chain_contract",
          "type": "name"
        },
        {
          "name": "thischain_free_account",
          "type": "name"
        },
        {
          "name": "max_original_trxs_per_block",
          "type": "uint32"
        },
        {
          "name": "max_origtrxs_table_records",
          "type": "uint32"
        },
        {
          "name": "cache_cashtrxs_table_records",
          "type": "uint32"
        },
        {
          "name": "active",
          "type": "bool"
        }
      ]
    }