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' Copy
import { fromBech32, toBech32 } from '@exodus/bytes/bech32.js'import { fromBech32m, toBech32m } from '@exodus/bytes/bech32.js'import { getPrefix } from '@exodus/bytes/bech32.js'
Implements bech32 and bech32m from BIP-0173 and BIP-0350.