/** * 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 DepositStrategyEvent = { manager: Address; vault: Address; strategy: Address; strategyInitReceipt: Address; adaptorProgram: Address; vaultAssetMint: Address; vaultAmountAssetDeposited: bigint; vaultAssetTotalValueBefore: bigint; vaultAssetTotalValueAfter: bigint; vaultLpSupplyInclFeesBefore: bigint; vaultLpSupplyInclFeesAfter: bigint; vaultHighestAssetPerLpDecimalBitsBefore: bigint; vaultHighestAssetPerLpDecimalBitsAfter: bigint; vaultAssetIdleAtaAmountBefore: bigint; vaultAssetIdleAtaAmountAfter: bigint; strategyPositionValueBefore: bigint; strategyPositionValueAfter: bigint; depositedTs: bigint; }; export type DepositStrategyEventArgs = { manager: Address; vault: Address; strategy: Address; strategyInitReceipt: Address; adaptorProgram: Address; vaultAssetMint: Address; vaultAmountAssetDeposited: number | bigint; vaultAssetTotalValueBefore: number | bigint; vaultAssetTotalValueAfter: number | bigint; vaultLpSupplyInclFeesBefore: number | bigint; vaultLpSupplyInclFeesAfter: number | bigint; vaultHighestAssetPerLpDecimalBitsBefore: number | bigint; vaultHighestAssetPerLpDecimalBitsAfter: number | bigint; vaultAssetIdleAtaAmountBefore: number | bigint; vaultAssetIdleAtaAmountAfter: number | bigint; strategyPositionValueBefore: number | bigint; strategyPositionValueAfter: number | bigint; depositedTs: number | bigint; }; export declare function getDepositStrategyEventEncoder(): FixedSizeEncoder; export declare function getDepositStrategyEventDecoder(): FixedSizeDecoder; export declare function getDepositStrategyEventCodec(): FixedSizeCodec; //# sourceMappingURL=depositStrategyEvent.d.ts.map