@nervosnetwork/ckb-sdk-utils
Version:
Utils module of @nervosnetwork/ckb-sdk-core
12 lines (11 loc) • 517 B
TypeScript
import { bech32, bech32m } from 'bech32';
import blake2b from './blake2b.js';
import blake160 from './blake160.js';
export { blake2b, blake160, bech32, bech32m };
declare const _default: {
blake2b: (outlen: number, key: Uint8Array | null, salt: Uint8Array | null, personal: Uint8Array | null, noAssert?: boolean | undefined) => import("./blake2b.js").Blake2b;
blake160: import("./blake160.js").Blake160;
bech32: import("bech32").BechLib;
bech32m: import("bech32").BechLib;
};
export default _default;