mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
Added comments in Auth module.
This commit is contained in:
parent
20ec845185
commit
c45d3b3c79
|
@ -26,6 +26,14 @@ interface AddressRegistryInterface {
|
||||||
function managerEnabled() external view returns (bool);
|
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
|
* @title Address Registry Record
|
Loading…
Reference in New Issue
Block a user