Calculates the address prefix in decimal form from the given address
the public wallet address to decode
Constructs a new "final" block that can be submitted to the network from the original block in the block template and the nonce value found by the miner(s)
the block blob
Converts a block into a v1 hashing block typically used by miners during mining operations. This method actually creates a merged mining block that merge mines itself
the block template blob
Legacy convert block (prior to merged mining) that parses and validates a block blob from a block template
the block template blob
Calculates the block id (hash) of the given blob
the block blob
Generated using TypeDoc
Provides CryptoNote based utilities for block manipulation using a native Node.js c++ addon. The methods in this class are provided as async primitives that wrap the synchronous versions for those that wish to use Typescript