GetPublicationParams

Represents the parameters for the "getPublication" function.

type GetPublicationParams = {
profileId: AbiParameterToPrimitiveType<{
name: "profileId";
type: "uint256";
}>;
pubId: AbiParameterToPrimitiveType<{
name: "pubId";
type: "uint256";
}>;
};