PHP WebShell
Текущая директория: /opt/BitGoJS/modules/abstract-cosmos/dist/src/lib
Просмотр файла: StakingDeactivateBuilder.d.ts
import { TransactionType } from '@bitgo/sdk-core';
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { DelegateOrUndelegeteMessage } from './iface';
import { CosmosTransactionBuilder } from './transactionBuilder';
import { CosmosUtils } from './utils';
export declare class StakingDeactivateBuilder<CustomMessage = never> extends CosmosTransactionBuilder<CustomMessage> {
protected _utils: CosmosUtils<CustomMessage>;
constructor(_coinConfig: Readonly<CoinConfig>, utils: CosmosUtils<CustomMessage>);
protected get transactionType(): TransactionType;
/** @inheritdoc */
messages(undelegateMessages: DelegateOrUndelegeteMessage[]): this;
}
//# sourceMappingURL=StakingDeactivateBuilder.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!