union of entrypoints
Protected
contractProtected
contractProtected
grpcPerforms a dry-run of a contract entrypoint invocation. Useful for getting an indication of the result of an invocation of the entrypoint (e.g. getting a cost estimate).
the contract invocation result, which includes whether or not the invocation succeeded along with the energy spent.
The type of the input given
The name of the receive function to invoke.
Metadata for contract invocation of the address of the invoker.
A function for serializing the input to bytes.
Input for for contract function.
Optional
blockHash: BlockHashThe hash of the block to perform the invocation of. Defaults to the latest finalized block on chain.
Generated using TypeDoc
Defines methods for performing dry-run invocations of updates on a Contract with entrypoints
E