VaultBucketV1AccountData: {
    actionsAuthority: PublicKey;
    allowWithdrawals: boolean;
    backendSigner: PublicKey;
    bump: number;
    consumedCount: bigint;
    depositCount: bigint;
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    end: bigint;
    fee: bigint;
    feeType: FeeDiscriminants;
    genesis: PublicKey;
    index: number;
    key: Key;
    nextSwapToBondingCurveOrdinal: bigint;
    quoteDepositTotal: bigint;
    start: bigint;
    state: VaultBucketState;
    withdrawFee: bigint;
    withdrawFeeType: FeeDiscriminants;
}

Type declaration

Generated using TypeDoc