EOS

nleosygk3313

Contract

The data structures defined by this contract.

  • Action parameter in disclose

    { "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" } ] }
  • Action parameter in publish

    { "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" } ] }
  • Action parameter in verify

    { "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" } ] }