/** * 私有交易(仅签名版本 - 不依赖 Merkle) * * 原超长文件按职责拆分为 private/ 目录下的多个子文件, * 对外 export 符号与路径保持不变(见 private/index.ts)。 */ export * from './private/index.js';