aries_simulate
Simulate an Alkanes view call against a contract to read its state by invoking an opcode, without broadcasting the transaction.
Instructions
Simulate an Alkanes view call against a contract without broadcasting — the way to read contract state by invoking an opcode. Pass the full simulation request object. The opcode goes in inputs (e.g. [103]); target names the alkane (no [block,tx] prefix in inputs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | alkanes_simulate request object, e.g. { alkaneId:{block,tx}, target:{block,tx}, inputs:[103], pointer:0, refundPointer:0, vout:0, data:'0x' } | |
| blockTag | No |