Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

render.gno

0.17 Kb · 9 lines
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}