@exodus/bytes
    Preparing search index...

    Module @exodus/bytes/wif.js

    Wallet Import Format (WIF) encoding and decoding.

    import { fromWifString, toWifString } from '@exodus/bytes/wif.js'
    import { fromWifStringSync, toWifStringSync } from '@exodus/bytes/wif.js'

    On non-Node.js, requires peer dependency @noble/hashes to be installed.

    Interfaces

    Wif

    Functions

    fromWifString
    fromWifStringSync
    toWifString
    toWifStringSync