RecoverParams
Represents the parameters for the "recover" function.
Represents the parameters for the "recover" function.
type RecoverParams = WithOverrides<{ deadline: AbiParameterToPrimitiveType<{ name: "deadline"; type: "uint256"; }>; from: AbiParameterToPrimitiveType<{ name: "from"; type: "address"; }>; sig: AbiParameterToPrimitiveType<{ name: "sig"; type: "bytes" }>; to: AbiParameterToPrimitiveType<{ name: "to"; type: "address" }>;}>;