DRAFTThis page is not published. Only visible in development mode.
blob module

blob::b58

Encode or decode a blob using Base58 encoding.

Syntax

RQL

Parameters

NameTypeDescription
valueBlob / Utf8The blob to encode or string to decode

Return Value

A Base58-encoded string when given a blob, or a blob when given a Base58 string.

Examples

$ Decode a Base58 string
$ ctrl+enter to run

Related Functions