We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abdaf6 commit c156879Copy full SHA for c156879
index.ts
@@ -30,6 +30,7 @@ export { Network } from './src/network';
30
export {
31
BitcoinRpcClient,
32
GetBlockParams,
33
+ GetBlockhashParams,
34
GetBlockReturn,
35
GetRawTransactionParams,
36
GetRawTransactionReturn,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@magiceden-oss/runestone-lib",
3
- "version": "0.9.0-alpha",
+ "version": "0.9.1-alpha",
4
"description": "",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments