interface IDeposit {
    amount: BN;
    autoCap?: boolean;
    baseMint?: Address;
    launchpad: Address;
    memo?: string;
    owner?: Address;
    quoteMint?: Address;
    tokenProgramId?: Address;
}

Hierarchy

  • ILaunchpad
  • IOwner
  • ITokenProgram
    • IDeposit

Properties

amount: BN
autoCap?: boolean
baseMint?: Address
launchpad: Address
memo?: string
owner?: Address
quoteMint?: Address
tokenProgramId?: Address