Vaulta

burnmytokens

Contract

The data structures defined by this contract.

  • Struct property of exchange_state

    {
      "name": "connector",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "weight",
          "type": "float64"
        }
      ]
    }
  • Table row type of rammarket

    {
      "name": "exchange_state",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "base",
          "type": "connector"
        },
        {
          "name": "quote",
          "type": "connector"
        }
      ]
    }
  • Action parameter in ramprice

    {
      "name": "ramprice",
      "base": "",
      "fields": [
        {
          "name": "bytes",
          "type": "uint32"
        }
      ]
    }