ITTGRegistrar
Author: M^0 Labs
Functions
get
Key value pair getter.
Parameters
Name
Type
Description
key
bytes32
The key to get the value of.
Returns
Name
Type
Description
value
bytes32
The value of the key.
listContains
Checks if the list contains the account.
Parameters
Name
Type
Description
list
bytes32
The list to check.
account
address
The account to check.
Returns
Name
Type
Description
<none>
bool
True if the list contains the account, false otherwise.
vault
Returns the vault contract address.