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
ISlotrepresents the slot when the read operation was executed.IReadOperationResultrepresents the result of the read operation.Array<IEvent>represents any events that were emitted during the execution of the read operation.numberrepresents the amount of gas that was consumed by the read operation.