interface IClaimAllocatedInstant {
    baseMint?: Address;
    launchpad: Address;
    owner?: Address;
    quoteMint?: Address;
    tokenProgramId?: Address;
}

Hierarchy

  • ILaunchpad
  • IOwner
  • ITokenProgram
    • IClaimAllocatedInstant

Properties

baseMint?: Address
launchpad: Address
owner?: Address
quoteMint?: Address
tokenProgramId?: Address