Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type MsgModuleQuerySafe
- func (*MsgModuleQuerySafe) Descriptor() ([]byte, []int)deprecated
- func (x *MsgModuleQuerySafe) GetRequests() []*QueryRequest
- func (x *MsgModuleQuerySafe) GetSigner() string
- func (*MsgModuleQuerySafe) ProtoMessage()
- func (x *MsgModuleQuerySafe) ProtoReflect() protoreflect.Message
- func (x *MsgModuleQuerySafe) Reset()
- func (x *MsgModuleQuerySafe) String() string
- type MsgModuleQuerySafeResponse
- func (*MsgModuleQuerySafeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgModuleQuerySafeResponse) GetHeight() uint64
- func (x *MsgModuleQuerySafeResponse) GetResponses() [][]byte
- func (*MsgModuleQuerySafeResponse) ProtoMessage()
- func (x *MsgModuleQuerySafeResponse) ProtoReflect() protoreflect.Message
- func (x *MsgModuleQuerySafeResponse) Reset()
- func (x *MsgModuleQuerySafeResponse) String() string
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateParams) GetParams() *Params
- func (x *MsgUpdateParams) GetSigner() string
- func (*MsgUpdateParams) ProtoMessage()
- func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateParams) Reset()
- func (x *MsgUpdateParams) String() string
- type MsgUpdateParamsResponse
- type Params
- type QueryParamsRequest
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryParamsResponse) GetParams() *Params
- func (*QueryParamsResponse) ProtoMessage()
- func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryParamsResponse) Reset()
- func (x *QueryParamsResponse) String() string
- type QueryRequest
- func (*QueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryRequest) GetData() []byte
- func (x *QueryRequest) GetPath() string
- func (*QueryRequest) ProtoMessage()
- func (x *QueryRequest) ProtoReflect() protoreflect.Message
- func (x *QueryRequest) Reset()
- func (x *QueryRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var File_ibc_applications_interchain_accounts_host_v1_host_proto protoreflect.FileDescriptor
var File_ibc_applications_interchain_accounts_host_v1_query_proto protoreflect.FileDescriptor
var File_ibc_applications_interchain_accounts_host_v1_tx_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MsgModuleQuerySafe ¶
type MsgModuleQuerySafe struct { // signer address Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` // requests defines the module safe queries to execute. Requests []*QueryRequest `protobuf:"bytes,2,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
MsgModuleQuerySafe defines the payload for Msg/ModuleQuerySafe
func (*MsgModuleQuerySafe) Descriptor
deprecated
func (*MsgModuleQuerySafe) Descriptor() ([]byte, []int)
Deprecated: Use MsgModuleQuerySafe.ProtoReflect.Descriptor instead.
func (*MsgModuleQuerySafe) GetRequests ¶
func (x *MsgModuleQuerySafe) GetRequests() []*QueryRequest
func (*MsgModuleQuerySafe) GetSigner ¶
func (x *MsgModuleQuerySafe) GetSigner() string
func (*MsgModuleQuerySafe) ProtoMessage ¶
func (*MsgModuleQuerySafe) ProtoMessage()
func (*MsgModuleQuerySafe) ProtoReflect ¶
func (x *MsgModuleQuerySafe) ProtoReflect() protoreflect.Message
func (*MsgModuleQuerySafe) Reset ¶
func (x *MsgModuleQuerySafe) Reset()
func (*MsgModuleQuerySafe) String ¶
func (x *MsgModuleQuerySafe) String() string
type MsgModuleQuerySafeResponse ¶
type MsgModuleQuerySafeResponse struct { // height at which the responses were queried Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // protobuf encoded responses for each query Responses [][]byte `protobuf:"bytes,2,rep,name=responses,proto3" json:"responses,omitempty"` // contains filtered or unexported fields }
MsgModuleQuerySafeResponse defines the response for Msg/ModuleQuerySafe
func (*MsgModuleQuerySafeResponse) Descriptor
deprecated
func (*MsgModuleQuerySafeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgModuleQuerySafeResponse.ProtoReflect.Descriptor instead.
func (*MsgModuleQuerySafeResponse) GetHeight ¶
func (x *MsgModuleQuerySafeResponse) GetHeight() uint64
func (*MsgModuleQuerySafeResponse) GetResponses ¶
func (x *MsgModuleQuerySafeResponse) GetResponses() [][]byte
func (*MsgModuleQuerySafeResponse) ProtoMessage ¶
func (*MsgModuleQuerySafeResponse) ProtoMessage()
func (*MsgModuleQuerySafeResponse) ProtoReflect ¶
func (x *MsgModuleQuerySafeResponse) ProtoReflect() protoreflect.Message
func (*MsgModuleQuerySafeResponse) Reset ¶
func (x *MsgModuleQuerySafeResponse) Reset()
func (*MsgModuleQuerySafeResponse) String ¶
func (x *MsgModuleQuerySafeResponse) String() string
type MsgUpdateParams ¶
type MsgUpdateParams struct { // signer address Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` // params defines the 27-interchain-accounts/host parameters to update. // // NOTE: All parameters must be supplied. Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
MsgUpdateParams defines the payload for Msg/UpdateParams
func (*MsgUpdateParams) Descriptor
deprecated
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
func (*MsgUpdateParams) GetParams ¶
func (x *MsgUpdateParams) GetParams() *Params
func (*MsgUpdateParams) GetSigner ¶
func (x *MsgUpdateParams) GetSigner() string
func (*MsgUpdateParams) ProtoMessage ¶
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) ProtoReflect ¶
func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
func (*MsgUpdateParams) Reset ¶
func (x *MsgUpdateParams) Reset()
func (*MsgUpdateParams) String ¶
func (x *MsgUpdateParams) String() string
type MsgUpdateParamsResponse ¶
type MsgUpdateParamsResponse struct {
// contains filtered or unexported fields
}
MsgUpdateParamsResponse defines the response for Msg/UpdateParams
func (*MsgUpdateParamsResponse) Descriptor
deprecated
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateParamsResponse) ProtoMessage ¶
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) ProtoReflect ¶
func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateParamsResponse) Reset ¶
func (x *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) String ¶
func (x *MsgUpdateParamsResponse) String() string
type Params ¶
type Params struct { // host_enabled enables or disables the host submodule. HostEnabled bool `protobuf:"varint,1,opt,name=host_enabled,json=hostEnabled,proto3" json:"host_enabled,omitempty"` // allow_messages defines a list of sdk message typeURLs allowed to be executed on a host chain. AllowMessages []string `protobuf:"bytes,2,rep,name=allow_messages,json=allowMessages,proto3" json:"allow_messages,omitempty"` // contains filtered or unexported fields }
Params defines the set of on-chain interchain accounts parameters. The following parameters may be used to disable the host submodule.
func (*Params) Descriptor
deprecated
func (*Params) GetAllowMessages ¶
func (*Params) GetHostEnabled ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
type QueryParamsRequest ¶
type QueryParamsRequest struct {
// contains filtered or unexported fields
}
QueryParamsRequest is the request type for the Query/Params RPC method.
func (*QueryParamsRequest) Descriptor
deprecated
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) ProtoReflect ¶
func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message
func (*QueryParamsRequest) Reset ¶
func (x *QueryParamsRequest) Reset()
func (*QueryParamsRequest) String ¶
func (x *QueryParamsRequest) String() string
type QueryParamsResponse ¶
type QueryParamsResponse struct { // params defines the parameters of the module. Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
QueryParamsResponse is the response type for the Query/Params RPC method.
func (*QueryParamsResponse) Descriptor
deprecated
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.
func (*QueryParamsResponse) GetParams ¶
func (x *QueryParamsResponse) GetParams() *Params
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) ProtoReflect ¶
func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
func (*QueryParamsResponse) Reset ¶
func (x *QueryParamsResponse) Reset()
func (*QueryParamsResponse) String ¶
func (x *QueryParamsResponse) String() string
type QueryRequest ¶
type QueryRequest struct { // path defines the path of the query request as defined by ADR-021. // https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-021-protobuf-query-encoding.md#custom-query-registration-and-routing Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // data defines the payload of the query request as defined by ADR-021. // https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-021-protobuf-query-encoding.md#custom-query-registration-and-routing Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
QueryRequest defines the parameters for a particular query request by an interchain account.
func (*QueryRequest) Descriptor
deprecated
func (*QueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.
func (*QueryRequest) GetData ¶
func (x *QueryRequest) GetData() []byte
func (*QueryRequest) GetPath ¶
func (x *QueryRequest) GetPath() string
func (*QueryRequest) ProtoMessage ¶
func (*QueryRequest) ProtoMessage()
func (*QueryRequest) ProtoReflect ¶
func (x *QueryRequest) ProtoReflect() protoreflect.Message
func (*QueryRequest) Reset ¶
func (x *QueryRequest) Reset()
func (*QueryRequest) String ¶
func (x *QueryRequest) String() string