/** * This code was AUTOGENERATED using the Codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun Codama to update it. * * @see https://github.com/codama-idl/codama */ import { type Address, type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from "@solana/kit"; export type RequestWithdrawVaultEvent = { vault: Address; user: Address; requestedAmount: bigint; isAmountInLp: boolean; isWithdrawAll: boolean; requestWithdrawVaultReceipt: Address; amountLpEscrowed: bigint; amountAssetToWithdrawDecimalBits: bigint; withdrawableFromTs: bigint; vaultAssetMint: Address; vaultAssetTotalValueUnlocked: bigint; vaultAssetTotalValue: bigint; vaultLpSupplyInclFees: bigint; requestedTs: bigint; }; export type RequestWithdrawVaultEventArgs = { vault: Address; user: Address; requestedAmount: number | bigint; isAmountInLp: boolean; isWithdrawAll: boolean; requestWithdrawVaultReceipt: Address; amountLpEscrowed: number | bigint; amountAssetToWithdrawDecimalBits: number | bigint; withdrawableFromTs: number | bigint; vaultAssetMint: Address; vaultAssetTotalValueUnlocked: number | bigint; vaultAssetTotalValue: number | bigint; vaultLpSupplyInclFees: number | bigint; requestedTs: number | bigint; }; export declare function getRequestWithdrawVaultEventEncoder(): FixedSizeEncoder; export declare function getRequestWithdrawVaultEventDecoder(): FixedSizeDecoder; export declare function getRequestWithdrawVaultEventCodec(): FixedSizeCodec; //# sourceMappingURL=requestWithdrawVaultEvent.d.ts.map