Function isMultiplierTypeCreator
- isMultiplierTypeCreator(x): x is {
__kind: "Creator";
} & Omit<{
creator: PublicKey;
}, "void"> & {
__kind: "Creator";
}
-
Returns x is {
__kind: "Creator";
} & Omit<{
creator: PublicKey;
}, "void"> & {
__kind: "Creator";
}