Vaulta

oneotc123451

Contract

The data structures defined by this contract.

  • Action parameter in addblacklist

    {
      "name": "addblacklist",
      "base": "",
      "fields": [
        {
          "name": "eosname",
          "type": "name[]"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in deleteblack

    {
      "name": "deleteblack",
      "base": "",
      "fields": [
        {
          "name": "eosname",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in adminbiz

    {
      "name": "adminbiz",
      "base": "",
      "fields": [
        {
          "name": "eosname",
          "type": "name"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bizapply

    {
      "name": "bizapply",
      "base": "",
      "fields": [
        {
          "name": "eosname",
          "type": "name"
        },
        {
          "name": "method",
          "type": "uint64"
        },
        {
          "name": "info",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "introduce",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bizask

    {
      "name": "bizask",
      "base": "",
      "fields": [
        {
          "name": "bizmaker",
          "type": "name"
        },
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "rate",
          "type": "int64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "legaltype",
          "type": "string"
        },
        {
          "name": "minlimit",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bizbid

    {
      "name": "bizbid",
      "base": "",
      "fields": [
        {
          "name": "bizmaker",
          "type": "name"
        },
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "rate",
          "type": "int64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "legaltype",
          "type": "string"
        },
        {
          "name": "minlimit",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bizcancel

    {
      "name": "bizcancel",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "bizid",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bizconfirm

    {
      "name": "bizconfirm",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "opid",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of bizorder

    {
      "name": "bizorder",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "bizmaker",
          "type": "name"
        },
        {
          "name": "bizuid",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "rate",
          "type": "int64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "theoryqty",
          "type": "asset"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "minlimit",
          "type": "uint64"
        },
        {
          "name": "createtime",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        }
      ]
    }
  • Table row type of blacklist

    {
      "name": "blacklist",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "eosname",
          "type": "name"
        }
      ]
    }
  • Table row type of business

    {
      "name": "business",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "eosname",
          "type": "name"
        },
        {
          "name": "method",
          "type": "uint64"
        },
        {
          "name": "info",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "vcounter",
          "type": "uint64"
        },
        {
          "name": "fcounter",
          "type": "uint64"
        },
        {
          "name": "claimed",
          "type": "uint64"
        },
        {
          "name": "introduce",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "contract",
          "type": "name"
        }
      ]
    }
  • Action parameter in editbizinfo

    {
      "name": "editbizinfo",
      "base": "",
      "fields": [
        {
          "name": "eosname",
          "type": "name"
        },
        {
          "name": "method",
          "type": "uint64"
        },
        {
          "name": "info",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "introduce",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "eosname",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in clientask

    {
      "name": "clientask",
      "base": "",
      "fields": [
        {
          "name": "bizid",
          "type": "uint64"
        },
        {
          "name": "clientmaker",
          "type": "name"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "legaltype",
          "type": "string"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in clientbid

    {
      "name": "clientbid",
      "base": "",
      "fields": [
        {
          "name": "bizid",
          "type": "uint64"
        },
        {
          "name": "clientmaker",
          "type": "name"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "legaltype",
          "type": "string"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in clientcancel

    {
      "name": "clientcancel",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "opid",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in cltconfirm

    {
      "name": "cltconfirm",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "opid",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in expiredorder

    {
      "name": "expiredorder",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "opid",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of oporder

    {
      "name": "oporder",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "bizmaker",
          "type": "name"
        },
        {
          "name": "bizuid",
          "type": "uint64"
        },
        {
          "name": "clientmaker",
          "type": "name"
        },
        {
          "name": "clientuid",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "createtime",
          "type": "uint64"
        },
        {
          "name": "bizconfirm",
          "type": "uint64"
        },
        {
          "name": "clientfirm",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        }
      ]
    }
  • Action parameter in releaseorder

    {
      "name": "releaseorder",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "opid",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in openorder

    {
      "name": "openorder",
      "base": "",
      "fields": [
        {
          "name": "maker",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in checkfreeze

    {
      "name": "checkfreeze",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "string"
        },
        {
          "name": "opid",
          "type": "uint64"
        },
        {
          "name": "source",
          "type": "name"
        }
      ]
    }