Type Alias Bech32DecodeResult

Bech32DecodeResult: { data: Uint8Array; hex: string; hrp: string }

Represents the result of decoding a Bech32 string.

Type declaration

  • data: Uint8Array
  • hex: string
  • hrp: string