/** * @import { * NativeContext, * PubKeyHash, * PubKeyHashLike, * SigScript, * SigScriptJsonSafe * } from "../index.js" */ /** * @param {PubKeyHashLike} hash * @returns {SigScript} */ export function makeSigScript(hash: PubKeyHashLike): SigScript; import type { PubKeyHashLike } from "../index.js"; import type { SigScript } from "../index.js"; //# sourceMappingURL=SigScript.d.ts.map