Vaulta

whaleexgate4

Contract

  • Action parameter in propose

    {
      "name": "propose",
      "base": "",
      "fields": [
        {
          "name": "chain_name",
          "type": "symbol_code"
        },
        {
          "name": "token_contract",
          "type": "string"
        },
        {
          "name": "extern_txid",
          "type": "string"
        },
        {
          "name": "extern_index",
          "type": "uint16"
        },
        {
          "name": "extern_block_id",
          "type": "string"
        },
        {
          "name": "extern_block_num",
          "type": "uint64"
        },
        {
          "name": "extern_block_time",
          "type": "uint32"
        },
        {
          "name": "extern_from_address",
          "type": "string"
        },
        {
          "name": "extern_to_address",
          "type": "string"
        },
        {
          "name": "extern_from_memo",
          "type": "string"
        },
        {
          "name": "extern_amount",
          "type": "uint128"
        }
      ]
    }