Call
Call a contract message and decode the response. This is used inside of useCall and similar hooks. See useCall hook implementation for more information.
Returns
Promise<DecodedContractResult<T> | undefined>
Last updated
Was this helpful?