Hierarchy

  • RegisterLaunchResponse

Properties

Properties

existing?: boolean

Whether this launch was already registered

launch: {
    id: string;
    link: string;
}

Launch information

Type declaration

  • id: string
  • link: string
token: {
    id: string;
    mintAddress: string;
}

Token information

Type declaration

  • id: string
  • mintAddress: string

Generated using TypeDoc