bitcore
bitcore copied to clipboard
missing `util.buffer.hexToBuffer`
In previous versions this method existed, is there any reason why it was removed? The implementation should be a simple:
function hexToBuffer(value) {
$.checkArgumentType(value, 'string', 'value');
return Buffer.from(value, 'hex');
}
Last version i found this method present is 8.2.0