PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-apt/dist/src

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

import { Apt } from './apt';
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
import { AptNFTCollectionConfig } from '@bitgo/statics';
export declare class AptNFTCollection extends Apt {
    readonly nftCollectionConfig: AptNFTCollectionConfig;
    constructor(bitgo: BitGoBase, nftCollectionConfig: AptNFTCollectionConfig);
    static createNFTCollectionConstructor(config: AptNFTCollectionConfig): CoinConstructor;
    static createNFTCollectionConstructors(nftCollectionConfigs?: AptNFTCollectionConfig[]): NamedCoinConstructor[];
    get name(): string;
    get coin(): string;
    get network(): string;
    get nftCollectionId(): string;
    getChain(): string;
    getBaseChain(): string;
    getFullName(): string;
    getBaseFactor(): number;
}
//# sourceMappingURL=aptNFTCollection.d.ts.map

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


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