Skip to content

Commit

Permalink
feat: export signWitnesses and calculateTransactionFee
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 18, 2024
1 parent bde6b0f commit 13c6b3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ckb-sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"import": "./lib-esm/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./lib/signWitnesses": {
"import": "./lib-esm/signWitnesses.js",
"require": "./lib/signWitnesses.js",
"types": "./lib/signWitnesses.d.ts"
}
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/ckb-sdk-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export * from './validators.js'
export * from './epochs.js'
export * from './sizes.js'
export * from './occupiedCapacity.js'
export * from './calculateTransactionFee.js'
export { ECPair }
export * as systemScripts from './systemScripts.js'
export * as reconcilers from './reconcilers/index.js'
Expand Down

0 comments on commit 13c6b3d

Please sign in to comment.