github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/execution/exec/codec.go (about)

     1  package exec
     2  
     3  import "github.com/hyperledger/burrow/txs"
     4  
     5  var cdc = txs.NewProtobufCodec()