PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-vet/dist/src/lib/transaction
Просмотр файла: stakingTransaction.d.ts
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { Transaction as VetTransaction } from '@vechain/sdk-core';
import { Transaction } from './transaction';
import { VetTransactionData } from '../iface';
import EthereumAbi from 'ethereumjs-abi';
export declare class StakingTransaction extends Transaction {
private _stakingContractAddress;
private _amountToStake;
private _stakingContractABI;
constructor(_coinConfig: Readonly<CoinConfig>);
get stakingContractAddress(): string;
set stakingContractAddress(address: string);
get amountToStake(): string;
set amountToStake(amount: string);
get stakingContractABI(): EthereumAbi;
set stakingContractABI(abi: EthereumAbi);
buildClauses(): void;
toJson(): VetTransactionData;
fromDeserializedSignedTransaction(signedTx: VetTransaction): void;
}
//# sourceMappingURL=stakingTransaction.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!