icacontrolv1

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: Apache-2.0 Imports: 18 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.

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.

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_nova_icacontrol_v1_event_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_gov_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_icacontrol_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_params_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_query_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_store_proto protoreflect.FileDescriptor
View Source
var File_nova_icacontrol_v1_tx_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "nova.icacontrol.v1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterZone",
			Handler:    _Msg_RegisterZone_Handler,
		},
		{
			MethodName: "IcaDelegate",
			Handler:    _Msg_IcaDelegate_Handler,
		},
		{
			MethodName: "IcaUndelegate",
			Handler:    _Msg_IcaUndelegate_Handler,
		},
		{
			MethodName: "IcaTransfer",
			Handler:    _Msg_IcaTransfer_Handler,
		},
		{
			MethodName: "IcaAutoStaking",
			Handler:    _Msg_IcaAutoStaking_Handler,
		},
		{
			MethodName: "IcaAuthzGrant",
			Handler:    _Msg_IcaAuthzGrant_Handler,
		},
		{
			MethodName: "IcaAuthzRevoke",
			Handler:    _Msg_IcaAuthzRevoke_Handler,
		},
		{
			MethodName: "DeleteRegisteredZone",
			Handler:    _Msg_DeleteRegisteredZone_Handler,
		},
		{
			MethodName: "ChangeRegisteredZone",
			Handler:    _Msg_ChangeRegisteredZone_Handler,
		},
		{
			MethodName: "RegisterControllerAddress",
			Handler:    _Msg_RegisterControllerAddress_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "nova/icacontrol/v1/tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "nova.icacontrol.v1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AllZones",
			Handler:    _Query_AllZones_Handler,
		},
		{
			MethodName: "Zone",
			Handler:    _Query_Zone_Handler,
		},
		{
			MethodName: "AutoStakingVersion",
			Handler:    _Query_AutoStakingVersion_Handler,
		},
		{
			MethodName: "AutoStakingCurrentVersion",
			Handler:    _Query_AutoStakingCurrentVersion_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "nova/icacontrol/v1/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type ControllerAddressInfo added in v0.6.2

type ControllerAddressInfo struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ControllerAddressInfo) Descriptor deprecated added in v0.6.2

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

Deprecated: Use ControllerAddressInfo.ProtoReflect.Descriptor instead.

func (*ControllerAddressInfo) GetControllerAddress added in v0.6.2

func (x *ControllerAddressInfo) GetControllerAddress() string

func (*ControllerAddressInfo) GetZoneId added in v0.6.2

func (x *ControllerAddressInfo) GetZoneId() string

func (*ControllerAddressInfo) ProtoMessage added in v0.6.2

func (*ControllerAddressInfo) ProtoMessage()

func (*ControllerAddressInfo) ProtoReflect added in v0.6.2

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

func (*ControllerAddressInfo) Reset added in v0.6.2

func (x *ControllerAddressInfo) Reset()

func (*ControllerAddressInfo) String added in v0.6.2

func (x *ControllerAddressInfo) String() string

type EventAutostakingFail

type EventAutostakingFail struct {
	MsgTypeUrl       string        `protobuf:"bytes,1,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
	DelegatorAddress string        `protobuf:"bytes,2,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"`
	ValidatorAddress string        `protobuf:"bytes,3,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	Amount           *v1beta1.Coin `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

EventAutostakingFail is an event that occurs when auto-compounding fails.

func (*EventAutostakingFail) Descriptor deprecated

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

Deprecated: Use EventAutostakingFail.ProtoReflect.Descriptor instead.

func (*EventAutostakingFail) GetAmount

func (x *EventAutostakingFail) GetAmount() *v1beta1.Coin

func (*EventAutostakingFail) GetDelegatorAddress

func (x *EventAutostakingFail) GetDelegatorAddress() string

func (*EventAutostakingFail) GetMsgTypeUrl

func (x *EventAutostakingFail) GetMsgTypeUrl() string

func (*EventAutostakingFail) GetValidatorAddress

func (x *EventAutostakingFail) GetValidatorAddress() string

func (*EventAutostakingFail) ProtoMessage

func (*EventAutostakingFail) ProtoMessage()

func (*EventAutostakingFail) ProtoReflect

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

func (*EventAutostakingFail) Reset

func (x *EventAutostakingFail) Reset()

func (*EventAutostakingFail) String

func (x *EventAutostakingFail) String() string

type EventChangeRegisteredZone added in v0.6.4

type EventChangeRegisteredZone struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaInfo              *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_info,json=icaInfo,proto3" json:"ica_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	SnDenom              string                  `protobuf:"bytes,7,opt,name=sn_denom,json=snDenom,proto3" json:"sn_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,8,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,9,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,10,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChangeRegisteredZone) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventChangeRegisteredZone.ProtoReflect.Descriptor instead.

func (*EventChangeRegisteredZone) GetBaseDenom added in v0.6.4

func (x *EventChangeRegisteredZone) GetBaseDenom() string

func (*EventChangeRegisteredZone) GetDecimal added in v0.6.4

func (x *EventChangeRegisteredZone) GetDecimal() int64

func (*EventChangeRegisteredZone) GetDepositMaxEntries added in v0.6.4

func (x *EventChangeRegisteredZone) GetDepositMaxEntries() int64

func (*EventChangeRegisteredZone) GetIcaAccount added in v0.6.4

func (x *EventChangeRegisteredZone) GetIcaAccount() *IcaAccount

func (*EventChangeRegisteredZone) GetIcaInfo added in v0.6.4

func (*EventChangeRegisteredZone) GetSnDenom added in v0.6.4

func (x *EventChangeRegisteredZone) GetSnDenom() string

func (*EventChangeRegisteredZone) GetTransferInfo added in v0.6.4

func (x *EventChangeRegisteredZone) GetTransferInfo() *TransferConnectionInfo

func (*EventChangeRegisteredZone) GetUndelegateMaxEntries added in v0.6.4

func (x *EventChangeRegisteredZone) GetUndelegateMaxEntries() int64

func (*EventChangeRegisteredZone) GetValidatorAddress added in v0.6.4

func (x *EventChangeRegisteredZone) GetValidatorAddress() string

func (*EventChangeRegisteredZone) GetZoneId added in v0.6.4

func (x *EventChangeRegisteredZone) GetZoneId() string

func (*EventChangeRegisteredZone) ProtoMessage added in v0.6.4

func (*EventChangeRegisteredZone) ProtoMessage()

func (*EventChangeRegisteredZone) ProtoReflect added in v0.6.4

func (*EventChangeRegisteredZone) Reset added in v0.6.4

func (x *EventChangeRegisteredZone) Reset()

func (*EventChangeRegisteredZone) String added in v0.6.4

func (x *EventChangeRegisteredZone) String() string

type EventDelegateFail

type EventDelegateFail struct {
	MsgTypeUrl       string        `protobuf:"bytes,1,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
	DelegatorAddress string        `protobuf:"bytes,2,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"`
	ValidatorAddress string        `protobuf:"bytes,3,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	Amount           *v1beta1.Coin `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

EventDelegateFail is an event that occurs when a remote delegation fails.

func (*EventDelegateFail) Descriptor deprecated

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

Deprecated: Use EventDelegateFail.ProtoReflect.Descriptor instead.

func (*EventDelegateFail) GetAmount

func (x *EventDelegateFail) GetAmount() *v1beta1.Coin

func (*EventDelegateFail) GetDelegatorAddress

func (x *EventDelegateFail) GetDelegatorAddress() string

func (*EventDelegateFail) GetMsgTypeUrl

func (x *EventDelegateFail) GetMsgTypeUrl() string

func (*EventDelegateFail) GetValidatorAddress

func (x *EventDelegateFail) GetValidatorAddress() string

func (*EventDelegateFail) ProtoMessage

func (*EventDelegateFail) ProtoMessage()

func (*EventDelegateFail) ProtoReflect

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

func (*EventDelegateFail) Reset

func (x *EventDelegateFail) Reset()

func (*EventDelegateFail) String

func (x *EventDelegateFail) String() string

type EventDeleteZone added in v0.6.4

type EventDeleteZone struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventDeleteZone) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventDeleteZone.ProtoReflect.Descriptor instead.

func (*EventDeleteZone) GetControllerAddress added in v0.6.4

func (x *EventDeleteZone) GetControllerAddress() string

func (*EventDeleteZone) GetZoneId added in v0.6.4

func (x *EventDeleteZone) GetZoneId() string

func (*EventDeleteZone) ProtoMessage added in v0.6.4

func (*EventDeleteZone) ProtoMessage()

func (*EventDeleteZone) ProtoReflect added in v0.6.4

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

func (*EventDeleteZone) Reset added in v0.6.4

func (x *EventDeleteZone) Reset()

func (*EventDeleteZone) String added in v0.6.4

func (x *EventDeleteZone) String() string

type EventIcaAuthzGrant added in v0.6.4

type EventIcaAuthzGrant struct {
	ZoneId            string          `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Grantee           string          `protobuf:"bytes,2,opt,name=grantee,proto3" json:"grantee,omitempty"`
	ControllerAddress string          `protobuf:"bytes,3,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Grant             *v1beta11.Grant `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"`
	// contains filtered or unexported fields
}

func (*EventIcaAuthzGrant) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventIcaAuthzGrant.ProtoReflect.Descriptor instead.

func (*EventIcaAuthzGrant) GetControllerAddress added in v0.6.4

func (x *EventIcaAuthzGrant) GetControllerAddress() string

func (*EventIcaAuthzGrant) GetGrant added in v0.6.4

func (x *EventIcaAuthzGrant) GetGrant() *v1beta11.Grant

func (*EventIcaAuthzGrant) GetGrantee added in v0.6.4

func (x *EventIcaAuthzGrant) GetGrantee() string

func (*EventIcaAuthzGrant) GetZoneId added in v0.6.4

func (x *EventIcaAuthzGrant) GetZoneId() string

func (*EventIcaAuthzGrant) ProtoMessage added in v0.6.4

func (*EventIcaAuthzGrant) ProtoMessage()

func (*EventIcaAuthzGrant) ProtoReflect added in v0.6.4

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

func (*EventIcaAuthzGrant) Reset added in v0.6.4

func (x *EventIcaAuthzGrant) Reset()

func (*EventIcaAuthzGrant) String added in v0.6.4

func (x *EventIcaAuthzGrant) String() string

type EventIcaAuthzRevoke added in v0.6.4

type EventIcaAuthzRevoke struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Grantee           string `protobuf:"bytes,2,opt,name=grantee,proto3" json:"grantee,omitempty"`
	ControllerAddress string `protobuf:"bytes,3,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	MsgTypeUrl        string `protobuf:"bytes,4,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
	// contains filtered or unexported fields
}

func (*EventIcaAuthzRevoke) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventIcaAuthzRevoke.ProtoReflect.Descriptor instead.

func (*EventIcaAuthzRevoke) GetControllerAddress added in v0.6.4

func (x *EventIcaAuthzRevoke) GetControllerAddress() string

func (*EventIcaAuthzRevoke) GetGrantee added in v0.6.4

func (x *EventIcaAuthzRevoke) GetGrantee() string

func (*EventIcaAuthzRevoke) GetMsgTypeUrl added in v0.6.4

func (x *EventIcaAuthzRevoke) GetMsgTypeUrl() string

func (*EventIcaAuthzRevoke) GetZoneId added in v0.6.4

func (x *EventIcaAuthzRevoke) GetZoneId() string

func (*EventIcaAuthzRevoke) ProtoMessage added in v0.6.4

func (*EventIcaAuthzRevoke) ProtoMessage()

func (*EventIcaAuthzRevoke) ProtoReflect added in v0.6.4

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

func (*EventIcaAuthzRevoke) Reset added in v0.6.4

func (x *EventIcaAuthzRevoke) Reset()

func (*EventIcaAuthzRevoke) String added in v0.6.4

func (x *EventIcaAuthzRevoke) String() string

type EventIcaAutoStaking added in v0.6.4

type EventIcaAutoStaking struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*EventIcaAutoStaking) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventIcaAutoStaking.ProtoReflect.Descriptor instead.

func (*EventIcaAutoStaking) GetAmount added in v0.6.4

func (x *EventIcaAutoStaking) GetAmount() *v1beta1.Coin

func (*EventIcaAutoStaking) GetControllerAddress added in v0.6.4

func (x *EventIcaAutoStaking) GetControllerAddress() string

func (*EventIcaAutoStaking) GetZoneId added in v0.6.4

func (x *EventIcaAutoStaking) GetZoneId() string

func (*EventIcaAutoStaking) ProtoMessage added in v0.6.4

func (*EventIcaAutoStaking) ProtoMessage()

func (*EventIcaAutoStaking) ProtoReflect added in v0.6.4

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

func (*EventIcaAutoStaking) Reset added in v0.6.4

func (x *EventIcaAutoStaking) Reset()

func (*EventIcaAutoStaking) String added in v0.6.4

func (x *EventIcaAutoStaking) String() string

type EventIcaDelegate added in v0.6.4

type EventIcaDelegate struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*EventIcaDelegate) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventIcaDelegate.ProtoReflect.Descriptor instead.

func (*EventIcaDelegate) GetAmount added in v0.6.4

func (x *EventIcaDelegate) GetAmount() *v1beta1.Coin

func (*EventIcaDelegate) GetControllerAddress added in v0.6.4

func (x *EventIcaDelegate) GetControllerAddress() string

func (*EventIcaDelegate) GetZoneId added in v0.6.4

func (x *EventIcaDelegate) GetZoneId() string

func (*EventIcaDelegate) ProtoMessage added in v0.6.4

func (*EventIcaDelegate) ProtoMessage()

func (*EventIcaDelegate) ProtoReflect added in v0.6.4

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

func (*EventIcaDelegate) Reset added in v0.6.4

func (x *EventIcaDelegate) Reset()

func (*EventIcaDelegate) String added in v0.6.4

func (x *EventIcaDelegate) String() string

type EventIcaTransfer added in v0.6.4

type EventIcaTransfer struct {
	ZoneId               string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress    string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	ReceiverAddress      string        `protobuf:"bytes,3,opt,name=receiver_address,json=receiverAddress,proto3" json:"receiver_address,omitempty"`
	IcaTransferPortId    string        `protobuf:"bytes,4,opt,name=ica_transfer_port_id,json=icaTransferPortId,proto3" json:"ica_transfer_port_id,omitempty"`
	IcaTransferChannelId string        `protobuf:"bytes,5,opt,name=ica_transfer_channel_id,json=icaTransferChannelId,proto3" json:"ica_transfer_channel_id,omitempty"`
	Amount               *v1beta1.Coin `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*EventIcaTransfer) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventIcaTransfer.ProtoReflect.Descriptor instead.

func (*EventIcaTransfer) GetAmount added in v0.6.4

func (x *EventIcaTransfer) GetAmount() *v1beta1.Coin

func (*EventIcaTransfer) GetControllerAddress added in v0.6.4

func (x *EventIcaTransfer) GetControllerAddress() string

func (*EventIcaTransfer) GetIcaTransferChannelId added in v0.6.4

func (x *EventIcaTransfer) GetIcaTransferChannelId() string

func (*EventIcaTransfer) GetIcaTransferPortId added in v0.6.4

func (x *EventIcaTransfer) GetIcaTransferPortId() string

func (*EventIcaTransfer) GetReceiverAddress added in v0.6.4

func (x *EventIcaTransfer) GetReceiverAddress() string

func (*EventIcaTransfer) GetZoneId added in v0.6.4

func (x *EventIcaTransfer) GetZoneId() string

func (*EventIcaTransfer) ProtoMessage added in v0.6.4

func (*EventIcaTransfer) ProtoMessage()

func (*EventIcaTransfer) ProtoReflect added in v0.6.4

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

func (*EventIcaTransfer) Reset added in v0.6.4

func (x *EventIcaTransfer) Reset()

func (*EventIcaTransfer) String added in v0.6.4

func (x *EventIcaTransfer) String() string

type EventIcaUndelegate added in v0.6.4

type EventIcaUndelegate struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*EventIcaUndelegate) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventIcaUndelegate.ProtoReflect.Descriptor instead.

func (*EventIcaUndelegate) GetAmount added in v0.6.4

func (x *EventIcaUndelegate) GetAmount() *v1beta1.Coin

func (*EventIcaUndelegate) GetControllerAddress added in v0.6.4

func (x *EventIcaUndelegate) GetControllerAddress() string

func (*EventIcaUndelegate) GetZoneId added in v0.6.4

func (x *EventIcaUndelegate) GetZoneId() string

func (*EventIcaUndelegate) ProtoMessage added in v0.6.4

func (*EventIcaUndelegate) ProtoMessage()

func (*EventIcaUndelegate) ProtoReflect added in v0.6.4

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

func (*EventIcaUndelegate) Reset added in v0.6.4

func (x *EventIcaUndelegate) Reset()

func (*EventIcaUndelegate) String added in v0.6.4

func (x *EventIcaUndelegate) String() string

type EventRegisterControllerAddress added in v0.6.4

type EventRegisterControllerAddress struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	FromAddress       string `protobuf:"bytes,3,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventRegisterControllerAddress) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventRegisterControllerAddress.ProtoReflect.Descriptor instead.

func (*EventRegisterControllerAddress) GetControllerAddress added in v0.6.4

func (x *EventRegisterControllerAddress) GetControllerAddress() string

func (*EventRegisterControllerAddress) GetFromAddress added in v0.6.4

func (x *EventRegisterControllerAddress) GetFromAddress() string

func (*EventRegisterControllerAddress) GetZoneId added in v0.6.4

func (x *EventRegisterControllerAddress) GetZoneId() string

func (*EventRegisterControllerAddress) ProtoMessage added in v0.6.4

func (*EventRegisterControllerAddress) ProtoMessage()

func (*EventRegisterControllerAddress) ProtoReflect added in v0.6.4

func (*EventRegisterControllerAddress) Reset added in v0.6.4

func (x *EventRegisterControllerAddress) Reset()

func (*EventRegisterControllerAddress) String added in v0.6.4

type EventRegisterZone added in v0.6.4

type EventRegisterZone struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaConnectionInfo    *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_connection_info,json=icaConnectionInfo,proto3" json:"ica_connection_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	SnDenom              string                  `protobuf:"bytes,7,opt,name=sn_denom,json=snDenom,proto3" json:"sn_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,8,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,9,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,10,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

func (*EventRegisterZone) Descriptor deprecated added in v0.6.4

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

Deprecated: Use EventRegisterZone.ProtoReflect.Descriptor instead.

func (*EventRegisterZone) GetBaseDenom added in v0.6.4

func (x *EventRegisterZone) GetBaseDenom() string

func (*EventRegisterZone) GetDecimal added in v0.6.4

func (x *EventRegisterZone) GetDecimal() int64

func (*EventRegisterZone) GetDepositMaxEntries added in v0.6.4

func (x *EventRegisterZone) GetDepositMaxEntries() int64

func (*EventRegisterZone) GetIcaAccount added in v0.6.4

func (x *EventRegisterZone) GetIcaAccount() *IcaAccount

func (*EventRegisterZone) GetIcaConnectionInfo added in v0.6.4

func (x *EventRegisterZone) GetIcaConnectionInfo() *IcaConnectionInfo

func (*EventRegisterZone) GetSnDenom added in v0.6.4

func (x *EventRegisterZone) GetSnDenom() string

func (*EventRegisterZone) GetTransferInfo added in v0.6.4

func (x *EventRegisterZone) GetTransferInfo() *TransferConnectionInfo

func (*EventRegisterZone) GetUndelegateMaxEntries added in v0.6.4

func (x *EventRegisterZone) GetUndelegateMaxEntries() int64

func (*EventRegisterZone) GetValidatorAddress added in v0.6.4

func (x *EventRegisterZone) GetValidatorAddress() string

func (*EventRegisterZone) GetZoneId added in v0.6.4

func (x *EventRegisterZone) GetZoneId() string

func (*EventRegisterZone) ProtoMessage added in v0.6.4

func (*EventRegisterZone) ProtoMessage()

func (*EventRegisterZone) ProtoReflect added in v0.6.4

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

func (*EventRegisterZone) Reset added in v0.6.4

func (x *EventRegisterZone) Reset()

func (*EventRegisterZone) String added in v0.6.4

func (x *EventRegisterZone) String() string

type EventTransferFail

type EventTransferFail struct {
	MsgTypeUrl       string        `protobuf:"bytes,1,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
	SourcePort       string        `protobuf:"bytes,2,opt,name=source_port,json=sourcePort,proto3" json:"source_port,omitempty"`
	SourceChannel    string        `protobuf:"bytes,3,opt,name=source_channel,json=sourceChannel,proto3" json:"source_channel,omitempty"`
	Token            *v1beta1.Coin `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	Sender           string        `protobuf:"bytes,5,opt,name=sender,proto3" json:"sender,omitempty"`
	Receiver         string        `protobuf:"bytes,6,opt,name=receiver,proto3" json:"receiver,omitempty"`
	TimeoutHeight    string        `protobuf:"bytes,7,opt,name=timeout_height,json=timeoutHeight,proto3" json:"timeout_height,omitempty"`
	TimeoutTimestamp uint64        `protobuf:"varint,8,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

EventTransferFail is an event that occurs when an asset transfer between chains fails.

func (*EventTransferFail) Descriptor deprecated

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

Deprecated: Use EventTransferFail.ProtoReflect.Descriptor instead.

func (*EventTransferFail) GetMsgTypeUrl

func (x *EventTransferFail) GetMsgTypeUrl() string

func (*EventTransferFail) GetReceiver

func (x *EventTransferFail) GetReceiver() string

func (*EventTransferFail) GetSender

func (x *EventTransferFail) GetSender() string

func (*EventTransferFail) GetSourceChannel

func (x *EventTransferFail) GetSourceChannel() string

func (*EventTransferFail) GetSourcePort

func (x *EventTransferFail) GetSourcePort() string

func (*EventTransferFail) GetTimeoutHeight

func (x *EventTransferFail) GetTimeoutHeight() string

func (*EventTransferFail) GetTimeoutTimestamp

func (x *EventTransferFail) GetTimeoutTimestamp() uint64

func (*EventTransferFail) GetToken

func (x *EventTransferFail) GetToken() *v1beta1.Coin

func (*EventTransferFail) ProtoMessage

func (*EventTransferFail) ProtoMessage()

func (*EventTransferFail) ProtoReflect

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

func (*EventTransferFail) Reset

func (x *EventTransferFail) Reset()

func (*EventTransferFail) String

func (x *EventTransferFail) String() string

type EventUndelegateFail

type EventUndelegateFail struct {
	MsgTypeUrl       string        `protobuf:"bytes,1,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
	DelegatorAddress string        `protobuf:"bytes,2,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"`
	ValidatorAddress string        `protobuf:"bytes,3,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	Amount           *v1beta1.Coin `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

EventUndelegateFail is an event that occurs when a remote delegation fails.

func (*EventUndelegateFail) Descriptor deprecated

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

Deprecated: Use EventUndelegateFail.ProtoReflect.Descriptor instead.

func (*EventUndelegateFail) GetAmount

func (x *EventUndelegateFail) GetAmount() *v1beta1.Coin

func (*EventUndelegateFail) GetDelegatorAddress

func (x *EventUndelegateFail) GetDelegatorAddress() string

func (*EventUndelegateFail) GetMsgTypeUrl

func (x *EventUndelegateFail) GetMsgTypeUrl() string

func (*EventUndelegateFail) GetValidatorAddress

func (x *EventUndelegateFail) GetValidatorAddress() string

func (*EventUndelegateFail) ProtoMessage

func (*EventUndelegateFail) ProtoMessage()

func (*EventUndelegateFail) ProtoReflect

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

func (*EventUndelegateFail) Reset

func (x *EventUndelegateFail) Reset()

func (*EventUndelegateFail) String

func (x *EventUndelegateFail) String() string

type GenesisState

type GenesisState struct {

	// params defines all the parameters of module.
	Params                *Params                  `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	ControllerAddressInfo []*ControllerAddressInfo `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetControllerAddressInfo added in v0.6.2

func (x *GenesisState) GetControllerAddressInfo() []*ControllerAddressInfo

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

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 IBCTrace

type IBCTrace struct {
	Version uint64 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Height  uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	State   uint64 `protobuf:"varint,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*IBCTrace) Descriptor deprecated

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

Deprecated: Use IBCTrace.ProtoReflect.Descriptor instead.

func (*IBCTrace) GetHeight

func (x *IBCTrace) GetHeight() uint64

func (*IBCTrace) GetState added in v0.6.1

func (x *IBCTrace) GetState() uint64

func (*IBCTrace) GetVersion

func (x *IBCTrace) GetVersion() uint64

func (*IBCTrace) ProtoMessage

func (*IBCTrace) ProtoMessage()

func (*IBCTrace) ProtoReflect

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

func (*IBCTrace) Reset

func (x *IBCTrace) Reset()

func (*IBCTrace) String

func (x *IBCTrace) String() string

type IcaAccount

type IcaAccount struct {
	ControllerAddress string `protobuf:"bytes,1,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	HostAddress       string `protobuf:"bytes,2,opt,name=host_address,json=hostAddress,proto3" json:"host_address,omitempty"`
	// contains filtered or unexported fields
}

func (*IcaAccount) Descriptor deprecated

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

Deprecated: Use IcaAccount.ProtoReflect.Descriptor instead.

func (*IcaAccount) GetControllerAddress

func (x *IcaAccount) GetControllerAddress() string

func (*IcaAccount) GetHostAddress

func (x *IcaAccount) GetHostAddress() string

func (*IcaAccount) ProtoMessage

func (*IcaAccount) ProtoMessage()

func (*IcaAccount) ProtoReflect

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

func (*IcaAccount) Reset

func (x *IcaAccount) Reset()

func (*IcaAccount) String

func (x *IcaAccount) String() string

type IcaConnectionInfo

type IcaConnectionInfo 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"`
	// contains filtered or unexported fields
}

zone name, connection id, portID(owner address)

func (*IcaConnectionInfo) Descriptor deprecated

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

Deprecated: Use IcaConnectionInfo.ProtoReflect.Descriptor instead.

func (*IcaConnectionInfo) GetChannelId added in v0.6.7

func (x *IcaConnectionInfo) GetChannelId() string

func (*IcaConnectionInfo) GetConnectionId

func (x *IcaConnectionInfo) GetConnectionId() string

func (*IcaConnectionInfo) GetPortId

func (x *IcaConnectionInfo) GetPortId() string

func (*IcaConnectionInfo) ProtoMessage

func (*IcaConnectionInfo) ProtoMessage()

func (*IcaConnectionInfo) ProtoReflect

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

func (*IcaConnectionInfo) Reset

func (x *IcaConnectionInfo) Reset()

func (*IcaConnectionInfo) String

func (x *IcaConnectionInfo) String() string

type MsgChangeRegisteredZone

type MsgChangeRegisteredZone struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaInfo              *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_info,json=icaInfo,proto3" json:"ica_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,7,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,8,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,9,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

MsgChangeRegisteredZone modifies the information in the registeredZone.

func (*MsgChangeRegisteredZone) Descriptor deprecated

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

Deprecated: Use MsgChangeRegisteredZone.ProtoReflect.Descriptor instead.

func (*MsgChangeRegisteredZone) GetBaseDenom

func (x *MsgChangeRegisteredZone) GetBaseDenom() string

func (*MsgChangeRegisteredZone) GetDecimal

func (x *MsgChangeRegisteredZone) GetDecimal() int64

func (*MsgChangeRegisteredZone) GetDepositMaxEntries added in v0.6.4

func (x *MsgChangeRegisteredZone) GetDepositMaxEntries() int64

func (*MsgChangeRegisteredZone) GetIcaAccount

func (x *MsgChangeRegisteredZone) GetIcaAccount() *IcaAccount

func (*MsgChangeRegisteredZone) GetIcaInfo

func (x *MsgChangeRegisteredZone) GetIcaInfo() *IcaConnectionInfo

func (*MsgChangeRegisteredZone) GetTransferInfo

func (x *MsgChangeRegisteredZone) GetTransferInfo() *TransferConnectionInfo

func (*MsgChangeRegisteredZone) GetUndelegateMaxEntries added in v0.6.4

func (x *MsgChangeRegisteredZone) GetUndelegateMaxEntries() int64

func (*MsgChangeRegisteredZone) GetValidatorAddress

func (x *MsgChangeRegisteredZone) GetValidatorAddress() string

func (*MsgChangeRegisteredZone) GetZoneId

func (x *MsgChangeRegisteredZone) GetZoneId() string

func (*MsgChangeRegisteredZone) ProtoMessage

func (*MsgChangeRegisteredZone) ProtoMessage()

func (*MsgChangeRegisteredZone) ProtoReflect

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

func (*MsgChangeRegisteredZone) Reset

func (x *MsgChangeRegisteredZone) Reset()

func (*MsgChangeRegisteredZone) String

func (x *MsgChangeRegisteredZone) String() string

type MsgChangeRegisteredZoneResponse

type MsgChangeRegisteredZoneResponse struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaInfo              *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_info,json=icaInfo,proto3" json:"ica_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	SnDenom              string                  `protobuf:"bytes,7,opt,name=sn_denom,json=snDenom,proto3" json:"sn_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,8,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,9,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,10,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

MsgChangeRegisteredZoneResponse is a response message for MsgChangeRegisteredZone.

func (*MsgChangeRegisteredZoneResponse) Descriptor deprecated

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

Deprecated: Use MsgChangeRegisteredZoneResponse.ProtoReflect.Descriptor instead.

func (*MsgChangeRegisteredZoneResponse) GetBaseDenom

func (x *MsgChangeRegisteredZoneResponse) GetBaseDenom() string

func (*MsgChangeRegisteredZoneResponse) GetDecimal

func (x *MsgChangeRegisteredZoneResponse) GetDecimal() int64

func (*MsgChangeRegisteredZoneResponse) GetDepositMaxEntries added in v0.6.4

func (x *MsgChangeRegisteredZoneResponse) GetDepositMaxEntries() int64

func (*MsgChangeRegisteredZoneResponse) GetIcaAccount

func (x *MsgChangeRegisteredZoneResponse) GetIcaAccount() *IcaAccount

func (*MsgChangeRegisteredZoneResponse) GetIcaInfo

func (*MsgChangeRegisteredZoneResponse) GetSnDenom

func (x *MsgChangeRegisteredZoneResponse) GetSnDenom() string

func (*MsgChangeRegisteredZoneResponse) GetTransferInfo

func (*MsgChangeRegisteredZoneResponse) GetUndelegateMaxEntries added in v0.6.4

func (x *MsgChangeRegisteredZoneResponse) GetUndelegateMaxEntries() int64

func (*MsgChangeRegisteredZoneResponse) GetValidatorAddress

func (x *MsgChangeRegisteredZoneResponse) GetValidatorAddress() string

func (*MsgChangeRegisteredZoneResponse) GetZoneId

func (x *MsgChangeRegisteredZoneResponse) GetZoneId() string

func (*MsgChangeRegisteredZoneResponse) ProtoMessage

func (*MsgChangeRegisteredZoneResponse) ProtoMessage()

func (*MsgChangeRegisteredZoneResponse) ProtoReflect

func (*MsgChangeRegisteredZoneResponse) Reset

func (*MsgChangeRegisteredZoneResponse) String

type MsgClient

type MsgClient interface {
	// RegisterZone defines a rpc handler for MsgRegisterZone
	RegisterZone(ctx context.Context, in *MsgRegisterZone, opts ...grpc.CallOption) (*MsgRegisterZoneResponse, error)
	// IcaDelegate defines a rpc handler for MsgIcaDelegate
	IcaDelegate(ctx context.Context, in *MsgIcaDelegate, opts ...grpc.CallOption) (*MsgIcaDelegateResponse, error)
	// IcaUnDelegate defines a rpc handler for MsgIcaUnDelegate
	IcaUndelegate(ctx context.Context, in *MsgIcaUndelegate, opts ...grpc.CallOption) (*MsgIcaUndelegateResponse, error)
	// IcaTransfer defines a rpc handler for MsgIcaTransfer
	IcaTransfer(ctx context.Context, in *MsgIcaTransfer, opts ...grpc.CallOption) (*MsgIcaTransferResponse, error)
	// IcaAutoStaking defines a rpc handler for MsgIcaAutoStaking
	IcaAutoStaking(ctx context.Context, in *MsgIcaAutoStaking, opts ...grpc.CallOption) (*MsgIcaAutoStakingResponse, error)
	// DeleteRegisteredZone defines a rpc handler for MsgDeleteRegisteredZone
	IcaAuthzGrant(ctx context.Context, in *MsgIcaAuthzGrant, opts ...grpc.CallOption) (*MsgIcaAuthzGrantResponse, error)
	IcaAuthzRevoke(ctx context.Context, in *MsgIcaAuthzRevoke, opts ...grpc.CallOption) (*MsgIcaAuthzRevokeResponse, error)
	DeleteRegisteredZone(ctx context.Context, in *MsgDeleteRegisteredZone, opts ...grpc.CallOption) (*MsgDeleteRegisteredZoneResponse, error)
	ChangeRegisteredZone(ctx context.Context, in *MsgChangeRegisteredZone, opts ...grpc.CallOption) (*MsgChangeRegisteredZoneResponse, error)
	RegisterControllerAddress(ctx context.Context, in *MsgRegisterControllerAddr, opts ...grpc.CallOption) (*MsgRegisterControllerAddrResponse, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgDeleteRegisteredZone

type MsgDeleteRegisteredZone struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	// contains filtered or unexported fields
}

MsgDeleteRegisteredZone deletes registered Zone information.

func (*MsgDeleteRegisteredZone) Descriptor deprecated

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

Deprecated: Use MsgDeleteRegisteredZone.ProtoReflect.Descriptor instead.

func (*MsgDeleteRegisteredZone) GetControllerAddress

func (x *MsgDeleteRegisteredZone) GetControllerAddress() string

func (*MsgDeleteRegisteredZone) GetZoneId

func (x *MsgDeleteRegisteredZone) GetZoneId() string

func (*MsgDeleteRegisteredZone) ProtoMessage

func (*MsgDeleteRegisteredZone) ProtoMessage()

func (*MsgDeleteRegisteredZone) ProtoReflect

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

func (*MsgDeleteRegisteredZone) Reset

func (x *MsgDeleteRegisteredZone) Reset()

func (*MsgDeleteRegisteredZone) String

func (x *MsgDeleteRegisteredZone) String() string

type MsgDeleteRegisteredZoneResponse

type MsgDeleteRegisteredZoneResponse struct {
	// contains filtered or unexported fields
}

MsgDeleteRegisteredZoneResponse is a response message for MsgDeleteRegisteredZone.

func (*MsgDeleteRegisteredZoneResponse) Descriptor deprecated

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

Deprecated: Use MsgDeleteRegisteredZoneResponse.ProtoReflect.Descriptor instead.

func (*MsgDeleteRegisteredZoneResponse) ProtoMessage

func (*MsgDeleteRegisteredZoneResponse) ProtoMessage()

func (*MsgDeleteRegisteredZoneResponse) ProtoReflect

func (*MsgDeleteRegisteredZoneResponse) Reset

func (*MsgDeleteRegisteredZoneResponse) String

type MsgIcaAuthzGrant

type MsgIcaAuthzGrant struct {
	ZoneId            string          `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Grantee           string          `protobuf:"bytes,2,opt,name=grantee,proto3" json:"grantee,omitempty"`
	ControllerAddress string          `protobuf:"bytes,3,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Grant             *v1beta11.Grant `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"`
	TimeoutTimestamp  uint64          `protobuf:"varint,5,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

MsgIcaAuthzGrant is a message used to transfer authority through authz between two accounts in the other chain using ICA.

func (*MsgIcaAuthzGrant) Descriptor deprecated

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

Deprecated: Use MsgIcaAuthzGrant.ProtoReflect.Descriptor instead.

func (*MsgIcaAuthzGrant) GetControllerAddress

func (x *MsgIcaAuthzGrant) GetControllerAddress() string

func (*MsgIcaAuthzGrant) GetGrant

func (x *MsgIcaAuthzGrant) GetGrant() *v1beta11.Grant

func (*MsgIcaAuthzGrant) GetGrantee

func (x *MsgIcaAuthzGrant) GetGrantee() string

func (*MsgIcaAuthzGrant) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaAuthzGrant) GetTimeoutTimestamp() uint64

func (*MsgIcaAuthzGrant) GetZoneId

func (x *MsgIcaAuthzGrant) GetZoneId() string

func (*MsgIcaAuthzGrant) ProtoMessage

func (*MsgIcaAuthzGrant) ProtoMessage()

func (*MsgIcaAuthzGrant) ProtoReflect

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

func (*MsgIcaAuthzGrant) Reset

func (x *MsgIcaAuthzGrant) Reset()

func (*MsgIcaAuthzGrant) String

func (x *MsgIcaAuthzGrant) String() string

type MsgIcaAuthzGrantResponse

type MsgIcaAuthzGrantResponse struct {
	// contains filtered or unexported fields
}

MsgIcaAuthzGrantResponse is a response messasge for MsgIcaAuthzGrant.

func (*MsgIcaAuthzGrantResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaAuthzGrantResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaAuthzGrantResponse) ProtoMessage

func (*MsgIcaAuthzGrantResponse) ProtoMessage()

func (*MsgIcaAuthzGrantResponse) ProtoReflect

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

func (*MsgIcaAuthzGrantResponse) Reset

func (x *MsgIcaAuthzGrantResponse) Reset()

func (*MsgIcaAuthzGrantResponse) String

func (x *MsgIcaAuthzGrantResponse) String() string

type MsgIcaAuthzRevoke

type MsgIcaAuthzRevoke struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Grantee           string `protobuf:"bytes,2,opt,name=grantee,proto3" json:"grantee,omitempty"`
	ControllerAddress string `protobuf:"bytes,3,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	MsgTypeUrl        string `protobuf:"bytes,4,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
	TimeoutTimestamp  uint64 `protobuf:"varint,5,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

MsgIcaAuthzRevoke is a message used for proxy execution between accounts linked to authz via ICA.

func (*MsgIcaAuthzRevoke) Descriptor deprecated

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

Deprecated: Use MsgIcaAuthzRevoke.ProtoReflect.Descriptor instead.

func (*MsgIcaAuthzRevoke) GetControllerAddress

func (x *MsgIcaAuthzRevoke) GetControllerAddress() string

func (*MsgIcaAuthzRevoke) GetGrantee

func (x *MsgIcaAuthzRevoke) GetGrantee() string

func (*MsgIcaAuthzRevoke) GetMsgTypeUrl

func (x *MsgIcaAuthzRevoke) GetMsgTypeUrl() string

func (*MsgIcaAuthzRevoke) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaAuthzRevoke) GetTimeoutTimestamp() uint64

func (*MsgIcaAuthzRevoke) GetZoneId

func (x *MsgIcaAuthzRevoke) GetZoneId() string

func (*MsgIcaAuthzRevoke) ProtoMessage

func (*MsgIcaAuthzRevoke) ProtoMessage()

func (*MsgIcaAuthzRevoke) ProtoReflect

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

func (*MsgIcaAuthzRevoke) Reset

func (x *MsgIcaAuthzRevoke) Reset()

func (*MsgIcaAuthzRevoke) String

func (x *MsgIcaAuthzRevoke) String() string

type MsgIcaAuthzRevokeResponse

type MsgIcaAuthzRevokeResponse struct {
	// contains filtered or unexported fields
}

MsgIcaAuthzRevokeResponse is a response message for MsgIcaAuthzRevoke.

func (*MsgIcaAuthzRevokeResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaAuthzRevokeResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaAuthzRevokeResponse) ProtoMessage

func (*MsgIcaAuthzRevokeResponse) ProtoMessage()

func (*MsgIcaAuthzRevokeResponse) ProtoReflect

func (*MsgIcaAuthzRevokeResponse) Reset

func (x *MsgIcaAuthzRevokeResponse) Reset()

func (*MsgIcaAuthzRevokeResponse) String

func (x *MsgIcaAuthzRevokeResponse) String() string

type MsgIcaAutoStaking

type MsgIcaAutoStaking struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Version           uint64        `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	TimeoutTimestamp  uint64        `protobuf:"varint,5,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

MsgIcaAutoStaking is a message for remote auto-compound using ICA.

func (*MsgIcaAutoStaking) Descriptor deprecated

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

Deprecated: Use MsgIcaAutoStaking.ProtoReflect.Descriptor instead.

func (*MsgIcaAutoStaking) GetAmount

func (x *MsgIcaAutoStaking) GetAmount() *v1beta1.Coin

func (*MsgIcaAutoStaking) GetControllerAddress

func (x *MsgIcaAutoStaking) GetControllerAddress() string

func (*MsgIcaAutoStaking) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaAutoStaking) GetTimeoutTimestamp() uint64

func (*MsgIcaAutoStaking) GetVersion added in v0.6.1

func (x *MsgIcaAutoStaking) GetVersion() uint64

func (*MsgIcaAutoStaking) GetZoneId

func (x *MsgIcaAutoStaking) GetZoneId() string

func (*MsgIcaAutoStaking) ProtoMessage

func (*MsgIcaAutoStaking) ProtoMessage()

func (*MsgIcaAutoStaking) ProtoReflect

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

func (*MsgIcaAutoStaking) Reset

func (x *MsgIcaAutoStaking) Reset()

func (*MsgIcaAutoStaking) String

func (x *MsgIcaAutoStaking) String() string

type MsgIcaAutoStakingResponse

type MsgIcaAutoStakingResponse struct {
	// contains filtered or unexported fields
}

MsgIcaAutoStakingResponse is a response message for MsgIcaAutoStaking.

func (*MsgIcaAutoStakingResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaAutoStakingResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaAutoStakingResponse) ProtoMessage

func (*MsgIcaAutoStakingResponse) ProtoMessage()

func (*MsgIcaAutoStakingResponse) ProtoReflect

func (*MsgIcaAutoStakingResponse) Reset

func (x *MsgIcaAutoStakingResponse) Reset()

func (*MsgIcaAutoStakingResponse) String

func (x *MsgIcaAutoStakingResponse) String() string

type MsgIcaDelegate

type MsgIcaDelegate struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	TimeoutTimestamp  uint64        `protobuf:"varint,4,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

MsgIcaDelegate is a message used for remote delegation using ICA.

func (*MsgIcaDelegate) Descriptor deprecated

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

Deprecated: Use MsgIcaDelegate.ProtoReflect.Descriptor instead.

func (*MsgIcaDelegate) GetAmount

func (x *MsgIcaDelegate) GetAmount() *v1beta1.Coin

func (*MsgIcaDelegate) GetControllerAddress

func (x *MsgIcaDelegate) GetControllerAddress() string

func (*MsgIcaDelegate) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaDelegate) GetTimeoutTimestamp() uint64

func (*MsgIcaDelegate) GetZoneId

func (x *MsgIcaDelegate) GetZoneId() string

func (*MsgIcaDelegate) ProtoMessage

func (*MsgIcaDelegate) ProtoMessage()

func (*MsgIcaDelegate) ProtoReflect

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

func (*MsgIcaDelegate) Reset

func (x *MsgIcaDelegate) Reset()

func (*MsgIcaDelegate) String

func (x *MsgIcaDelegate) String() string

type MsgIcaDelegateResponse

type MsgIcaDelegateResponse struct {
	// contains filtered or unexported fields
}

MsgIcaDelegateResponse is a response message for MsgIcaDelegate.

func (*MsgIcaDelegateResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaDelegateResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaDelegateResponse) ProtoMessage

func (*MsgIcaDelegateResponse) ProtoMessage()

func (*MsgIcaDelegateResponse) ProtoReflect

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

func (*MsgIcaDelegateResponse) Reset

func (x *MsgIcaDelegateResponse) Reset()

func (*MsgIcaDelegateResponse) String

func (x *MsgIcaDelegateResponse) String() string

type MsgIcaTransfer

type MsgIcaTransfer struct {
	ZoneId               string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress    string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	ReceiverAddress      string        `protobuf:"bytes,3,opt,name=receiver_address,json=receiverAddress,proto3" json:"receiver_address,omitempty"`
	IcaTransferPortId    string        `protobuf:"bytes,4,opt,name=ica_transfer_port_id,json=icaTransferPortId,proto3" json:"ica_transfer_port_id,omitempty"`
	IcaTransferChannelId string        `protobuf:"bytes,5,opt,name=ica_transfer_channel_id,json=icaTransferChannelId,proto3" json:"ica_transfer_channel_id,omitempty"`
	Amount               *v1beta1.Coin `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
	TimeoutTimestamp     uint64        `protobuf:"varint,7,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

MsgIcaTransfer is a message for IBC transfer from the counterpart to the Supernova chain using ICA.

func (*MsgIcaTransfer) Descriptor deprecated

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

Deprecated: Use MsgIcaTransfer.ProtoReflect.Descriptor instead.

func (*MsgIcaTransfer) GetAmount

func (x *MsgIcaTransfer) GetAmount() *v1beta1.Coin

func (*MsgIcaTransfer) GetControllerAddress

func (x *MsgIcaTransfer) GetControllerAddress() string

func (*MsgIcaTransfer) GetIcaTransferChannelId

func (x *MsgIcaTransfer) GetIcaTransferChannelId() string

func (*MsgIcaTransfer) GetIcaTransferPortId

func (x *MsgIcaTransfer) GetIcaTransferPortId() string

func (*MsgIcaTransfer) GetReceiverAddress

func (x *MsgIcaTransfer) GetReceiverAddress() string

func (*MsgIcaTransfer) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaTransfer) GetTimeoutTimestamp() uint64

func (*MsgIcaTransfer) GetZoneId

func (x *MsgIcaTransfer) GetZoneId() string

func (*MsgIcaTransfer) ProtoMessage

func (*MsgIcaTransfer) ProtoMessage()

func (*MsgIcaTransfer) ProtoReflect

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

func (*MsgIcaTransfer) Reset

func (x *MsgIcaTransfer) Reset()

func (*MsgIcaTransfer) String

func (x *MsgIcaTransfer) String() string

type MsgIcaTransferResponse

type MsgIcaTransferResponse struct {
	// contains filtered or unexported fields
}

MsgIcaTransferResponse is a response message for MsgIcaTransfer.

func (*MsgIcaTransferResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaTransferResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaTransferResponse) ProtoMessage

func (*MsgIcaTransferResponse) ProtoMessage()

func (*MsgIcaTransferResponse) ProtoReflect

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

func (*MsgIcaTransferResponse) Reset

func (x *MsgIcaTransferResponse) Reset()

func (*MsgIcaTransferResponse) String

func (x *MsgIcaTransferResponse) String() string

type MsgIcaUndelegate

type MsgIcaUndelegate struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	TimeoutTimestamp  uint64        `protobuf:"varint,4,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

MsgIcaUndelegate is a message used to de-delegate remote using ICA.

func (*MsgIcaUndelegate) Descriptor deprecated

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

Deprecated: Use MsgIcaUndelegate.ProtoReflect.Descriptor instead.

func (*MsgIcaUndelegate) GetAmount

func (x *MsgIcaUndelegate) GetAmount() *v1beta1.Coin

func (*MsgIcaUndelegate) GetControllerAddress

func (x *MsgIcaUndelegate) GetControllerAddress() string

func (*MsgIcaUndelegate) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaUndelegate) GetTimeoutTimestamp() uint64

func (*MsgIcaUndelegate) GetZoneId

func (x *MsgIcaUndelegate) GetZoneId() string

func (*MsgIcaUndelegate) ProtoMessage

func (*MsgIcaUndelegate) ProtoMessage()

func (*MsgIcaUndelegate) ProtoReflect

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

func (*MsgIcaUndelegate) Reset

func (x *MsgIcaUndelegate) Reset()

func (*MsgIcaUndelegate) String

func (x *MsgIcaUndelegate) String() string

type MsgIcaUndelegateResponse

type MsgIcaUndelegateResponse struct {
	// contains filtered or unexported fields
}

MsgIcaUndelegateResponse is a response message for MsgIcaUndelegate.

func (*MsgIcaUndelegateResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaUndelegateResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaUndelegateResponse) ProtoMessage

func (*MsgIcaUndelegateResponse) ProtoMessage()

func (*MsgIcaUndelegateResponse) ProtoReflect

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

func (*MsgIcaUndelegateResponse) Reset

func (x *MsgIcaUndelegateResponse) Reset()

func (*MsgIcaUndelegateResponse) String

func (x *MsgIcaUndelegateResponse) String() string

type MsgRegisterControllerAddr added in v0.6.2

type MsgRegisterControllerAddr struct {
	ZoneId            string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	ControllerAddress string `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	FromAddress       string `protobuf:"bytes,3,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterControllerAddr is a message used for

func (*MsgRegisterControllerAddr) Descriptor deprecated added in v0.6.2

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

Deprecated: Use MsgRegisterControllerAddr.ProtoReflect.Descriptor instead.

func (*MsgRegisterControllerAddr) GetControllerAddress added in v0.6.2

func (x *MsgRegisterControllerAddr) GetControllerAddress() string

func (*MsgRegisterControllerAddr) GetFromAddress added in v0.6.2

func (x *MsgRegisterControllerAddr) GetFromAddress() string

func (*MsgRegisterControllerAddr) GetZoneId added in v0.6.2

func (x *MsgRegisterControllerAddr) GetZoneId() string

func (*MsgRegisterControllerAddr) ProtoMessage added in v0.6.2

func (*MsgRegisterControllerAddr) ProtoMessage()

func (*MsgRegisterControllerAddr) ProtoReflect added in v0.6.2

func (*MsgRegisterControllerAddr) Reset added in v0.6.2

func (x *MsgRegisterControllerAddr) Reset()

func (*MsgRegisterControllerAddr) String added in v0.6.2

func (x *MsgRegisterControllerAddr) String() string

type MsgRegisterControllerAddrResponse added in v0.6.2

type MsgRegisterControllerAddrResponse struct {
	// contains filtered or unexported fields
}

MsgRegisterControllerAddrResponse is a response message for MsgRegisterControllerAddr.

func (*MsgRegisterControllerAddrResponse) Descriptor deprecated added in v0.6.2

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

Deprecated: Use MsgRegisterControllerAddrResponse.ProtoReflect.Descriptor instead.

func (*MsgRegisterControllerAddrResponse) ProtoMessage added in v0.6.2

func (*MsgRegisterControllerAddrResponse) ProtoMessage()

func (*MsgRegisterControllerAddrResponse) ProtoReflect added in v0.6.2

func (*MsgRegisterControllerAddrResponse) Reset added in v0.6.2

func (*MsgRegisterControllerAddrResponse) String added in v0.6.2

type MsgRegisterZone

type MsgRegisterZone struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaInfo              *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_info,json=icaInfo,proto3" json:"ica_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,7,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,8,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,9,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterZone is the message you use to register a new zone.

func (*MsgRegisterZone) Descriptor deprecated

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

Deprecated: Use MsgRegisterZone.ProtoReflect.Descriptor instead.

func (*MsgRegisterZone) GetBaseDenom

func (x *MsgRegisterZone) GetBaseDenom() string

func (*MsgRegisterZone) GetDecimal

func (x *MsgRegisterZone) GetDecimal() int64

func (*MsgRegisterZone) GetDepositMaxEntries added in v0.6.4

func (x *MsgRegisterZone) GetDepositMaxEntries() int64

func (*MsgRegisterZone) GetIcaAccount

func (x *MsgRegisterZone) GetIcaAccount() *IcaAccount

func (*MsgRegisterZone) GetIcaInfo

func (x *MsgRegisterZone) GetIcaInfo() *IcaConnectionInfo

func (*MsgRegisterZone) GetTransferInfo

func (x *MsgRegisterZone) GetTransferInfo() *TransferConnectionInfo

func (*MsgRegisterZone) GetUndelegateMaxEntries added in v0.6.4

func (x *MsgRegisterZone) GetUndelegateMaxEntries() int64

func (*MsgRegisterZone) GetValidatorAddress

func (x *MsgRegisterZone) GetValidatorAddress() string

func (*MsgRegisterZone) GetZoneId

func (x *MsgRegisterZone) GetZoneId() string

func (*MsgRegisterZone) ProtoMessage

func (*MsgRegisterZone) ProtoMessage()

func (*MsgRegisterZone) ProtoReflect

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

func (*MsgRegisterZone) Reset

func (x *MsgRegisterZone) Reset()

func (*MsgRegisterZone) String

func (x *MsgRegisterZone) String() string

type MsgRegisterZoneResponse

type MsgRegisterZoneResponse struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaInfo              *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_info,json=icaInfo,proto3" json:"ica_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	SnDenom              string                  `protobuf:"bytes,7,opt,name=sn_denom,json=snDenom,proto3" json:"sn_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,8,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,9,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,10,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterZoneResponse is a response message for MsgRegisterZone

func (*MsgRegisterZoneResponse) Descriptor deprecated

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

Deprecated: Use MsgRegisterZoneResponse.ProtoReflect.Descriptor instead.

func (*MsgRegisterZoneResponse) GetBaseDenom

func (x *MsgRegisterZoneResponse) GetBaseDenom() string

func (*MsgRegisterZoneResponse) GetDecimal

func (x *MsgRegisterZoneResponse) GetDecimal() int64

func (*MsgRegisterZoneResponse) GetDepositMaxEntries added in v0.6.4

func (x *MsgRegisterZoneResponse) GetDepositMaxEntries() int64

func (*MsgRegisterZoneResponse) GetIcaAccount

func (x *MsgRegisterZoneResponse) GetIcaAccount() *IcaAccount

func (*MsgRegisterZoneResponse) GetIcaInfo

func (x *MsgRegisterZoneResponse) GetIcaInfo() *IcaConnectionInfo

func (*MsgRegisterZoneResponse) GetSnDenom

func (x *MsgRegisterZoneResponse) GetSnDenom() string

func (*MsgRegisterZoneResponse) GetTransferInfo

func (x *MsgRegisterZoneResponse) GetTransferInfo() *TransferConnectionInfo

func (*MsgRegisterZoneResponse) GetUndelegateMaxEntries added in v0.6.4

func (x *MsgRegisterZoneResponse) GetUndelegateMaxEntries() int64

func (*MsgRegisterZoneResponse) GetValidatorAddress

func (x *MsgRegisterZoneResponse) GetValidatorAddress() string

func (*MsgRegisterZoneResponse) GetZoneId

func (x *MsgRegisterZoneResponse) GetZoneId() string

func (*MsgRegisterZoneResponse) ProtoMessage

func (*MsgRegisterZoneResponse) ProtoMessage()

func (*MsgRegisterZoneResponse) ProtoReflect

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

func (*MsgRegisterZoneResponse) Reset

func (x *MsgRegisterZoneResponse) Reset()

func (*MsgRegisterZoneResponse) String

func (x *MsgRegisterZoneResponse) String() string

type MsgServer

type MsgServer interface {
	// RegisterZone defines a rpc handler for MsgRegisterZone
	RegisterZone(context.Context, *MsgRegisterZone) (*MsgRegisterZoneResponse, error)
	// IcaDelegate defines a rpc handler for MsgIcaDelegate
	IcaDelegate(context.Context, *MsgIcaDelegate) (*MsgIcaDelegateResponse, error)
	// IcaUnDelegate defines a rpc handler for MsgIcaUnDelegate
	IcaUndelegate(context.Context, *MsgIcaUndelegate) (*MsgIcaUndelegateResponse, error)
	// IcaTransfer defines a rpc handler for MsgIcaTransfer
	IcaTransfer(context.Context, *MsgIcaTransfer) (*MsgIcaTransferResponse, error)
	// IcaAutoStaking defines a rpc handler for MsgIcaAutoStaking
	IcaAutoStaking(context.Context, *MsgIcaAutoStaking) (*MsgIcaAutoStakingResponse, error)
	// DeleteRegisteredZone defines a rpc handler for MsgDeleteRegisteredZone
	IcaAuthzGrant(context.Context, *MsgIcaAuthzGrant) (*MsgIcaAuthzGrantResponse, error)
	IcaAuthzRevoke(context.Context, *MsgIcaAuthzRevoke) (*MsgIcaAuthzRevokeResponse, error)
	DeleteRegisteredZone(context.Context, *MsgDeleteRegisteredZone) (*MsgDeleteRegisteredZoneResponse, error)
	ChangeRegisteredZone(context.Context, *MsgChangeRegisteredZone) (*MsgChangeRegisteredZoneResponse, error)
	RegisterControllerAddress(context.Context, *MsgRegisterControllerAddr) (*MsgRegisterControllerAddrResponse, error)
	// contains filtered or unexported methods
}

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type Params

type Params struct {

	// zone register address.
	ControllerKeyManager []string `protobuf:"bytes,1,rep,name=controller_key_manager,json=controllerKeyManager,proto3" json:"controller_key_manager,omitempty"`
	// contains filtered or unexported fields
}

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetControllerKeyManager added in v0.6.2

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

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 QueryAllZonesRequest

type QueryAllZonesRequest struct {
	// contains filtered or unexported fields
}

QueryAllZonesRequest is the request type for Query/AllZones.

func (*QueryAllZonesRequest) Descriptor deprecated

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

Deprecated: Use QueryAllZonesRequest.ProtoReflect.Descriptor instead.

func (*QueryAllZonesRequest) ProtoMessage

func (*QueryAllZonesRequest) ProtoMessage()

func (*QueryAllZonesRequest) ProtoReflect

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

func (*QueryAllZonesRequest) Reset

func (x *QueryAllZonesRequest) Reset()

func (*QueryAllZonesRequest) String

func (x *QueryAllZonesRequest) String() string

type QueryAllZonesResponse

type QueryAllZonesResponse struct {
	Zones []*RegisteredZone `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"`
	// contains filtered or unexported fields
}

QueryAllZonesResponse is the response type for Query/AllZones.

func (*QueryAllZonesResponse) Descriptor deprecated

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

Deprecated: Use QueryAllZonesResponse.ProtoReflect.Descriptor instead.

func (*QueryAllZonesResponse) GetZones

func (x *QueryAllZonesResponse) GetZones() []*RegisteredZone

func (*QueryAllZonesResponse) ProtoMessage

func (*QueryAllZonesResponse) ProtoMessage()

func (*QueryAllZonesResponse) ProtoReflect

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

func (*QueryAllZonesResponse) Reset

func (x *QueryAllZonesResponse) Reset()

func (*QueryAllZonesResponse) String

func (x *QueryAllZonesResponse) String() string

type QueryAutoStakingVersion

type QueryAutoStakingVersion struct {
	ZoneId  string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Version uint64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAutoStakingVersion) Descriptor deprecated

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

Deprecated: Use QueryAutoStakingVersion.ProtoReflect.Descriptor instead.

func (*QueryAutoStakingVersion) GetVersion added in v0.6.3

func (x *QueryAutoStakingVersion) GetVersion() uint64

func (*QueryAutoStakingVersion) GetZoneId

func (x *QueryAutoStakingVersion) GetZoneId() string

func (*QueryAutoStakingVersion) ProtoMessage

func (*QueryAutoStakingVersion) ProtoMessage()

func (*QueryAutoStakingVersion) ProtoReflect

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

func (*QueryAutoStakingVersion) Reset

func (x *QueryAutoStakingVersion) Reset()

func (*QueryAutoStakingVersion) String

func (x *QueryAutoStakingVersion) String() string

type QueryAutoStakingVersionResponse

type QueryAutoStakingVersionResponse struct {
	VersionInfo *IBCTrace `protobuf:"bytes,1,opt,name=version_info,json=versionInfo,proto3" json:"version_info,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAutoStakingVersionResponse) Descriptor deprecated

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

Deprecated: Use QueryAutoStakingVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryAutoStakingVersionResponse) GetVersionInfo added in v0.6.1

func (x *QueryAutoStakingVersionResponse) GetVersionInfo() *IBCTrace

func (*QueryAutoStakingVersionResponse) ProtoMessage

func (*QueryAutoStakingVersionResponse) ProtoMessage()

func (*QueryAutoStakingVersionResponse) ProtoReflect

func (*QueryAutoStakingVersionResponse) Reset

func (*QueryAutoStakingVersionResponse) String

type QueryClient

type QueryClient interface {
	// AllZones returns all the zones registered.
	AllZones(ctx context.Context, in *QueryAllZonesRequest, opts ...grpc.CallOption) (*QueryAllZonesResponse, error)
	Zone(ctx context.Context, in *QueryZoneRequest, opts ...grpc.CallOption) (*QueryZoneResponse, error)
	AutoStakingVersion(ctx context.Context, in *QueryAutoStakingVersion, opts ...grpc.CallOption) (*QueryAutoStakingVersionResponse, error)
	AutoStakingCurrentVersion(ctx context.Context, in *QueryCurrentAutoStakingVersion, opts ...grpc.CallOption) (*QueryCurrentAutoStakingVersionResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryCurrentAutoStakingVersion added in v0.6.1

type QueryCurrentAutoStakingVersion struct {
	ZoneId string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCurrentAutoStakingVersion) Descriptor deprecated added in v0.6.1

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

Deprecated: Use QueryCurrentAutoStakingVersion.ProtoReflect.Descriptor instead.

func (*QueryCurrentAutoStakingVersion) GetZoneId added in v0.6.1

func (x *QueryCurrentAutoStakingVersion) GetZoneId() string

func (*QueryCurrentAutoStakingVersion) ProtoMessage added in v0.6.1

func (*QueryCurrentAutoStakingVersion) ProtoMessage()

func (*QueryCurrentAutoStakingVersion) ProtoReflect added in v0.6.1

func (*QueryCurrentAutoStakingVersion) Reset added in v0.6.1

func (x *QueryCurrentAutoStakingVersion) Reset()

func (*QueryCurrentAutoStakingVersion) String added in v0.6.1

type QueryCurrentAutoStakingVersionResponse added in v0.6.1

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

func (*QueryCurrentAutoStakingVersionResponse) Descriptor deprecated added in v0.6.1

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

Deprecated: Use QueryCurrentAutoStakingVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryCurrentAutoStakingVersionResponse) GetVersion added in v0.6.1

func (*QueryCurrentAutoStakingVersionResponse) ProtoMessage added in v0.6.1

func (*QueryCurrentAutoStakingVersionResponse) ProtoReflect added in v0.6.1

func (*QueryCurrentAutoStakingVersionResponse) Reset added in v0.6.1

func (*QueryCurrentAutoStakingVersionResponse) String added in v0.6.1

type QueryServer

type QueryServer interface {
	// AllZones returns all the zones registered.
	AllZones(context.Context, *QueryAllZonesRequest) (*QueryAllZonesResponse, error)
	Zone(context.Context, *QueryZoneRequest) (*QueryZoneResponse, error)
	AutoStakingVersion(context.Context, *QueryAutoStakingVersion) (*QueryAutoStakingVersionResponse, error)
	AutoStakingCurrentVersion(context.Context, *QueryCurrentAutoStakingVersion) (*QueryCurrentAutoStakingVersionResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type QueryZoneRequest

type QueryZoneRequest struct {
	ZoneId string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	// contains filtered or unexported fields
}

QueryZoneRequest is the request type for Query/Zone.

func (*QueryZoneRequest) Descriptor deprecated

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

Deprecated: Use QueryZoneRequest.ProtoReflect.Descriptor instead.

func (*QueryZoneRequest) GetZoneId

func (x *QueryZoneRequest) GetZoneId() string

func (*QueryZoneRequest) ProtoMessage

func (*QueryZoneRequest) ProtoMessage()

func (*QueryZoneRequest) ProtoReflect

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

func (*QueryZoneRequest) Reset

func (x *QueryZoneRequest) Reset()

func (*QueryZoneRequest) String

func (x *QueryZoneRequest) String() string

type QueryZoneResponse

type QueryZoneResponse struct {
	Zone *RegisteredZone `protobuf:"bytes,1,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

QueryZoneResponse is the response type for Query/Zone.

func (*QueryZoneResponse) Descriptor deprecated

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

Deprecated: Use QueryZoneResponse.ProtoReflect.Descriptor instead.

func (*QueryZoneResponse) GetZone

func (x *QueryZoneResponse) GetZone() *RegisteredZone

func (*QueryZoneResponse) ProtoMessage

func (*QueryZoneResponse) ProtoMessage()

func (*QueryZoneResponse) ProtoReflect

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

func (*QueryZoneResponse) Reset

func (x *QueryZoneResponse) Reset()

func (*QueryZoneResponse) String

func (x *QueryZoneResponse) String() string

type RegisteredZone

type RegisteredZone struct {
	ZoneId               string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	IcaConnectionInfo    *IcaConnectionInfo      `protobuf:"bytes,2,opt,name=ica_connection_info,json=icaConnectionInfo,proto3" json:"ica_connection_info,omitempty"`
	IcaAccount           *IcaAccount             `protobuf:"bytes,3,opt,name=ica_account,json=icaAccount,proto3" json:"ica_account,omitempty"`
	TransferInfo         *TransferConnectionInfo `protobuf:"bytes,4,opt,name=transfer_info,json=transferInfo,proto3" json:"transfer_info,omitempty"`
	ValidatorAddress     string                  `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BaseDenom            string                  `protobuf:"bytes,6,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	SnDenom              string                  `protobuf:"bytes,7,opt,name=sn_denom,json=snDenom,proto3" json:"sn_denom,omitempty"`
	Decimal              int64                   `protobuf:"varint,8,opt,name=decimal,proto3" json:"decimal,omitempty"`
	UndelegateMaxEntries int64                   `protobuf:"varint,9,opt,name=undelegate_max_entries,json=undelegateMaxEntries,proto3" json:"undelegate_max_entries,omitempty"`
	DepositMaxEntries    int64                   `protobuf:"varint,10,opt,name=deposit_max_entries,json=depositMaxEntries,proto3" json:"deposit_max_entries,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisteredZone) Descriptor deprecated

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

Deprecated: Use RegisteredZone.ProtoReflect.Descriptor instead.

func (*RegisteredZone) GetBaseDenom

func (x *RegisteredZone) GetBaseDenom() string

func (*RegisteredZone) GetDecimal

func (x *RegisteredZone) GetDecimal() int64

func (*RegisteredZone) GetDepositMaxEntries added in v0.6.4

func (x *RegisteredZone) GetDepositMaxEntries() int64

func (*RegisteredZone) GetIcaAccount

func (x *RegisteredZone) GetIcaAccount() *IcaAccount

func (*RegisteredZone) GetIcaConnectionInfo

func (x *RegisteredZone) GetIcaConnectionInfo() *IcaConnectionInfo

func (*RegisteredZone) GetSnDenom

func (x *RegisteredZone) GetSnDenom() string

func (*RegisteredZone) GetTransferInfo

func (x *RegisteredZone) GetTransferInfo() *TransferConnectionInfo

func (*RegisteredZone) GetUndelegateMaxEntries added in v0.6.4

func (x *RegisteredZone) GetUndelegateMaxEntries() int64

func (*RegisteredZone) GetValidatorAddress

func (x *RegisteredZone) GetValidatorAddress() string

func (*RegisteredZone) GetZoneId

func (x *RegisteredZone) GetZoneId() string

func (*RegisteredZone) ProtoMessage

func (*RegisteredZone) ProtoMessage()

func (*RegisteredZone) ProtoReflect

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

func (*RegisteredZone) Reset

func (x *RegisteredZone) Reset()

func (*RegisteredZone) String

func (x *RegisteredZone) String() string

type TransferConnectionInfo

type TransferConnectionInfo 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
}

transfer connection info

func (*TransferConnectionInfo) Descriptor deprecated

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

Deprecated: Use TransferConnectionInfo.ProtoReflect.Descriptor instead.

func (*TransferConnectionInfo) GetChannelId

func (x *TransferConnectionInfo) GetChannelId() string

func (*TransferConnectionInfo) GetPortId

func (x *TransferConnectionInfo) GetPortId() string

func (*TransferConnectionInfo) ProtoMessage

func (*TransferConnectionInfo) ProtoMessage()

func (*TransferConnectionInfo) ProtoReflect

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

func (*TransferConnectionInfo) Reset

func (x *TransferConnectionInfo) Reset()

func (*TransferConnectionInfo) String

func (x *TransferConnectionInfo) String() string

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) IcaAuthzGrant

func (UnimplementedMsgServer) IcaAuthzRevoke

func (UnimplementedMsgServer) IcaAutoStaking

func (UnimplementedMsgServer) IcaDelegate

func (UnimplementedMsgServer) IcaTransfer

func (UnimplementedMsgServer) IcaUndelegate

func (UnimplementedMsgServer) RegisterControllerAddress added in v0.6.2

func (UnimplementedMsgServer) RegisterZone

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) AllZones

func (UnimplementedQueryServer) AutoStakingCurrentVersion added in v0.6.3

func (UnimplementedQueryServer) Zone

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

type VersionState added in v0.6.1

type VersionState struct {
	ZoneId         string               `protobuf:"bytes,1,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
	CurrentVersion uint64               `protobuf:"varint,2,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty"`
	Record         map[uint64]*IBCTrace `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VersionState) Descriptor deprecated added in v0.6.1

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

Deprecated: Use VersionState.ProtoReflect.Descriptor instead.

func (*VersionState) GetCurrentVersion added in v0.6.1

func (x *VersionState) GetCurrentVersion() uint64

func (*VersionState) GetRecord added in v0.6.1

func (x *VersionState) GetRecord() map[uint64]*IBCTrace

func (*VersionState) GetZoneId added in v0.6.1

func (x *VersionState) GetZoneId() string

func (*VersionState) ProtoMessage added in v0.6.1

func (*VersionState) ProtoMessage()

func (*VersionState) ProtoReflect added in v0.6.1

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

func (*VersionState) Reset added in v0.6.1

func (x *VersionState) Reset()

func (*VersionState) String added in v0.6.1

func (x *VersionState) String() string

type ZoneProposalInfo added in v0.6.4

type ZoneProposalInfo struct {
	ZoneId    string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	BaseDenom string `protobuf:"bytes,2,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoneProposalInfo) Descriptor deprecated added in v0.6.4

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

Deprecated: Use ZoneProposalInfo.ProtoReflect.Descriptor instead.

func (*ZoneProposalInfo) GetBaseDenom added in v0.6.4

func (x *ZoneProposalInfo) GetBaseDenom() string

func (*ZoneProposalInfo) GetZoneId added in v0.6.4

func (x *ZoneProposalInfo) GetZoneId() string

func (*ZoneProposalInfo) ProtoMessage added in v0.6.4

func (*ZoneProposalInfo) ProtoMessage()

func (*ZoneProposalInfo) ProtoReflect added in v0.6.4

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

func (*ZoneProposalInfo) Reset added in v0.6.4

func (x *ZoneProposalInfo) Reset()

func (*ZoneProposalInfo) String added in v0.6.4

func (x *ZoneProposalInfo) String() string

type ZoneRegisterProposal added in v0.6.1

type ZoneRegisterProposal struct {
	Title       string            `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description string            `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Zone        *ZoneProposalInfo `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoneRegisterProposal) Descriptor deprecated added in v0.6.1

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

Deprecated: Use ZoneRegisterProposal.ProtoReflect.Descriptor instead.

func (*ZoneRegisterProposal) GetDescription added in v0.6.1

func (x *ZoneRegisterProposal) GetDescription() string

func (*ZoneRegisterProposal) GetTitle added in v0.6.1

func (x *ZoneRegisterProposal) GetTitle() string

func (*ZoneRegisterProposal) GetZone added in v0.6.4

func (x *ZoneRegisterProposal) GetZone() *ZoneProposalInfo

func (*ZoneRegisterProposal) ProtoMessage added in v0.6.1

func (*ZoneRegisterProposal) ProtoMessage()

func (*ZoneRegisterProposal) ProtoReflect added in v0.6.1

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

func (*ZoneRegisterProposal) Reset added in v0.6.1

func (x *ZoneRegisterProposal) Reset()

func (*ZoneRegisterProposal) String added in v0.6.1

func (x *ZoneRegisterProposal) String() string

Jump to

Keyboard shortcuts

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