UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

3 lines (2 loc) 163 B
import { HexString } from '@polkadot/util/types'; export declare function getGrReply(wasm: HexString | ArrayBuffer | Uint8Array, fn: string): Promise<Uint8Array>;