/** * @augments {ObjectMap} */ export default class NodeAccountIdSignatureMap extends ObjectMap { /** * @param {import("@hashgraph/proto").proto.ISignatureMap} sigMap * @returns {NodeAccountIdSignatureMap} */ static _fromTransactionSigMap(sigMap: import("@hashgraph/proto").proto.ISignatureMap): NodeAccountIdSignatureMap; constructor(); } import PublicKey from "../PublicKey.js"; import ObjectMap from "../ObjectMap.js";