Frame
  • Overview
  • Reference
    • Deployed Contracts
    • Technical Reference
      • Frame
      • FrameDataStore
      • FrameFactory
      • FrameDataStoreFactory
    • Contract Source
      • Frame
      • FrameDataStore
      • FrameFactory
      • FrameDataStoreFactory
      • FrameDataStoreOwnable
Powered by GitBook
On this page
  • Functions
  • setLibraryAddress
  • createFrameDataStore
  1. Reference
  2. Technical Reference

FrameDataStoreFactory

Functions

setLibraryAddress

Sets the library address for the factory.

function setLibraryAddress(address _libraryAddress) external

Parameters

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

PreviousFrameFactoryNextContract Source

Last updated 2 years ago