PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-hbar/dist/src
Просмотр файла: hbarToken.d.ts
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
import { HbarTokenConfig } from '@bitgo/statics';
import { Hbar } from './hbar';
export declare class HbarToken extends Hbar {
readonly tokenConfig: HbarTokenConfig;
constructor(bitgo: BitGoBase, tokenConfig: HbarTokenConfig);
static createTokenConstructor(config: HbarTokenConfig): CoinConstructor;
static createTokenConstructors(tokenConfigs?: HbarTokenConfig[]): NamedCoinConstructor[];
get name(): string;
get coin(): string;
get network(): string;
get decimalPlaces(): number;
get nodeAccountId(): string;
get tokenId(): string;
get contractAddress(): string;
getChain(): string;
getBaseChain(): string;
getFullName(): string;
getBaseFactor(): number;
}
//# sourceMappingURL=hbarToken.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!