PresaleBucketV1AccountData: {
    allocationSolCap: bigint;
    allowWithdraw: boolean;
    allowlistEnd: bigint;
    allowlistMerkleRoot: Uint8Array;
    allowlistMerkleTreeHeight: number;
    allowlistSolCap: bigint;
    allowlistSolDepositTotal: bigint;
    backendSigner: PublicKey;
    bump: number;
    claimCount: bigint;
    claimStart: bigint;
    depositCooldown: bigint;
    depositCount: bigint;
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    depositLimit: bigint;
    end: bigint;
    fee: bigint;
    feeType: FeeDiscriminants;
    genesis: PublicKey;
    hasAllowlist: boolean;
    index: number;
    isAllowlistSolCapReached: boolean;
    key: Key;
    padding2: number[];
    perCooldownDepositLimit: bigint;
    reserved: number[];
    solDepositTotal: bigint;
    start: bigint;
    state: PresaleBucketState;
    tokenAllocation: bigint;
    tokenBalance: bigint;
    unsoldWithdrawn: bigint;
    withdrawFee: bigint;
    withdrawFeeType: FeeDiscriminants;
}

Type declaration

  • allocationSolCap: bigint
  • allowWithdraw: boolean
  • allowlistEnd: bigint
  • allowlistMerkleRoot: Uint8Array
  • allowlistMerkleTreeHeight: number
  • allowlistSolCap: bigint
  • allowlistSolDepositTotal: bigint
  • backendSigner: PublicKey
  • bump: number
  • claimCount: bigint
  • claimStart: bigint
  • depositCooldown: bigint
  • depositCount: bigint
  • depositFee: bigint
  • depositFeeType: FeeDiscriminants
  • depositLimit: bigint
  • end: bigint
  • fee: bigint
  • feeType: FeeDiscriminants
  • genesis: PublicKey
  • hasAllowlist: boolean
  • index: number
  • isAllowlistSolCapReached: boolean
  • key: Key
  • padding2: number[]
  • perCooldownDepositLimit: bigint
  • reserved: number[]
  • solDepositTotal: bigint
  • start: bigint
  • state: PresaleBucketState
  • tokenAllocation: bigint
  • tokenBalance: bigint
  • unsoldWithdrawn: bigint
  • withdrawFee: bigint
  • withdrawFeeType: FeeDiscriminants

Generated using TypeDoc