Encoder.sol

View Source: contracts/libraries/Encoder.sol

Encoder

Functions

getKey

function getKey(string _key) internal pure
returns(bytes32)

Arguments

Name

Type

Description

_key

string

getKey

function getKey(string _key1, address _key2) internal pure
returns(bytes32)

Arguments

Name

Type

Description

_key1

string

_key2

address

getKey

function getKey(string _key1, string _key2) internal pure
returns(bytes32)

Arguments

Name

Type

Description

_key1

string

_key2

string

getKey

function getKey(string _key1, uint256 _key2) internal pure
returns(bytes32)

Arguments

Name

Type

Description

_key1

string

_key2

uint256

getKey

function getKey(string _key1, bytes32 _key2) internal pure
returns(bytes32)

Arguments

Name

Type

Description

_key1

string

_key2

bytes32

getKey

function getKey(string _key1, bool _key2) internal pure
returns(bytes32)

Arguments

Name

Type

Description

_key1

string

_key2

bool

Last updated