Vaulta

bosibc.io

Contract

  • Action parameter in cashconfirm

    {
      "name": "cashconfirm",
      "base": "",
      "fields": [
        {
          "name": "from_chain",
          "type": "name"
        },
        {
          "name": "cash_trx_id",
          "type": "transaction_id_type"
        },
        {
          "name": "cash_trx_packed_trx_receipt",
          "type": "bytes"
        },
        {
          "name": "cash_trx_merkle_path",
          "type": "checksum256[]"
        },
        {
          "name": "cash_trx_block_num",
          "type": "uint32"
        },
        {
          "name": "cash_trx_block_header",
          "type": "bytes"
        },
        {
          "name": "cash_trx_block_id_merkle_path",
          "type": "checksum256[]"
        },
        {
          "name": "anchor_block_num",
          "type": "uint32"
        },
        {
          "name": "orig_trx_id",
          "type": "transaction_id_type"
        }
      ]
    }