Vaulta

bosibc.io

Contract

  • Action parameter in cash

    {
      "name": "cash",
      "base": "",
      "fields": [
        {
          "name": "seq_num",
          "type": "uint64"
        },
        {
          "name": "from_chain",
          "type": "name"
        },
        {
          "name": "orig_trx_id",
          "type": "transaction_id_type"
        },
        {
          "name": "orig_trx_packed_trx_receipt",
          "type": "bytes"
        },
        {
          "name": "orig_trx_merkle_path",
          "type": "checksum256[]"
        },
        {
          "name": "orig_trx_block_num",
          "type": "uint32"
        },
        {
          "name": "orig_trx_block_header",
          "type": "bytes"
        },
        {
          "name": "orig_trx_block_id_merkle_path",
          "type": "checksum256[]"
        },
        {
          "name": "anchor_block_num",
          "type": "uint32"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "relay",
          "type": "name"
        }
      ]
    }