PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-polyx/dist/src/lib

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

import { PolyxBaseBuilder } from './baseBuilder';
import { DecodedSignedTx, DecodedSigningPayload, UnsignedTransaction } from '@substrate/txwrapper-core';
import { BaseCoin as CoinConfig } from '@bitgo/statics';
import { TransactionType, BaseAddress } from '@bitgo/sdk-core';
import { TxMethod } from './iface';
import { Transaction } from './transaction';
export declare class RegisterDidWithCDDBuilder extends PolyxBaseBuilder<TxMethod, Transaction> {
    protected _to: string;
    protected _method: TxMethod;
    constructor(_coinConfig: Readonly<CoinConfig>);
    protected get transactionType(): TransactionType;
    protected buildTransaction(): UnsignedTransaction;
    /**
     *
     * The destination address for transfer transaction.
     *
     * @param {string} dest
     * @returns {TransferBuilder} This transfer builder.
     */
    to({ address }: BaseAddress): this;
    /** @inheritdoc */
    protected fromImplementation(rawTransaction: string): Transaction;
    /** @inheritdoc */
    validateDecodedTransaction(decodedTxn: DecodedSigningPayload | DecodedSignedTx, rawTransaction?: string): void;
    /**
     * Construct a transaction to register a DID with CDD information
     *
     * @param {RegisterDidWithCDDArgs} args Arguments to be passed to the cddRegisterDidWithCdd method
     * @param {Interface.CreateBaseTxInfo} info Base txn info required to construct the DID registration txn
     * @returns {UnsignedTransaction} an unsigned transaction for DID registration with CDD
     */
    private RegisterDidWithCDD;
}
//# sourceMappingURL=registerDidWithCDDBuilder.d.ts.map

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


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