Skip to content

Commit c156879

Browse files
committed
Export GetBlockhashParams
1 parent 4abdaf6 commit c156879

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export { Network } from './src/network';
3030
export {
3131
BitcoinRpcClient,
3232
GetBlockParams,
33+
GetBlockhashParams,
3334
GetBlockReturn,
3435
GetRawTransactionParams,
3536
GetRawTransactionReturn,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magiceden-oss/runestone-lib",
3-
"version": "0.9.0-alpha",
3+
"version": "0.9.1-alpha",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)