@dfinity/assets
Version:
JavaScript and TypeScript library to manage assets on the Internet Computer
9 lines • 406 B
TypeScript
import { type ActorConfig, type ActorSubclass } from '@dfinity/agent';
import type _SERVICE from './assets_service.ts';
export type AssetsCanisterRecord = _SERVICE;
/**
* Create an assets canister actor
* @param config Configuration to make calls to the Replica.
*/
export declare function getAssetsCanister(config: ActorConfig): ActorSubclass<AssetsCanisterRecord>;
//# sourceMappingURL=assets.d.ts.map