Represents the parameters for the "custodyOf" function.
type CustodyOfParams = { fid: AbiParameterToPrimitiveType<{ name: "fid"; type: "uint256" }>;};
type fid = AbiParameterToPrimitiveType<{ name: "fid"; type: "uint256";}>;