PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-sol/dist/src/lib
Просмотр файла: closeAtaBuilder.d.ts
import { TransactionType } from '@bitgo/sdk-core';
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { Transaction } from './transaction';
import { TransactionBuilder } from './transactionBuilder';
export declare class CloseAtaBuilder extends TransactionBuilder {
protected _accountAddress: string;
protected _destinationAddress: string;
protected _authorityAddress: string;
constructor(_coinConfig: Readonly<CoinConfig>);
protected get transactionType(): TransactionType;
accountAddress(accountAddress: string): this;
destinationAddress(destinationAddress: string): this;
authorityAddress(authorityAddress: string): this;
/** @inheritDoc */
initBuilder(tx: Transaction): void;
/** @inheritdoc */
protected buildImplementation(): Promise<Transaction>;
}
//# sourceMappingURL=closeAtaBuilder.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!