Vaulta

p2pmarketsys

Contract

The data structures defined by this contract.

  • Struct property of setprices

    Struct property of whitelists

    {
      "name": "pair_uint64_uint64",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setpause

    {
      "name": "setpause",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "pause",
          "type": "bool"
        }
      ]
    }
  • Action parameter in setperm

    {
      "name": "setperm",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "perm",
          "type": "name"
        }
      ]
    }
  • Action parameter in setprice

    {
      "name": "setprice",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "asssetid",
          "type": "uint64"
        },
        {
          "name": "price_amount",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setprices

    {
      "name": "setprices",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "prices",
          "type": "pair_uint64_uint64[]"
        }
      ]
    }
  • Action parameter in test

    {
      "name": "test",
      "base": "",
      "fields": []
    }
  • Action parameter in test1

    {
      "name": "test1",
      "base": "",
      "fields": [
        {
          "name": "n",
          "type": "uint64"
        }
      ]
    }
  • Table row type of whitelists

    {
      "name": "whitelists",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "type",
          "type": "name"
        },
        {
          "name": "sellprices",
          "type": "pair_uint64_uint64[]"
        },
        {
          "name": "pause",
          "type": "bool"
        },
        {
          "name": "permission",
          "type": "name"
        }
      ]
    }