Vaulta

whaleextrust

Contract

The data structures defined by this contract.

  • Action parameter in clearextsym

    {
      "name": "clearextsym",
      "base": "",
      "fields": [
        {
          "name": "scope_account",
          "type": "name"
        }
      ]
    }
  • Table row type of extsymbolref

    {
      "name": "ext_sym_ref",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint32"
        },
        {
          "name": "symbol",
          "type": "extended_symbol"
        }
      ]
    }
  • Struct property of ext_sym_ref

    {
      "name": "extended_symbol",
      "base": "",
      "fields": [
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "contract",
          "type": "name"
        }
      ]
    }