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

init.gno

0.20 Kb · 11 lines
 1package ucs03_zkgm
 2
 3import (
 4	zkgm "gno.land/r/onbloc/ibc/union/apps/ucs03_zkgm"
 5)
 6
 7func init(cur realm) {
 8	zkgm.RegisterImpl(cross(cur), func(s zkgm.IStore) zkgm.IApp {
 9		return NewUCS03ZkgmV1(s)
10	})
11}