Skip to main content

TypeScript shape

interface PumpData {
  creator: string | null;
  type: string;
}
creator
String
Creator address.
type
String!
Type label.