Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WasmAny ¶
type WasmAny struct {
Value []byte
}
WasmAny represents the type with raw bytes value for codectypes.Any
func (*WasmAny) ProtoMessage ¶
func (*WasmAny) ProtoMessage()
func (*WasmAny) XXX_WellKnownType ¶
type WasmInterfaceRegistry ¶
type WasmInterfaceRegistry struct {
codectypes.InterfaceRegistry
}
WasmInterfaceRegistry represents an interface registry with a custom any resolver
func NewWasmInterfaceRegistry ¶
func NewWasmInterfaceRegistry(registry codectypes.InterfaceRegistry) WasmInterfaceRegistry
NewWasmInterfaceRegistry returns a new WasmInterfaceRegistry instance
Click to show internal directories.
Click to hide internal directories.