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

core/v1 package

Overview

Package impl is the v1 implementation of the IBC host logic for the gno.land/r/onbloc/ibc/union/core proxy. The proxy keeps the stable identity (admin, package address), the Store, and the app registry; this realm holds the swappable protocol logic and is injected with the proxy-owned store (core.IStore) at install time.

core/v1 implements the client, connection, channel, packet, app registry, and query surfaces behind the proxy's ICore interface.

Function

NewCoreV1

func NewCoreV1(s core.IStore) core.ICore

New constructs a fresh v1 impl. The store is injected by the proxy at install time via SetStore, so it is nil until installed.

Param

Command

gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/onbloc/ibc/union/core/v1.NewCoreV1()"

Result