Configuration for the Drift supply strategy.

interface DriftSupplyStrategyType {
    marketIndex: number;
    perpMarket: PublicKey;
    perpPythOracle: PublicKey;
    remainingAccounts: AccountMeta[];
    signer: PublicKey;
    spotMarket: PublicKey;
    spotMarketVault: PublicKey;
    spotPythOracle: PublicKey;
    state: PublicKey;
    subAccountId: number;
}

Properties

marketIndex: number
perpMarket: PublicKey
perpPythOracle: PublicKey
remainingAccounts: AccountMeta[]
signer: PublicKey
spotMarket: PublicKey
spotMarketVault: PublicKey
spotPythOracle: PublicKey
state: PublicKey
subAccountId: number