Represents the inputs of a read-only operation on a deployed contract.
ISlot
IReadOperationResult
Array<IEvent>
number
Generated using TypeDoc
Represents the inputs of a read-only operation on a deployed contract.
See
ISlot
represents the slot when the read operation was executed.IReadOperationResult
represents the result of the read operation.Array<IEvent>
represents any events that were emitted during the execution of the read operation.number
represents the amount of gas that was consumed by the read operation.