UNPKG

@logosnetwork/logos-webwallet-sdk

Version:

Create Logos wallets with or without a full Logos node

10 lines (9 loc) 251 B
export interface WasmModule { buffer: Uint8Array; memory: Uint8Array; exports: any; realloc: (size: number) => void; onload: (cb: (err?: Error) => void) => void; } declare const _default: () => WasmModule; export default _default;