Vaulta

makerag.1dex

Contract

The data structures defined by this contract.

  • Action parameter in cfmsubacc

    {
      "name": "cfmsubacc",
      "base": "",
      "fields": [
        {
          "name": "maker",
          "type": "name"
        },
        {
          "name": "trader_key",
          "type": "public_key"
        }
      ]
    }
  • Action parameter in logregsacc

    {
      "name": "logregsacc",
      "base": "",
      "fields": [
        {
          "name": "maker",
          "type": "name"
        },
        {
          "name": "subaccount",
          "type": "name"
        },
        {
          "name": "sid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of makers

    {
      "name": "maker",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "subaccounts",
          "type": "name[]"
        },
        {
          "name": "activated_at",
          "type": "time_point_sec"
        },
        {
          "name": "last_subaccount_confirmed",
          "type": "bool"
        }
      ]
    }
  • Action parameter in regsubacc

    {
      "name": "regsubacc",
      "base": "",
      "fields": [
        {
          "name": "maker",
          "type": "name"
        },
        {
          "name": "sid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setstate

    {
      "name": "setstate",
      "base": "",
      "fields": [
        {
          "name": "creation_fee",
          "type": "extended_asset"
        },
        {
          "name": "need_bytes",
          "type": "uint32"
        },
        {
          "name": "max_subaccounts",
          "type": "uint32"
        }
      ]
    }
  • Table row type of state

    {
      "name": "state",
      "base": "",
      "fields": [
        {
          "name": "creation_fee",
          "type": "extended_asset"
        },
        {
          "name": "need_bytes",
          "type": "uint32"
        },
        {
          "name": "max_subaccounts",
          "type": "uint32"
        }
      ]
    }