@exodus/bytes
    Preparing search index...

    Module @exodus/bytes/bech32.js

    Implements bech32 and bech32m from BIP-0173 and BIP-0350.

    import { fromBech32, toBech32 } from '@exodus/bytes/bech32.js'
    import { fromBech32m, toBech32m } from '@exodus/bytes/bech32.js'
    import { getPrefix } from '@exodus/bytes/bech32.js'

    Interfaces

    Bech32DecodeResult

    Functions

    fromBech32
    fromBech32m
    getPrefix
    toBech32
    toBech32m