Preparing search index...
The search index is not available
Carrot Protocol Documentation
Carrot Protocol Documentation
@carrot-protocol/common
Strategy
Interface Strategy
Represents a strategy used within a vault.
interface
Strategy
{
address
:
PublicKey
;
metadata
:
StrategyMetadata
;
record
:
StrategyRecord
;
strategyType
:
StrategyType
;
}
Index
Properties
address
metadata
record
strategy
Type
Properties
address
address
:
PublicKey
metadata
metadata
:
StrategyMetadata
record
record
:
StrategyRecord
strategy
Type
strategyType
:
StrategyType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
metadata
record
strategy
Type
Carrot Protocol Documentation
Loading...
Represents a strategy used within a vault.