Wallet Import Format (WIF) encoding and decoding.
import { fromWifString, toWifString } from '@exodus/bytes/wif.js'import { fromWifStringSync, toWifStringSync } from '@exodus/bytes/wif.js' Copy
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.
Wallet Import Format (WIF) encoding and decoding.
On non-Node.js, requires peer dependency @noble/hashes to be installed.