Vaulta

accountcreat

Contract

The data structures defined by this contract.

  • Action parameter in clearexpired

    {
      "name": "clearexpired",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        }
      ]
    }
  • Table row type of order

    {
      "name": "order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "expires_at",
          "type": "uint32"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "owner_key",
          "type": "public_key"
        },
        {
          "name": "active_key",
          "type": "public_key"
        }
      ]
    }
  • Action parameter in regaccount

    {
      "name": "regaccount",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "owner_key",
          "type": "public_key"
        },
        {
          "name": "active_key",
          "type": "public_key"
        }
      ]
    }