PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-vet/dist/src
Просмотр файла: tvet.d.ts
/**
* Testnet Vechain
*/
import { BaseCoin, BitGoBase } from '@bitgo/sdk-core';
import { Vet } from './vet';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
export declare class Tvet extends Vet {
protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
/**
* Identifier for the blockchain which supports this coin
*/
getChain(): string;
/**
* Complete human-readable name of this coin
*/
getFullName(): string;
}
//# sourceMappingURL=tvet.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!