hostv1

package
v0.0.0-...-c13f9de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 11 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
var File_ibc_applications_interchain_accounts_host_v1_host_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_interchain_accounts_host_v1_query_proto protoreflect.FileDescriptor
View Source
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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetAllowMessages

func (x *Params) GetAllowMessages() []string

func (*Params) GetHostEnabled

func (x *Params) GetHostEnabled() bool

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL