Vaulta

xuanming.io

Contract

  • Table row type of bindapply

    {
      "name": "bind_apply",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "chain",
          "type": "symbol_code"
        },
        {
          "name": "address",
          "type": "string"
        },
        {
          "name": "extern_amount",
          "type": "string"
        },
        {
          "name": "extern_memo",
          "type": "string"
        },
        {
          "name": "auth_address",
          "type": "string"
        },
        {
          "name": "need_second_deposit",
          "type": "bool"
        },
        {
          "name": "second_chain",
          "type": "symbol_code"
        },
        {
          "name": "second_address",
          "type": "string"
        },
        {
          "name": "second_extern_amount",
          "type": "string"
        },
        {
          "name": "second_extern_memo",
          "type": "string"
        },
        {
          "name": "second_auth_address",
          "type": "string"
        },
        {
          "name": "first_deposited",
          "type": "bool"
        },
        {
          "name": "second_deposited",
          "type": "bool"
        }
      ]
    }