We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658ddcc commit a7d6360Copy full SHA for a7d6360
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@rigidity/chia",
3
"author": "rigidity",
4
- "version": "1.5.0",
+ "version": "1.5.1",
5
"description": "Chia RPC client and various helper utilities.",
6
"repository": "https://github.com/Rigidity/chia.git",
7
"main": "dist/index.js",
src/types/CoinRecord.ts
@@ -4,6 +4,7 @@ export interface CoinRecord {
coin: Coin;
confirmed_block_index: number;
spent_block_index: number;
+ spent: boolean;
8
coinbase: boolean;
9
timestamp: number;
10
}
0 commit comments