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 ee4d11a commit 555868fCopy full SHA for 555868f
contracts/ckb-bitcoin-spv-type-lock/README.md
@@ -48,7 +48,13 @@ A Bitcoin SPV instance contains two types of cells: **SPV info cell** and **SPV
48
- Flags
49
50
Flags is the last part of `args` and takes up one byte. The highest two bits
51
- are used to indicate different btc chain types. see [btc chain type] for details.
+ are used to indicate different btc chain types. The supported chain types are:
52
+
53
+ - Mainnet
54
+ - Testnet
55
+ - Signet
56
57
+ see [BTC chain type] for details.
58
59
### Operations
60
0 commit comments