UNPKG

@inkwell.ar/sdk

Version:

SDK for interacting with the Inkwell Blog CRUD AO process using aoconnect for deployment and interactions

18 lines 742 B
export declare const BLOG_REGISTRY_PROCESS_ID = "p2un0gLaXvUFc8Sm1ArASEPWRNVGzrYkBSr_KHgeLRg"; export declare const REGISTRY_CONFIG: { processId: string; name: string; version: string; deployedAt: string; }; export declare const REGISTRY_ACTIONS: { readonly INFO: "Info"; readonly GET_WALLET_BLOGS: "Get-Wallet-Blogs"; readonly GET_BLOG_WALLETS: "Get-Blog-Wallets"; readonly CHECK_WALLET_ROLE: "Check-Wallet-Role"; readonly GET_REGISTRY_STATS: "Get-Registry-Stats"; readonly REGISTER_WALLET_PERMISSIONS: "Register-Wallet-Permissions"; readonly REMOVE_WALLET_PERMISSIONS: "Remove-Wallet-Permissions"; readonly UPDATE_WALLET_ROLES: "Update-Wallet-Roles"; }; //# sourceMappingURL=registry.d.ts.map