Functions
addAccount
Add the account. Restricted to owner.Name | Type | Description |
---|---|---|
_account | address | user address |
removeAccount
Remove the account. Restricted to owner.Name | Type | Description |
---|---|---|
_account | address | user address |
isUserAccount
Checks to see if the account existsName | Type | Description |
---|---|---|
_address | address | user address |
Name | Type | Description |
---|---|---|
<none> | bool | exists true if exists, false if not exists |