UNPKG

hyjs-test

Version:
6 lines 426 B
import { Config, SendMessageParams } from '../types'; import { JWKInterface } from 'arweave/node/lib/wallet'; export declare const checkArPermissions: (permissions: string[] | string) => Promise<void>; export declare const createAndSignItem: (config: Config, params: SendMessageParams) => Promise<ArrayBuffer>; export declare function isJWKInterface(obj: JWKInterface): obj is JWKInterface; //# sourceMappingURL=index.d.ts.map