|
1 |
| -AnchorTapretProof rec |
2 |
| - mpcProof rec MerkleProof |
3 |
| - pos is U32 |
4 |
| - cofactor is U16 |
5 |
| - path list len=0..32 |
6 |
| - element bytes len=32 aka=MerkleHash |
7 |
| - dbcProof rec TapretProof |
8 |
| - pathProof rec TapretPathProof |
9 |
| - some union TapretNodePartner option wrapped tag=1 |
10 |
| - rightBranch rec TapretRightBranch wrapped tag=2 |
11 |
| - nonce is U8 |
| 1 | +rec AnchorTapretProof |
| 2 | + rec mpcProof, MerkleProof |
| 3 | + is pos, U32 |
| 4 | + is cofactor, U16 |
| 5 | + list path, len 0..32 |
| 6 | + bytes element, len 32, aka MerkleHash |
| 7 | + rec dbcProof, TapretProof |
| 8 | + rec pathProof, TapretPathProof |
| 9 | + union some, TapretNodePartner, option, wrapped, tag 1 |
| 10 | + bytes leftNode, len 32, wrapped, aka TapNodeHash, tag 0 |
| 11 | + rec rightLeaf, LeafScript, wrapped, tag 1 |
| 12 | + is version, U8, aka LeafVer |
| 13 | + bytes script, len 0..MAX32, aka ScriptBytes |
| 14 | + rec rightBranch, TapretRightBranch, wrapped, tag 2 |
| 15 | + bytes leftNodeHash, len 32, aka TapNodeHash |
| 16 | + bytes rightNodeHash, len 32, aka TapNodeHash |
| 17 | + is nonce, U8 |
| 18 | + bytes internalPk, len 32, aka InternalPk, aka XOnlyPk |
0 commit comments