IERC1643.sol
event DocumentRemoved(bytes32 indexed _name, string _uri, bytes32 _documentHash);
event DocumentUpdated(bytes32 indexed _name, string _uri, bytes32 _documentHash);Functions
setDocument
function setDocument(bytes32 _name, string _uri, bytes32 _documentHash) external nonpayableremoveDocument
PreviousFactory for deploying ManualApprovalTransferManager module (ManualApprovalTransferManagerFactory.solNextTransfer Manager module for core transfer validation functionality (EtherDividendCheckpointProxy.sol
Last updated
Was this helpful?