PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-polyx/dist/src
Просмотр файла: tpolyx.d.ts
import { BaseCoin, BitGoBase } from '@bitgo/sdk-core';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
import { Polyx } from './polyx';
export declare class Tpolyx extends Polyx {
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;
/**
* Retrieves the address format for Testnet Polyx.
*
* @returns {number} The address format as a number for Testnet Polyx.
* @override
*/
protected getAddressFormat(): number;
}
//# sourceMappingURL=tpolyx.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!