Skip to content

AbiCallResponse

AbiCallResponse<TMethod> = TMethod extends InstanceMethod<Contract, infer TParams, infer TResult> ? TypedApplicationCallResponse<TResult> : TypedApplicationCallResponse<unknown>

Defined in: arc4/c2c.ts:117

TMethod