Convert a Base58Address to its respective locking bytecode.
This method returns the locking bytecode and network version. If an error occurs, an error message is returned as a string.
the CashAddress to convert
Returns the sha256 hash of the provided input.
To incrementally construct a sha256 hash (e.g. for streaming), use init, update, and final.
init
update
final
a Uint8Array to be hashed using sha256
Generated using TypeDoc
Convert a Base58Address to its respective locking bytecode.
This method returns the locking bytecode and network version. If an error occurs, an error message is returned as a string.