Skip to content

Commit

Permalink
export ops
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Jan 6, 2025
1 parent 9dea120 commit fc1d3b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ts_src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export { Block } from './block.js';
export { TaggedHashPrefix } from './crypto.js';

/** @hidden */
export { OPS as opcodes } from './ops.js';
export {
OPS as opcodes,
REVERSE_OPS as reverse_opcodes,
isOpSuccess,
} from './ops.js';
export { Transaction } from './transaction.js';
/** @hidden */
export { Network } from './networks.js';
Expand Down

0 comments on commit fc1d3b9

Please sign in to comment.