How to use the convert_blob function from bindings

Find comprehensive JavaScript bindings.convert_blob code examples handpicked from public code repositorys.

36
37
38
39
40
41
42
43
44
45
 * mining operations. This method actually creates a merged mining block
 * that merge mines itself
 * @param template the block template blob
 */
export function convert_blob(template: Buffer): Buffer {
    return native.convert_blob(template)
}

/**
 * Legacy convert block (prior to merged mining) that parses and validates
fork icon367
star icon0
watch icon1

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)