8 lines
86 B
Go
8 lines
86 B
Go
package store
|
|
|
|
import (
|
|
"github.com/tendermint/go-wire"
|
|
)
|
|
|
|
var cdc = wire.NewCodec()
|