Bech32
Bech32 and Bech32m address formats. See https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki and https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki.
Types
Functions
Link copied to clipboard
fun decodeBytes(bech32: String, noChecksum: Boolean = false): Triple<String, ByteArray, Bech32.Encoding>
Content copied to clipboard
decodes a bech32 string
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun encodeBytes( hrp: String, data: ByteArray, encoding: Bech32.Encoding): String
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard