Skip to content

Commit 50b5537

Browse files
committed
feat(core): add CellAny
It's definitely a mistake to name `CellOnChain` `Cell`, but there is nothing we can do with that right now. To avoid more duplicate code, `CellAny` was added to represent a cell that's on-chain or off-chain.
1 parent d382469 commit 50b5537

File tree

4 files changed

+276
-85
lines changed

4 files changed

+276
-85
lines changed

.changeset/salty-apples-check.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@ckb-ccc/core": minor
3+
"@ckb-ccc/ssri": patch
4+
---
5+
6+
feat(core): add `CellAny`
7+
8+
It's definitely a mistake to name `CellOnChain` `Cell`, but there is nothing we can do with that right now. To avoid more duplicate code, `CellAny` was added to represent a cell that's on-chain or off-chain.
9+

0 commit comments

Comments
 (0)