redact-store 1.2.16

Provides a common interface on top of storage backings
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "path": ".stringKey.",
    "value": {
	"t": "Unsealed",
	"c": {
	    "builder": {
		"t": "Data",
		"c": {}
	    },
	    "bytes": "hello"
	}
    }
}