PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@hashgraph/sdk/lib/transaction
Просмотр файла: TransactionHashMap.d.ts
/**
* @namespace proto
* @typedef {import("@hashgraph/proto").proto.ITransaction} HashgraphProto.proto.ITransaction
*/
/**
* @augments {ObjectMap<AccountId, Uint8Array>}
*/
export default class TransactionHashMap extends ObjectMap<AccountId, Uint8Array> {
/**
* @param {import("./Transaction.js").default} transaction
* @returns {Promise<TransactionHashMap>}
*/
static _fromTransaction(transaction: import("./Transaction.js").default): Promise<TransactionHashMap>;
constructor();
}
export namespace HashgraphProto {
namespace proto {
type ITransaction = import("@hashgraph/proto").proto.ITransaction;
}
}
import AccountId from "../account/AccountId.js";
import ObjectMap from "../ObjectMap.js";
Выполнить команду
Для локальной разработки. Не используйте в интернете!