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

v1 source realm

Package impl is the v1 implementation of the IBC host logic for the gno.land/r/onbloc/ibc/union/core proxy. The proxy...

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.

Functions 1

func NewCoreV1

Action
1func NewCoreV1(s core.IStore) core.ICore
source

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

Imports 7

Source Files 11