UNPKG

@dfinity/cmc

Version:

A library for interfacing with the cycle minting canister.

4 lines (3 loc) 193 B
export type { Cycles, NotifyCreateCanisterArg, NotifyTopUpArg, SubnetTypesToSubnetsResponse, } from "../candid/cmc"; export { CMCCanister } from "./cmc.canister"; export * from "./cmc.errors";