interface DriftInsuranceFundStrategyType {
    marketIndex: number;
    spotMarket: PublicKey;
    spotMarketVault: PublicKey;
    state: PublicKey;
}

Properties

marketIndex: number
spotMarket: PublicKey
spotMarketVault: PublicKey
state: PublicKey