PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-sol/dist/src/lib
Просмотр файла: walletInitializationBuilder.d.ts
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { TransactionType } from '@bitgo/sdk-core';
import { Transaction } from './transaction';
import { TransactionBuilder } from './transactionBuilder';
export declare class WalletInitializationBuilder extends TransactionBuilder {
private _nonceAddress;
private _amount;
constructor(_coinConfig: Readonly<CoinConfig>);
protected get transactionType(): TransactionType;
/** @inheritDoc */
initBuilder(tx: Transaction): void;
/**
* Sets the amount to fund the nonce account
*
* @param amount amount in lamports to fund the nonce account
*/
amount(amount: string): this;
/**
* Sets the address for the nonce account
* @param nonceAddress address of the new nonce account
*/
address(nonceAddress: string): this;
/** @inheritdoc */
protected buildImplementation(): Promise<Transaction>;
}
//# sourceMappingURL=walletInitializationBuilder.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!