You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Which is still a map with one entry for key `1` (`{1:`)
99
+
* Which is the seed `d6df890a726b21b223ec3cc31d7950eb`
89
100
101
+
One important difference between the UR Seed and the Envelope Seed is that the UR seed was preceded by `ur:seed`, so it did not need a CBOR tag for the seed. However, once it's an envelope, it now needs the CBOR tag of `40300` to define what that part of the envelope is. A particular element will self-identify with a CBOR tag (like `200` or `40300`) or a UR tag (like `ur:envelope` or `ur:seed`) but not both.
102
+
103
+
### Modifying a Seed
104
+
105
+
There are many advantages to having a seed in an envelope, rather than it being a bare seed. One advantage is that you can add metadata as assertions in the envelope (with the actual seed remaining the subject):
106
+
```
90
107
SEED_E=$(envelope assertion add pred-obj known note string "Zcash seed" $SEED_E)
0 commit comments