UNPKG

cive

Version:

Cive is an interface for the Conflux Core Space, built on Viem.

10 lines (9 loc) 260 B
declare module '@conflux-dev/conflux-address-js/lib/cip37/base32.js' { export function polyMod(bytes: Uint8Array): Uint8Array export function convertBit( buffer: Uint8Array, inBits: number, outBits: number, isPad?: boolean, ): number[] }