Decodes bytes as Base58.
decode_base58(bytes: blob|string) -> blobDescription
Section titled “Description”Decodes bytes as Base58.
bytes: blob|string
Section titled “bytes: blob|string”The value to decode as Base58.
Examples
Section titled “Examples”Decode a Base58 encoded string
Section titled “Decode a Base58 encoded string”from {bytes: "JxF12TrwUP45BMd"}decoded = bytes.decode_base58(){bytes: "JxF12TrwUP45BMd", decoded: "Hello World"}