controllerv1

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: 13 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_controller_v1_controller_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_interchain_accounts_controller_v1_query_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_interchain_accounts_controller_v1_tx_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type MsgRegisterInterchainAccount

type MsgRegisterInterchainAccount struct {
	Owner        string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConnectionId string   `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Version      string   `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Ordering     v1.Order `protobuf:"varint,4,opt,name=ordering,proto3,enum=ibc.core.channel.v1.Order" json:"ordering,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount

func (*MsgRegisterInterchainAccount) Descriptor deprecated

func (*MsgRegisterInterchainAccount) Descriptor() ([]byte, []int)

Deprecated: Use MsgRegisterInterchainAccount.ProtoReflect.Descriptor instead.

func (*MsgRegisterInterchainAccount) GetConnectionId

func (x *MsgRegisterInterchainAccount) GetConnectionId() string

func (*MsgRegisterInterchainAccount) GetOrdering

func (x *MsgRegisterInterchainAccount) GetOrdering() v1.Order

func (*MsgRegisterInterchainAccount) GetOwner

func (x *MsgRegisterInterchainAccount) GetOwner() string

func (*MsgRegisterInterchainAccount) GetVersion

func (x *MsgRegisterInterchainAccount) GetVersion() string

func (*MsgRegisterInterchainAccount) ProtoMessage

func (*MsgRegisterInterchainAccount) ProtoMessage()

func (*MsgRegisterInterchainAccount) ProtoReflect

func (*MsgRegisterInterchainAccount) Reset

func (x *MsgRegisterInterchainAccount) Reset()

func (*MsgRegisterInterchainAccount) String

type MsgRegisterInterchainAccountResponse

type MsgRegisterInterchainAccountResponse struct {
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	PortId    string `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterInterchainAccountResponse defines the response for Msg/RegisterAccount

func (*MsgRegisterInterchainAccountResponse) Descriptor deprecated

func (*MsgRegisterInterchainAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgRegisterInterchainAccountResponse.ProtoReflect.Descriptor instead.

func (*MsgRegisterInterchainAccountResponse) GetChannelId

func (x *MsgRegisterInterchainAccountResponse) GetChannelId() string

func (*MsgRegisterInterchainAccountResponse) GetPortId

func (*MsgRegisterInterchainAccountResponse) ProtoMessage

func (*MsgRegisterInterchainAccountResponse) ProtoMessage()

func (*MsgRegisterInterchainAccountResponse) ProtoReflect

func (*MsgRegisterInterchainAccountResponse) Reset

func (*MsgRegisterInterchainAccountResponse) String

type MsgSendTx

type MsgSendTx struct {
	Owner        string                           `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConnectionId string                           `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	PacketData   *v11.InterchainAccountPacketData `protobuf:"bytes,3,opt,name=packet_data,json=packetData,proto3" json:"packet_data,omitempty"`
	// Relative timeout timestamp provided will be added to the current block time during transaction execution.
	// The timeout timestamp must be non-zero.
	RelativeTimeout uint64 `protobuf:"varint,4,opt,name=relative_timeout,json=relativeTimeout,proto3" json:"relative_timeout,omitempty"`
	// contains filtered or unexported fields
}

MsgSendTx defines the payload for Msg/SendTx

func (*MsgSendTx) Descriptor deprecated

func (*MsgSendTx) Descriptor() ([]byte, []int)

Deprecated: Use MsgSendTx.ProtoReflect.Descriptor instead.

func (*MsgSendTx) GetConnectionId

func (x *MsgSendTx) GetConnectionId() string

func (*MsgSendTx) GetOwner

func (x *MsgSendTx) GetOwner() string

func (*MsgSendTx) GetPacketData

func (x *MsgSendTx) GetPacketData() *v11.InterchainAccountPacketData

func (*MsgSendTx) GetRelativeTimeout

func (x *MsgSendTx) GetRelativeTimeout() uint64

func (*MsgSendTx) ProtoMessage

func (*MsgSendTx) ProtoMessage()

func (*MsgSendTx) ProtoReflect

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

func (*MsgSendTx) Reset

func (x *MsgSendTx) Reset()

func (*MsgSendTx) String

func (x *MsgSendTx) String() string

type MsgSendTxResponse

type MsgSendTxResponse struct {
	Sequence uint64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

MsgSendTxResponse defines the response for MsgSendTx

func (*MsgSendTxResponse) Descriptor deprecated

func (*MsgSendTxResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgSendTxResponse.ProtoReflect.Descriptor instead.

func (*MsgSendTxResponse) GetSequence

func (x *MsgSendTxResponse) GetSequence() uint64

func (*MsgSendTxResponse) ProtoMessage

func (*MsgSendTxResponse) ProtoMessage()

func (*MsgSendTxResponse) ProtoReflect

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

func (*MsgSendTxResponse) Reset

func (x *MsgSendTxResponse) Reset()

func (*MsgSendTxResponse) String

func (x *MsgSendTxResponse) 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/controller 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 {

	// controller_enabled enables or disables the controller submodule.
	ControllerEnabled bool `protobuf:"varint,1,opt,name=controller_enabled,json=controllerEnabled,proto3" json:"controller_enabled,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 controller submodule.

func (*Params) Descriptor deprecated

func (*Params) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetControllerEnabled

func (x *Params) GetControllerEnabled() 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 QueryInterchainAccountRequest

type QueryInterchainAccountRequest struct {
	Owner        string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

QueryInterchainAccountRequest is the request type for the Query/InterchainAccount RPC method.

func (*QueryInterchainAccountRequest) Descriptor deprecated

func (*QueryInterchainAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryInterchainAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryInterchainAccountRequest) GetConnectionId

func (x *QueryInterchainAccountRequest) GetConnectionId() string

func (*QueryInterchainAccountRequest) GetOwner

func (x *QueryInterchainAccountRequest) GetOwner() string

func (*QueryInterchainAccountRequest) ProtoMessage

func (*QueryInterchainAccountRequest) ProtoMessage()

func (*QueryInterchainAccountRequest) ProtoReflect

func (*QueryInterchainAccountRequest) Reset

func (x *QueryInterchainAccountRequest) Reset()

func (*QueryInterchainAccountRequest) String

type QueryInterchainAccountResponse

type QueryInterchainAccountResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

QueryInterchainAccountResponse the response type for the Query/InterchainAccount RPC method.

func (*QueryInterchainAccountResponse) Descriptor deprecated

func (*QueryInterchainAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryInterchainAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryInterchainAccountResponse) GetAddress

func (x *QueryInterchainAccountResponse) GetAddress() string

func (*QueryInterchainAccountResponse) ProtoMessage

func (*QueryInterchainAccountResponse) ProtoMessage()

func (*QueryInterchainAccountResponse) ProtoReflect

func (*QueryInterchainAccountResponse) Reset

func (x *QueryInterchainAccountResponse) Reset()

func (*QueryInterchainAccountResponse) 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

Jump to

Keyboard shortcuts

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