4 lines
172 B
Go
4 lines
172 B
Go
// Package branch defines a Store that can be used to wrap readable state to make it writable.
|
|
// Code heavily taken and adapted from cosmossdk.io/store/v1.
|
|
package branch
|