PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-trx/dist/src/lib
Просмотр файла: delegateResourceTxBuilder.d.ts
import { TransactionType } from '@bitgo/sdk-core';
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { TransactionReceipt } from './iface';
import { ResourceManagementTxBuilder } from './resourceManagementTxBuilder';
export declare class DelegateResourceTxBuilder extends ResourceManagementTxBuilder {
constructor(_coinConfig: Readonly<CoinConfig>);
/** @inheritdoc */
protected get transactionType(): TransactionType;
/**
* Initialize the transaction builder fields using the transaction data
*
* @param {TransactionReceipt | string} rawTransaction the transaction data in a string or JSON format
* @returns {DelegateResourceTxBuilder} the builder with the transaction data set
*/
initBuilder(rawTransaction: TransactionReceipt | string): this;
/**
* Helper method to create the delegate resource transaction
*/
protected createResourceManagementTransaction(): void;
/**
* Helper method to get the delegate resource transaction raw data hex
*
* @returns {string} the delegate resource transaction raw data hex
*/
protected getResourceManagementTxRawDataHex(): string;
}
//# sourceMappingURL=delegateResourceTxBuilder.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!