It's the base64 encoded cbor serialization of a data structure made like this:
```
{
"epoch":
"event": "BURN"|"MINT",
"contents": Array
}
```
Where contents contains either the hex encoded signature C or the hex encoded blind signature B_
It's the base64 encoded cbor serialization of a data structure made like this:
```
{
"epoch":
"event": "BURN"|"MINT",
"contents": Array
}
```
Where contents contains either the hex encoded signature C or the hex encoded blind signature B_