UNPKG

@chorus-one/ethereum

Version:

All-in-one toolkit for building staking dApps on Ethereum network

7 lines (6 loc) 132 B
export const toHexString = (value) => { if (value.startsWith('0x')) { return value; } return ('0x' + value); };