Vaulta

xuanming.io

Contract

  • Table row type of pubkeyapply

    {
      "name": "pubkey_apply",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "pub_key",
          "type": "public_key"
        },
        {
          "name": "expire_time",
          "type": "time_point_sec"
        },
        {
          "name": "chain",
          "type": "symbol_code"
        },
        {
          "name": "address",
          "type": "string"
        },
        {
          "name": "extern_amount",
          "type": "string"
        },
        {
          "name": "extern_memo",
          "type": "string"
        },
        {
          "name": "auth_address",
          "type": "string"
        }
      ]
    }