CustodyOfParams

Represents the parameters for the "custodyOf" function.

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