github.com/okex/exchain@v1.8.0/libs/tendermint/state/txindex/kv/codec.go (about) 1 package kv 2 3 import ( 4 amino "github.com/tendermint/go-amino" 5 ) 6 7 var cdc = amino.NewCodec() 8 9 func init() { 10 }