UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

4 lines (3 loc) 94 B
export function stringToBuffer(str) { return Buffer.from(str.replace('0x', ''), 'hex'); }