createSeries(struct DataTypes.Option data) → address
data
- Struct defining option specification along with implementation addressesaddImplementation(address impl)
impl
- Address of the option protocol implementationremoveImplementation(address impl)
impl -
Address of the option protocol implementationapproveAsset(address asset, string name, string symbol)
asset
- Address of the assetname
- Name of the assetsymbol
- Symbol of the assetremoveAsset(address asset)
asset
- Address of the asset to removegetOptionAddress(struct DataTypes.Option data) → address optionToken, bool hasDeployed
optionToken
- Address of the option tokenhasDeployed
- Whether the option has been deployed