meta-contract
Version:
Meta Contract SDK
14 lines (13 loc) • 529 B
TypeScript
import { NftManager } from './mcp01';
import { FtManager } from './mcp02';
import * as mvc from './mvc';
export declare const BN: typeof mvc.crypto.BN;
export { mvc };
export { Net } from './net';
export { API_NET, API_TARGET, Api } from './api';
export { OutputType, TxDecoder } from './tx-decoder';
export { TxComposer } from './tx-composer';
export { Wallet } from './wallet';
declare const SensibleNFT: typeof NftManager;
declare const SensibleFT: typeof FtManager;
export { SensibleNFT, SensibleFT, NftManager, FtManager };