Vaulta

bkbbanktest1

Contract

  • Table row type of pairs

    {
      "name": "pair",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "crypto_token",
          "type": "extended_symbol"
        },
        {
          "name": "stable_token",
          "type": "extended_symbol"
        },
        {
          "name": "delphi_scope",
          "type": "name"
        },
        {
          "name": "exchange_fee",
          "type": "asset"
        },
        {
          "name": "is_leverage_paused",
          "type": "bool"
        },
        {
          "name": "is_trading_paused",
          "type": "bool"
        }
      ]
    }