Bech32Serde

Types

Link copied to clipboard

Functions

Link copied to clipboard

decodes a bech32 string

Link copied to clipboard
fun eight2five(input: ByteString): Array<Byte>
Link copied to clipboard
fun encodeBytes(hrp: String, data: ByteString, encoding: Bech32Serde.Encoding): String
Link copied to clipboard
fun five2eight(input: Array<Byte>, offset: Int): ByteArray