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