UNPKG

@pocinnovation/alumi

Version:

Dynamic pulumi provider for Aleph

8 lines (7 loc) 489 B
/// <reference types="node" /> import type { Account } from '@aleph-sdk/account'; export declare const getAccount: (envName?: string) => Promise<Account>; export declare const hashData: (s: string | Buffer) => string; export declare const getAlephExplorerUrl: (chain: string, sender: string, type: string, item_hash: string) => string; export declare const getRawFileUrl: (content_item_hash: string) => string; export declare const zipPath: (key: string, path: string) => Promise<string>;