PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@dfinity/agent/lib/cjs/canisters

Просмотр файла: asset.d.ts

import { ActorConfig, ActorSubclass } from '../actor';
export interface AssetCanisterRecord {
    store(path: string, content: number[]): Promise<void>;
    retrieve(path: string): Promise<number[]>;
}
/**
 * Create a management canister actor.
 * @param config
 */
export declare function createAssetCanisterActor(config: ActorConfig): ActorSubclass<AssetCanisterRecord>;

Выполнить команду


Для локальной разработки. Не используйте в интернете!