mirror of https://github.com/status-im/web3.js.git
toUtf8, fromUtf8 aliases
This commit is contained in:
parent
ac7ac14760
commit
9aa23ae962
|
@ -111,7 +111,9 @@ web3.reset = function () {
|
|||
};
|
||||
web3.toHex = utils.toHex;
|
||||
web3.toAscii = utils.toAscii;
|
||||
web3.toUtf8 = utils.toAscii;
|
||||
web3.fromAscii = utils.fromAscii;
|
||||
web3.fromUtf8 = utils.fromAscii;
|
||||
web3.toDecimal = utils.toDecimal;
|
||||
web3.fromDecimal = utils.fromDecimal;
|
||||
web3.toBigNumber = utils.toBigNumber;
|
||||
|
|
Loading…
Reference in New Issue