Vaulta

itamtestsdex

Contract

The data structures defined by this contract.

  • Action parameter in cancelorder

    {
      "name": "cancelorder",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol_name",
          "type": "symbol_code"
        },
        {
          "name": "item_id",
          "type": "string"
        }
      ]
    }
  • Table row type of configs

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "fees_rate",
          "type": "uint64"
        },
        {
          "name": "settle_rate",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in deleteallnft

    {
      "name": "deleteallnft",
      "base": "",
      "fields": [
        {
          "name": "symbol_name",
          "type": "string"
        }
      ]
    }
  • Action parameter in deleteorders

    {
      "name": "deleteorders",
      "base": "",
      "fields": [
        {
          "name": "symbol_name",
          "type": "symbol_code"
        },
        {
          "name": "item_ids",
          "type": "string[]"
        }
      ]
    }
  • Action parameter in deletetoken

    {
      "name": "deletetoken",
      "base": "",
      "fields": [
        {
          "name": "symbol_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint32"
        }
      ]
    }
  • Table row type of orders

    {
      "name": "order",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "owner_account",
          "type": "name"
        },
        {
          "name": "owner_nickname",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in receipt

    {
      "name": "receipt",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "owner_group",
          "type": "name"
        },
        {
          "name": "app_id",
          "type": "uint64"
        },
        {
          "name": "item_id",
          "type": "uint64"
        },
        {
          "name": "nickname",
          "type": "string"
        },
        {
          "name": "group_id",
          "type": "uint64"
        },
        {
          "name": "item_name",
          "type": "string"
        },
        {
          "name": "options",
          "type": "string"
        },
        {
          "name": "duration",
          "type": "uint64"
        },
        {
          "name": "transferable",
          "type": "bool"
        },
        {
          "name": "payment_quantity",
          "type": "asset"
        },
        {
          "name": "state",
          "type": "string"
        }
      ]
    }
  • Action parameter in resetorders

    {
      "name": "resetorders",
      "base": "",
      "fields": [
        {
          "name": "symbol_name",
          "type": "symbol_code"
        }
      ]
    }
  • Action parameter in sellorder

    {
      "name": "sellorder",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol_name",
          "type": "symbol_code"
        },
        {
          "name": "item_id",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "fees_rate",
          "type": "uint64"
        },
        {
          "name": "settle_rate",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in settoken

    {
      "name": "settoken",
      "base": "",
      "fields": [
        {
          "name": "contract_name",
          "type": "name"
        },
        {
          "name": "symbol_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint32"
        }
      ]
    }
  • Table row type of tokens

    {
      "name": "token",
      "base": "",
      "fields": [
        {
          "name": "available_symbol",
          "type": "symbol"
        },
        {
          "name": "contract_name",
          "type": "name"
        }
      ]
    }
  • Action parameter in transfer

    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "uint64"
        }
      ]
    }