hyjs-test
Version:
first hymatrix-js sdk
6 lines • 426 B
TypeScript
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