Added comments in Auth module.

This commit is contained in:
Sowmayjain 2019-04-03 04:59:41 +05:30
parent 20ec845185
commit c45d3b3c79

View File

@ -26,6 +26,14 @@ interface AddressRegistryInterface {
function managerEnabled() external view returns (bool);
}
/**
* @title UserWallet Interface
*/
// interface UserWalletInterface {
// get the wallet address based on the owner of this wallet
// and use execute interface from main UserWallet to call execute on this contract
// }
/**
* @title Address Registry Record