MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / staticCallResult

Method staticCallResult

lib.esm/contract/types.d.ts:125–125  ·  view source on GitHub ↗

* Call the contract method with %%args%% and return the Result * without any dereferencing.

(...args: ContractMethodArgs<A>)

Source from the content-addressed store, hash-verified

123 * without any dereferencing.
124 */
125 staticCallResult(...args: ContractMethodArgs<A>): Promise<Result>;
126}
127/**
128 * A contract method on a Contract.

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected