VaultBucketV1: {
    actionsAuthority: PublicKey<string>;
    allowWithdrawals: boolean;
    backendSigner: PublicKey<string>;
    bump: number;
    consumedCount: bigint;
    depositCount: bigint;
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    end: bigint;
    fee: bigint;
    feeType: FeeDiscriminants;
    genesis: PublicKey<string>;
    header: AccountHeader;
    index: number;
    key: Key;
    nextSwapToBondingCurveOrdinal: bigint;
    publicKey: PublicKey<string>;
    quoteDepositTotal: bigint;
    start: bigint;
    state: VaultBucketState;
    withdrawFee: bigint;
    withdrawFeeType: FeeDiscriminants;
}

Type declaration

Generated using TypeDoc