PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-vet/dist/src
Просмотр файла: vetNFTCollection.d.ts
import { Vet } from './vet';
import { VetNFTCollectionConfig } from '@bitgo/statics';
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
export declare class VetNFTCollection extends Vet {
readonly nftCollectionConfig: VetNFTCollectionConfig;
constructor(bitgo: BitGoBase, nftCollectionConfig: VetNFTCollectionConfig);
static createNFTCollectionConstructor(config: VetNFTCollectionConfig): CoinConstructor;
static createNFTCollectionConstructors(nftCollectionConfigs?: VetNFTCollectionConfig[]): NamedCoinConstructor[];
get name(): string;
get coin(): string;
get network(): string;
get nftCollectionId(): string;
getChain(): string;
getBaseChain(): string;
getFullName(): string;
getBaseFactor(): number;
}
//# sourceMappingURL=vetNFTCollection.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!