How to use the convert_blob_bb function from bindings
Find comprehensive JavaScript bindings.convert_blob_bb code examples handpicked from public code repositorys.
45 46 47 48 49 50 51 52 53 54
* Legacy convert block (prior to merged mining) that parses and validates * a block blob from a block template * @param template the block template blob */ export function convert_blob_bb(template: Buffer): Buffer { return native.convert_blob_bb(template); } /** * Calculates the block id (hash) of the given blob
367
0
1
bindings.createKey is the most popular function in bindings (8616 examples)