LaunchPoolDepositV1: {
    amount: bigint;
    bucket: PublicKey<string>;
    bump: number;
    claimed: boolean;
    depositor: PublicKey<string>;
    header: AccountHeader;
    index: number;
    key: Key;
    padding: number[];
    publicKey: PublicKey<string>;
    timestamp: bigint;
    weightedSol: bigint;
}

Type declaration

  • amount: bigint
  • bucket: PublicKey<string>
  • bump: number
  • claimed: boolean
  • depositor: PublicKey<string>
  • header: AccountHeader
  • index: number
  • key: Key
  • padding: number[]
  • publicKey: PublicKey<string>
  • timestamp: bigint
  • weightedSol: bigint

Generated using TypeDoc