Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type ActiveChannel
- func (*ActiveChannel) Descriptor() ([]byte, []int)deprecated
- func (x *ActiveChannel) GetChannelId() string
- func (x *ActiveChannel) GetConnectionId() string
- func (x *ActiveChannel) GetIsMiddlewareEnabled() bool
- func (x *ActiveChannel) GetPortId() string
- func (*ActiveChannel) ProtoMessage()
- func (x *ActiveChannel) ProtoReflect() protoreflect.Message
- func (x *ActiveChannel) Reset()
- func (x *ActiveChannel) String() string
- type ControllerGenesisState
- func (*ControllerGenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *ControllerGenesisState) GetActiveChannels() []*ActiveChannel
- func (x *ControllerGenesisState) GetInterchainAccounts() []*RegisteredInterchainAccount
- func (x *ControllerGenesisState) GetParams() *v1.Params
- func (x *ControllerGenesisState) GetPorts() []string
- func (*ControllerGenesisState) ProtoMessage()
- func (x *ControllerGenesisState) ProtoReflect() protoreflect.Message
- func (x *ControllerGenesisState) Reset()
- func (x *ControllerGenesisState) String() string
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisState) GetControllerGenesisState() *ControllerGenesisState
- func (x *GenesisState) GetHostGenesisState() *HostGenesisState
- func (*GenesisState) ProtoMessage()
- func (x *GenesisState) ProtoReflect() protoreflect.Message
- func (x *GenesisState) Reset()
- func (x *GenesisState) String() string
- type HostGenesisState
- func (*HostGenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *HostGenesisState) GetActiveChannels() []*ActiveChannel
- func (x *HostGenesisState) GetInterchainAccounts() []*RegisteredInterchainAccount
- func (x *HostGenesisState) GetParams() *v11.Params
- func (x *HostGenesisState) GetPort() string
- func (*HostGenesisState) ProtoMessage()
- func (x *HostGenesisState) ProtoReflect() protoreflect.Message
- func (x *HostGenesisState) Reset()
- func (x *HostGenesisState) String() string
- type RegisteredInterchainAccount
- func (*RegisteredInterchainAccount) Descriptor() ([]byte, []int)deprecated
- func (x *RegisteredInterchainAccount) GetAccountAddress() string
- func (x *RegisteredInterchainAccount) GetConnectionId() string
- func (x *RegisteredInterchainAccount) GetPortId() string
- func (*RegisteredInterchainAccount) ProtoMessage()
- func (x *RegisteredInterchainAccount) ProtoReflect() protoreflect.Message
- func (x *RegisteredInterchainAccount) Reset()
- func (x *RegisteredInterchainAccount) String() string
Constants ¶
This section is empty.
Variables ¶
var File_ibc_applications_interchain_accounts_genesis_v1_genesis_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ActiveChannel ¶
type ActiveChannel struct { ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` PortId string `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"` ChannelId string `protobuf:"bytes,3,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` IsMiddlewareEnabled bool `protobuf:"varint,4,opt,name=is_middleware_enabled,json=isMiddlewareEnabled,proto3" json:"is_middleware_enabled,omitempty"` // contains filtered or unexported fields }
ActiveChannel contains a connection ID, port ID and associated active channel ID, as well as a boolean flag to indicate if the channel is middleware enabled
func (*ActiveChannel) Descriptor
deprecated
func (*ActiveChannel) Descriptor() ([]byte, []int)
Deprecated: Use ActiveChannel.ProtoReflect.Descriptor instead.
func (*ActiveChannel) GetChannelId ¶
func (x *ActiveChannel) GetChannelId() string
func (*ActiveChannel) GetConnectionId ¶
func (x *ActiveChannel) GetConnectionId() string
func (*ActiveChannel) GetIsMiddlewareEnabled ¶
func (x *ActiveChannel) GetIsMiddlewareEnabled() bool
func (*ActiveChannel) GetPortId ¶
func (x *ActiveChannel) GetPortId() string
func (*ActiveChannel) ProtoMessage ¶
func (*ActiveChannel) ProtoMessage()
func (*ActiveChannel) ProtoReflect ¶
func (x *ActiveChannel) ProtoReflect() protoreflect.Message
func (*ActiveChannel) Reset ¶
func (x *ActiveChannel) Reset()
func (*ActiveChannel) String ¶
func (x *ActiveChannel) String() string
type ControllerGenesisState ¶
type ControllerGenesisState struct { ActiveChannels []*ActiveChannel `protobuf:"bytes,1,rep,name=active_channels,json=activeChannels,proto3" json:"active_channels,omitempty"` InterchainAccounts []*RegisteredInterchainAccount `protobuf:"bytes,2,rep,name=interchain_accounts,json=interchainAccounts,proto3" json:"interchain_accounts,omitempty"` Ports []string `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"` Params *v1.Params `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
ControllerGenesisState defines the interchain accounts controller genesis state
func (*ControllerGenesisState) Descriptor
deprecated
func (*ControllerGenesisState) Descriptor() ([]byte, []int)
Deprecated: Use ControllerGenesisState.ProtoReflect.Descriptor instead.
func (*ControllerGenesisState) GetActiveChannels ¶
func (x *ControllerGenesisState) GetActiveChannels() []*ActiveChannel
func (*ControllerGenesisState) GetInterchainAccounts ¶
func (x *ControllerGenesisState) GetInterchainAccounts() []*RegisteredInterchainAccount
func (*ControllerGenesisState) GetParams ¶
func (x *ControllerGenesisState) GetParams() *v1.Params
func (*ControllerGenesisState) GetPorts ¶
func (x *ControllerGenesisState) GetPorts() []string
func (*ControllerGenesisState) ProtoMessage ¶
func (*ControllerGenesisState) ProtoMessage()
func (*ControllerGenesisState) ProtoReflect ¶
func (x *ControllerGenesisState) ProtoReflect() protoreflect.Message
func (*ControllerGenesisState) Reset ¶
func (x *ControllerGenesisState) Reset()
func (*ControllerGenesisState) String ¶
func (x *ControllerGenesisState) String() string
type GenesisState ¶
type GenesisState struct { ControllerGenesisState *ControllerGenesisState `` /* 129-byte string literal not displayed */ HostGenesisState *HostGenesisState `protobuf:"bytes,2,opt,name=host_genesis_state,json=hostGenesisState,proto3" json:"host_genesis_state,omitempty"` // contains filtered or unexported fields }
GenesisState defines the interchain accounts genesis state
func (*GenesisState) Descriptor
deprecated
func (*GenesisState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) GetControllerGenesisState ¶
func (x *GenesisState) GetControllerGenesisState() *ControllerGenesisState
func (*GenesisState) GetHostGenesisState ¶
func (x *GenesisState) GetHostGenesisState() *HostGenesisState
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) ProtoReflect ¶
func (x *GenesisState) ProtoReflect() protoreflect.Message
func (*GenesisState) Reset ¶
func (x *GenesisState) Reset()
func (*GenesisState) String ¶
func (x *GenesisState) String() string
type HostGenesisState ¶
type HostGenesisState struct { ActiveChannels []*ActiveChannel `protobuf:"bytes,1,rep,name=active_channels,json=activeChannels,proto3" json:"active_channels,omitempty"` InterchainAccounts []*RegisteredInterchainAccount `protobuf:"bytes,2,rep,name=interchain_accounts,json=interchainAccounts,proto3" json:"interchain_accounts,omitempty"` Port string `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"` Params *v11.Params `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
HostGenesisState defines the interchain accounts host genesis state
func (*HostGenesisState) Descriptor
deprecated
func (*HostGenesisState) Descriptor() ([]byte, []int)
Deprecated: Use HostGenesisState.ProtoReflect.Descriptor instead.
func (*HostGenesisState) GetActiveChannels ¶
func (x *HostGenesisState) GetActiveChannels() []*ActiveChannel
func (*HostGenesisState) GetInterchainAccounts ¶
func (x *HostGenesisState) GetInterchainAccounts() []*RegisteredInterchainAccount
func (*HostGenesisState) GetParams ¶
func (x *HostGenesisState) GetParams() *v11.Params
func (*HostGenesisState) GetPort ¶
func (x *HostGenesisState) GetPort() string
func (*HostGenesisState) ProtoMessage ¶
func (*HostGenesisState) ProtoMessage()
func (*HostGenesisState) ProtoReflect ¶
func (x *HostGenesisState) ProtoReflect() protoreflect.Message
func (*HostGenesisState) Reset ¶
func (x *HostGenesisState) Reset()
func (*HostGenesisState) String ¶
func (x *HostGenesisState) String() string
type RegisteredInterchainAccount ¶
type RegisteredInterchainAccount struct { ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` PortId string `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"` AccountAddress string `protobuf:"bytes,3,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"` // contains filtered or unexported fields }
RegisteredInterchainAccount contains a connection ID, port ID and associated interchain account address
func (*RegisteredInterchainAccount) Descriptor
deprecated
func (*RegisteredInterchainAccount) Descriptor() ([]byte, []int)
Deprecated: Use RegisteredInterchainAccount.ProtoReflect.Descriptor instead.
func (*RegisteredInterchainAccount) GetAccountAddress ¶
func (x *RegisteredInterchainAccount) GetAccountAddress() string
func (*RegisteredInterchainAccount) GetConnectionId ¶
func (x *RegisteredInterchainAccount) GetConnectionId() string
func (*RegisteredInterchainAccount) GetPortId ¶
func (x *RegisteredInterchainAccount) GetPortId() string
func (*RegisteredInterchainAccount) ProtoMessage ¶
func (*RegisteredInterchainAccount) ProtoMessage()
func (*RegisteredInterchainAccount) ProtoReflect ¶
func (x *RegisteredInterchainAccount) ProtoReflect() protoreflect.Message
func (*RegisteredInterchainAccount) Reset ¶
func (x *RegisteredInterchainAccount) Reset()
func (*RegisteredInterchainAccount) String ¶
func (x *RegisteredInterchainAccount) String() string