Vaulta

nleosygeb313

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "disclose",
      "base": "",
      "fields": [
        {
          "name": "round_no",
          "type": "string"
        },
        {
          "name": "secret",
          "type": "string"
        },
        {
          "name": "secret_padding",
          "type": "string"
        },
        {
          "name": "discloser",
          "type": "string"
        },
        {
          "name": "owner",
          "type": "string"
        },
        {
          "name": "remark",
          "type": "string"
        },
        {
          "name": "actor",
          "type": "name"
        }
      ]
    },
    {
      "name": "publish",
      "base": "",
      "fields": [
        {
          "name": "round_no",
          "type": "string"
        },
        {
          "name": "encoded_secret",
          "type": "string"
        },
        {
          "name": "encoded_method",
          "type": "string"
        },
        {
          "name": "publisher",
          "type": "string"
        },
        {
          "name": "owner",
          "type": "string"
        },
        {
          "name": "remark",
          "type": "string"
        },
        {
          "name": "actor",
          "type": "name"
        }
      ]
    },
    {
      "name": "verify",
      "base": "",
      "fields": [
        {
          "name": "round_no",
          "type": "string"
        },
        {
          "name": "status",
          "type": "string"
        },
        {
          "name": "verified_result",
          "type": "string"
        },
        {
          "name": "verifier",
          "type": "string"
        },
        {
          "name": "actor",
          "type": "name"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "disclose",
      "type": "disclose",
      "ricardian_contract": ""
    },
    {
      "name": "publish",
      "type": "publish",
      "ricardian_contract": ""
    },
    {
      "name": "verify",
      "type": "verify",
      "ricardian_contract": ""
    }
  ],
  "tables": [],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}