Vaulta

themintofeos

Contract

The data structures defined by this contract.

  • Table row type of stat

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    }
  • Action parameter in receipt

    {
      "name": "receipt",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        },
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "initial",
          "type": "asset"
        },
        {
          "name": "final",
          "type": "asset"
        },
        {
          "name": "burnamount",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }