UNPKG

@hazae41/base58

Version:

Base58 adapter for WebAssembly and JS implementations

10 lines (7 loc) 288 B
import * as Scure from '@scure/base'; import { BytesOrCopiable, Copied } from '../../libs/copiable/index.js'; declare function fromScure(scure: typeof Scure): { encodeOrThrow: (bytes: BytesOrCopiable) => string; decodeOrThrow: (text: string) => Copied; }; export { fromScure };