Interface Strategy

interface Strategy {
    counterpartyAssetTa: PublicKey;
    protocolProgram: PublicKey;
    strategyType: StrategyType;
}

Properties

counterpartyAssetTa: PublicKey
protocolProgram: PublicKey
strategyType: StrategyType