@inkwell.ar/sdk
Version:
SDK for interacting with the Inkwell Blog CRUD AO process using aoconnect for deployment and interactions
33 lines • 755 B
TypeScript
import { LogLevel } from '../types';
export declare const aosConfig: {
scheduler: string;
authority: string;
module: string;
};
export declare const defaultServices: {
gatewayUrl: string;
cuUrl: string;
muUrl: string;
};
export declare function deployBlogInBrowser(options: {
name?: string;
wallet?: any;
aoconnect?: any;
logLevel?: LogLevel;
pollForSpawn?: boolean;
onBoot?: boolean;
}): Promise<{
processId: string;
messageId: string;
}>;
export declare function messageProcessAndGetResult(options: {
processId: string;
signer: any;
tags: any;
data: string;
aoconnect: any;
}): Promise<{
messageId: string;
results: any;
}>;
//# sourceMappingURL=browser-deploy.d.ts.map