FrameDataStoreFactory
Functions
setLibraryAddress
Sets the library address for the factory.
function setLibraryAddress(address _libraryAddress) externalParameters
Name
Type
Description
_libraryAddress
address
The instance of FrameDataStore.sol to use
createFrameDataStore
Deploys a new FrameDataStore contract.
function createFrameDataStore() external returns (address)Return Values
Type
Description
address
The new FrameDataStore
Last updated