PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-ton/dist/src/lib

Просмотр файла: transaction.d.ts

import { BaseKey, BaseTransaction, Recipient, TransactionType } from '@bitgo/sdk-core';
import { TxData, TransactionExplanation } from './iface';
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { Cell } from 'tonweb/dist/types/boc/cell';
export declare class Transaction extends BaseTransaction {
    recipient: Recipient;
    bounceable: boolean;
    fromAddressBounceable: boolean;
    toAddressBounceable: boolean;
    message: string;
    withdrawAmount: string;
    seqno: number;
    expireTime: number;
    sender: string;
    publicKey: string;
    private unsignedMessage;
    private finalMessage;
    constructor(coinConfig: Readonly<CoinConfig>);
    canSign(key: BaseKey): boolean;
    toBroadcastFormat(): string;
    toJson(): TxData;
    get signablePayload(): Buffer;
    /**
     * Set the transaction type.
     * @param {TransactionType} transactionType The transaction type to be set.
     */
    set transactionType(transactionType: TransactionType);
    build(): Promise<void>;
    private createSigningMessage;
    private createOutMsg;
    createExternalMessage(signingMessage: Cell, seqno: number, signature: string): Promise<Cell>;
    loadInputsAndOutputs(): void;
    fromRawTransaction(rawTransaction: string): void;
    /** @inheritDoc */
    explainTransaction(): TransactionExplanation;
    private parseTransaction;
    private parseTransactionBody;
    private parseTransferStateInit;
}
//# sourceMappingURL=transaction.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!