1package core 2 3import ( 4 "gno.land/p/onbloc/ibc/union/types" 5) 6 7func Render(_ string) string { 8 return "next client id: " + types.ClientId(uint32(store.clientSeq)+1).String() 9}