RecoveryOfParams

Represents the parameters for the "recoveryOf" function.

type RecoveryOfParams = {
fid: AbiParameterToPrimitiveType<{ name: "fid"; type: "uint256" }>;
};