Vaulta

accountcreat

Contract

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