@ckb-lumos/rpc
Advanced tools
Comparing version 0.0.0-canary-00c3035-20231220025235 to 0.0.0-canary-00d74cd-20240121153125
@@ -100,3 +100,3 @@ import { CKBComponents } from "../types/api"; | ||
getLiveCell: (outPoint: CKBComponents.OutPoint, withData: boolean) => Promise<{ | ||
cell: CKBComponents.LiveCell; | ||
cell: Option<CKBComponents.LiveCell>; | ||
status: CKBComponents.CellStatus; | ||
@@ -404,3 +404,4 @@ }>; | ||
} | ||
export type Option<T> = T | null; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@ckb-lumos/rpc", | ||
"version": "0.0.0-canary-00c3035-20231220025235", | ||
"version": "0.0.0-canary-00d74cd-20240121153125", | ||
"description": "RPC module for CKB", | ||
@@ -29,4 +29,4 @@ "homepage": "https://github.com/ckb-js/lumos#readme", | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.0.0-canary-00c3035-20231220025235", | ||
"@ckb-lumos/bi": "0.0.0-canary-00c3035-20231220025235", | ||
"@ckb-lumos/base": "0.0.0-canary-00d74cd-20240121153125", | ||
"@ckb-lumos/bi": "0.0.0-canary-00d74cd-20240121153125", | ||
"abort-controller": "^3.0.0", | ||
@@ -33,0 +33,0 @@ "cross-fetch": "^3.1.5" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
344984
3489
+ Added@ckb-lumos/base@0.0.0-canary-00d74cd-20240121153125(transitive)
+ Added@ckb-lumos/bi@0.0.0-canary-00d74cd-20240121153125(transitive)
+ Added@ckb-lumos/codec@0.0.0-canary-00d74cd-20240121153125(transitive)
+ Added@ckb-lumos/toolkit@0.0.0-canary-00d74cd-20240121153125(transitive)
- Removed@ckb-lumos/base@0.0.0-canary-00c3035-20231220025235(transitive)
- Removed@ckb-lumos/bi@0.0.0-canary-00c3035-20231220025235(transitive)
- Removed@ckb-lumos/codec@0.0.0-canary-00c3035-20231220025235(transitive)
- Removed@ckb-lumos/toolkit@0.0.0-canary-00c3035-20231220025235(transitive)