DataStoreFactory.sol
View Source: contracts/datastore/DataStoreFactory.sol
DataStoreFactory
Contract Members
Constants & Variables
address public implementation;
Functions
function (address _implementation) public nonpayable
Arguments
Name
Type
Description
_implementation
address
generateDataStore
function generateDataStore(address _securityToken) public nonpayable
returns(address)
Arguments
Name
Type
Description
_securityToken
address
PreviousTransfer Manager module for verifing transations with a signed message (SignedTransferManager.sol)NextOraclizeAddrResolverI.sol
Last updated
Was this helpful?