View Source: contracts/libraries/Encoder.sol
Encoder
function getKey(string _key) internal purereturns(bytes32)
Arguments
Name | Type | Description |
_key | string | |
function getKey(string _key1, address _key2) internal purereturns(bytes32)
Arguments
Name | Type | Description |
_key1 | string | |
_key2 | address | |
function getKey(string _key1, string _key2) internal purereturns(bytes32)
Arguments
Name | Type | Description |
_key1 | string | |
_key2 | string | |
function getKey(string _key1, uint256 _key2) internal purereturns(bytes32)
Arguments
Name | Type | Description |
_key1 | string | |
_key2 | uint256 | |
function getKey(string _key1, bytes32 _key2) internal purereturns(bytes32)
Arguments
Name | Type | Description |
_key1 | string | |
_key2 | bytes32 | |
function getKey(string _key1, bool _key2) internal purereturns(bytes32)
Arguments
Name | Type | Description |
_key1 | string | |
_key2 | bool | |