PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-trx/dist/src/lib
Просмотр файла: withdrawExpireUnfreezeTxBuilder.d.ts
import { TransactionType, BaseKey } from '@bitgo/sdk-core';
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { TransactionBuilder } from './transactionBuilder';
import { Transaction } from './transaction';
import { TransactionReceipt, WithdrawExpireUnfreezeContract } from './iface';
export declare class WithdrawExpireUnfreezeTxBuilder extends TransactionBuilder {
protected _signingKeys: BaseKey[];
constructor(_coinConfig: Readonly<CoinConfig>);
/** @inheritdoc */
protected get transactionType(): TransactionType;
/** @inheritdoc */
extendValidTo(extensionMs: number): void;
initBuilder(rawTransaction: TransactionReceipt | string): this;
/**
* Initialize the withdraw expire unfreeze contract call specific data
*
* @param {WithdrawExpireUnfreezeContract} withdrawExpireUnfreezeContractCall object with freeze txn data
*/
protected initWithdrawExpireUnfreezeContractCall(withdrawExpireUnfreezeContractCall: WithdrawExpireUnfreezeContract): void;
protected buildImplementation(): Promise<Transaction>;
/**
* Helper method to create the withdraw expire unfreeze transaction
*/
private createWithdrawExpireUnfreezeTransaction;
/**
* Helper method to get the withdraw expire unfreeze transaction raw data hex
*
* @returns {string} the freeze balance transaction raw data hex
*/
private getWithdrawExpireUnfreezeRawDataHex;
/** @inheritdoc */
protected signImplementation(key: BaseKey): Transaction;
private applySignatures;
/**
* Validates the transaction
*
* @param {Transaction} transaction - The transaction to validate
* @throws {BuildTransactionError} when the transaction is invalid
*/
validateTransaction(transaction: Transaction): void;
/**
* Validates if the transaction is a valid withdraw expire unfreeze transaction
*
* @param {TransactionReceipt} transaction - The transaction to validate
* @throws {BuildTransactionError} when the transaction is invalid
*/
private validateWithdrawExpireUnfreezeTransactionFields;
}
//# sourceMappingURL=withdrawExpireUnfreezeTxBuilder.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!