Vaulta

mechatmechat

Contract

The data structures defined by this contract.

  • Action parameter in senddm

    {
      "name": "send_direct_message",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "iv",
          "type": "bytes"
        },
        {
          "name": "ephem_key",
          "type": "public_key"
        },
        {
          "name": "cipher_text",
          "type": "bytes"
        },
        {
          "name": "mac",
          "type": "checksum256"
        }
      ]
    }