galv1

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: 19 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.

Index

Constants

This section is empty.

Variables

View Source
var File_nova_gal_v1_event_proto protoreflect.FileDescriptor
View Source
var File_nova_gal_v1_gal_proto protoreflect.FileDescriptor
View Source
var File_nova_gal_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_nova_gal_v1_params_proto protoreflect.FileDescriptor
View Source
var File_nova_gal_v1_query_proto protoreflect.FileDescriptor
View Source
var File_nova_gal_v1_store_proto protoreflect.FileDescriptor
View Source
var File_nova_gal_v1_tx_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "nova.gal.v1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Deposit",
			Handler:    _Msg_Deposit_Handler,
		},
		{
			MethodName: "Delegate",
			Handler:    _Msg_Delegate_Handler,
		},
		{
			MethodName: "Undelegate",
			Handler:    _Msg_Undelegate_Handler,
		},
		{
			MethodName: "PendingUndelegate",
			Handler:    _Msg_PendingUndelegate_Handler,
		},
		{
			MethodName: "Withdraw",
			Handler:    _Msg_Withdraw_Handler,
		},
		{
			MethodName: "ClaimSnAsset",
			Handler:    _Msg_ClaimSnAsset_Handler,
		},
		{
			MethodName: "IcaWithdraw",
			Handler:    _Msg_IcaWithdraw_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "nova/gal/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.gal.v1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "EstimateSnAsset",
			Handler:    _Query_EstimateSnAsset_Handler,
		},
		{
			MethodName: "ClaimableAmount",
			Handler:    _Query_ClaimableAmount_Handler,
		},
		{
			MethodName: "DepositAmount",
			Handler:    _Query_DepositAmount_Handler,
		},
		{
			MethodName: "PendingWithdrawals",
			Handler:    _Query_PendingWithdrawals_Handler,
		},
		{
			MethodName: "ActiveWithdrawals",
			Handler:    _Query_ActiveWithdrawals_Handler,
		},
		{
			MethodName: "DepositRecords",
			Handler:    _Query_DepositRecords_Handler,
		},
		{
			MethodName: "DelegateRecords",
			Handler:    _Query_DelegateRecords_Handler,
		},
		{
			MethodName: "UndelegateRecords",
			Handler:    _Query_UndelegateRecords_Handler,
		},
		{
			MethodName: "WithdrawRecords",
			Handler:    _Query_WithdrawRecords_Handler,
		},
		{
			MethodName: "DelegateVersion",
			Handler:    _Query_DelegateVersion_Handler,
		},
		{
			MethodName: "UndelegateVersion",
			Handler:    _Query_UndelegateVersion_Handler,
		},
		{
			MethodName: "WithdrawVersion",
			Handler:    _Query_WithdrawVersion_Handler,
		},
		{
			MethodName: "DelegateCurrentVersion",
			Handler:    _Query_DelegateCurrentVersion_Handler,
		},
		{
			MethodName: "UndelegateCurrentVersion",
			Handler:    _Query_UndelegateCurrentVersion_Handler,
		},
		{
			MethodName: "WithdrawCurrentVersion",
			Handler:    _Query_WithdrawCurrentVersion_Handler,
		},
		{
			MethodName: "TotalSnAssetSupply",
			Handler:    _Query_TotalSnAssetSupply_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "nova/gal/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 DelegateRecord added in v0.6.5

type DelegateRecord struct {
	ZoneId  string                            `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Claimer string                            `protobuf:"bytes,2,opt,name=claimer,proto3" json:"claimer,omitempty"`
	Records map[uint64]*DelegateRecordContent `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DelegateRecord) Descriptor deprecated added in v0.6.5

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

Deprecated: Use DelegateRecord.ProtoReflect.Descriptor instead.

func (*DelegateRecord) GetClaimer added in v0.6.5

func (x *DelegateRecord) GetClaimer() string

func (*DelegateRecord) GetRecords added in v0.6.5

func (x *DelegateRecord) GetRecords() map[uint64]*DelegateRecordContent

func (*DelegateRecord) GetZoneId added in v0.6.5

func (x *DelegateRecord) GetZoneId() string

func (*DelegateRecord) ProtoMessage added in v0.6.5

func (*DelegateRecord) ProtoMessage()

func (*DelegateRecord) ProtoReflect added in v0.6.5

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

func (*DelegateRecord) Reset added in v0.6.5

func (x *DelegateRecord) Reset()

func (*DelegateRecord) String added in v0.6.5

func (x *DelegateRecord) String() string

type DelegateRecordContent added in v0.6.5

type DelegateRecordContent struct {
	Amount        *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	State         int64         `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	OracleVersion uint64        `protobuf:"varint,3,opt,name=oracle_version,json=oracleVersion,proto3" json:"oracle_version,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegateRecordContent) Descriptor deprecated added in v0.6.5

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

Deprecated: Use DelegateRecordContent.ProtoReflect.Descriptor instead.

func (*DelegateRecordContent) GetAmount added in v0.6.5

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

func (*DelegateRecordContent) GetOracleVersion added in v0.6.5

func (x *DelegateRecordContent) GetOracleVersion() uint64

func (*DelegateRecordContent) GetState added in v0.6.5

func (x *DelegateRecordContent) GetState() int64

func (*DelegateRecordContent) ProtoMessage added in v0.6.5

func (*DelegateRecordContent) ProtoMessage()

func (*DelegateRecordContent) ProtoReflect added in v0.6.5

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

func (*DelegateRecordContent) Reset added in v0.6.5

func (x *DelegateRecordContent) Reset()

func (*DelegateRecordContent) String added in v0.6.5

func (x *DelegateRecordContent) String() string

type DepositAccount

type DepositAccount struct {
	Denom           string         `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
	DepositInfos    []*DepositInfo `protobuf:"bytes,2,rep,name=deposit_infos,json=depositInfos,proto3" json:"deposit_infos,omitempty"`
	TotalShare      int64          `protobuf:"varint,3,opt,name=total_share,json=totalShare,proto3" json:"total_share,omitempty"`
	LastBlockUpdate int64          `protobuf:"varint,4,opt,name=last_block_update,json=lastBlockUpdate,proto3" json:"last_block_update,omitempty"`
	// contains filtered or unexported fields
}

DepositAccount defines snToken's total share and deposit information.

func (*DepositAccount) Descriptor deprecated

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

Deprecated: Use DepositAccount.ProtoReflect.Descriptor instead.

func (*DepositAccount) GetDenom

func (x *DepositAccount) GetDenom() string

func (*DepositAccount) GetDepositInfos

func (x *DepositAccount) GetDepositInfos() []*DepositInfo

func (*DepositAccount) GetLastBlockUpdate

func (x *DepositAccount) GetLastBlockUpdate() int64

func (*DepositAccount) GetTotalShare

func (x *DepositAccount) GetTotalShare() int64

func (*DepositAccount) ProtoMessage

func (*DepositAccount) ProtoMessage()

func (*DepositAccount) ProtoReflect

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

func (*DepositAccount) Reset

func (x *DepositAccount) Reset()

func (*DepositAccount) String

func (x *DepositAccount) String() string

type DepositInfo

type DepositInfo struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Share   int64  `protobuf:"varint,2,opt,name=share,proto3" json:"share,omitempty"`
	Debt    int64  `protobuf:"varint,3,opt,name=debt,proto3" json:"debt,omitempty"`
	// contains filtered or unexported fields
}

DepositInfo defines user address, share and debt.

func (*DepositInfo) Descriptor deprecated

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

Deprecated: Use DepositInfo.ProtoReflect.Descriptor instead.

func (*DepositInfo) GetAddress

func (x *DepositInfo) GetAddress() string

func (*DepositInfo) GetDebt

func (x *DepositInfo) GetDebt() int64

func (*DepositInfo) GetShare

func (x *DepositInfo) GetShare() int64

func (*DepositInfo) ProtoMessage

func (*DepositInfo) ProtoMessage()

func (*DepositInfo) ProtoReflect

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

func (*DepositInfo) Reset

func (x *DepositInfo) Reset()

func (*DepositInfo) String

func (x *DepositInfo) String() string

type DepositRecord

type DepositRecord struct {
	ZoneId    string                  `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Depositor string                  `protobuf:"bytes,2,opt,name=depositor,proto3" json:"depositor,omitempty"`
	Records   []*DepositRecordContent `protobuf:"bytes,3,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*DepositRecord) Descriptor deprecated

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

Deprecated: Use DepositRecord.ProtoReflect.Descriptor instead.

func (*DepositRecord) GetDepositor added in v0.6.5

func (x *DepositRecord) GetDepositor() string

func (*DepositRecord) GetRecords

func (x *DepositRecord) GetRecords() []*DepositRecordContent

func (*DepositRecord) GetZoneId

func (x *DepositRecord) GetZoneId() string

func (*DepositRecord) ProtoMessage

func (*DepositRecord) ProtoMessage()

func (*DepositRecord) ProtoReflect

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

func (*DepositRecord) Reset

func (x *DepositRecord) Reset()

func (*DepositRecord) String

func (x *DepositRecord) String() string

type DepositRecordContent

type DepositRecordContent struct {
	Claimer string        `protobuf:"bytes,1,opt,name=claimer,proto3" json:"claimer,omitempty"`
	Amount  *v1beta1.Coin `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	State   int64         `protobuf:"varint,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*DepositRecordContent) Descriptor deprecated

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

Deprecated: Use DepositRecordContent.ProtoReflect.Descriptor instead.

func (*DepositRecordContent) GetAmount

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

func (*DepositRecordContent) GetClaimer added in v0.6.5

func (x *DepositRecordContent) GetClaimer() string

func (*DepositRecordContent) GetState

func (x *DepositRecordContent) GetState() int64

func (*DepositRecordContent) ProtoMessage

func (*DepositRecordContent) ProtoMessage()

func (*DepositRecordContent) ProtoReflect

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

func (*DepositRecordContent) Reset

func (x *DepositRecordContent) Reset()

func (*DepositRecordContent) String

func (x *DepositRecordContent) String() string

type EventClaimSnToken

type EventClaimSnToken struct {
	Claimer       string        `protobuf:"bytes,1,opt,name=claimer,proto3" json:"claimer,omitempty"`
	ClaimedToken  *v1beta1.Coin `protobuf:"bytes,2,opt,name=claimed_token,json=claimedToken,proto3" json:"claimed_token,omitempty"`
	OracleVersion uint64        `protobuf:"varint,3,opt,name=oracle_version,json=oracleVersion,proto3" json:"oracle_version,omitempty"`
	// contains filtered or unexported fields
}

EventClaimSnToken is emitted when snAsset is minted.

func (*EventClaimSnToken) Descriptor deprecated

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

Deprecated: Use EventClaimSnToken.ProtoReflect.Descriptor instead.

func (*EventClaimSnToken) GetClaimedToken

func (x *EventClaimSnToken) GetClaimedToken() *v1beta1.Coin

func (*EventClaimSnToken) GetClaimer

func (x *EventClaimSnToken) GetClaimer() string

func (*EventClaimSnToken) GetOracleVersion

func (x *EventClaimSnToken) GetOracleVersion() uint64

func (*EventClaimSnToken) ProtoMessage

func (*EventClaimSnToken) ProtoMessage()

func (*EventClaimSnToken) ProtoReflect

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

func (*EventClaimSnToken) Reset

func (x *EventClaimSnToken) Reset()

func (*EventClaimSnToken) String

func (x *EventClaimSnToken) String() string

type EventDelegate

type EventDelegate struct {
	HostAddress      string        `protobuf:"bytes,1,opt,name=host_address,json=hostAddress,proto3" json:"host_address,omitempty"`
	ValidatorAddress string        `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	ChannelId        string        `protobuf:"bytes,3,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	PortId           string        `protobuf:"bytes,4,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	DelegatedAmount  *v1beta1.Coin `protobuf:"bytes,5,opt,name=delegated_amount,json=delegatedAmount,proto3" json:"delegated_amount,omitempty"`
	// contains filtered or unexported fields
}

EventDelegate is emitted when service bot delegates accumulated asset.

func (*EventDelegate) Descriptor deprecated

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

Deprecated: Use EventDelegate.ProtoReflect.Descriptor instead.

func (*EventDelegate) GetChannelId

func (x *EventDelegate) GetChannelId() string

func (*EventDelegate) GetDelegatedAmount

func (x *EventDelegate) GetDelegatedAmount() *v1beta1.Coin

func (*EventDelegate) GetHostAddress

func (x *EventDelegate) GetHostAddress() string

func (*EventDelegate) GetPortId

func (x *EventDelegate) GetPortId() string

func (*EventDelegate) GetValidatorAddress

func (x *EventDelegate) GetValidatorAddress() string

func (*EventDelegate) ProtoMessage

func (*EventDelegate) ProtoMessage()

func (*EventDelegate) ProtoReflect

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

func (*EventDelegate) Reset

func (x *EventDelegate) Reset()

func (*EventDelegate) String

func (x *EventDelegate) String() string

type EventDeposit

type EventDeposit struct {
	Depositor     string        `protobuf:"bytes,1,opt,name=depositor,proto3" json:"depositor,omitempty"`
	Claimer       string        `protobuf:"bytes,2,opt,name=claimer,proto3" json:"claimer,omitempty"`
	DepositAmount *v1beta1.Coin `protobuf:"bytes,3,opt,name=deposit_amount,json=depositAmount,proto3" json:"deposit_amount,omitempty"`
	// contains filtered or unexported fields
}

EventDeposit is emitted when user deposit their asset.

func (*EventDeposit) Descriptor deprecated

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

Deprecated: Use EventDeposit.ProtoReflect.Descriptor instead.

func (*EventDeposit) GetClaimer

func (x *EventDeposit) GetClaimer() string

func (*EventDeposit) GetDepositAmount

func (x *EventDeposit) GetDepositAmount() *v1beta1.Coin

func (*EventDeposit) GetDepositor

func (x *EventDeposit) GetDepositor() string

func (*EventDeposit) ProtoMessage

func (*EventDeposit) ProtoMessage()

func (*EventDeposit) ProtoReflect

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

func (*EventDeposit) Reset

func (x *EventDeposit) Reset()

func (*EventDeposit) String

func (x *EventDeposit) String() string

type EventIcaWithdraw

type EventIcaWithdraw struct {
	HostAddress       string        `protobuf:"bytes,1,opt,name=host_address,json=hostAddress,proto3" json:"host_address,omitempty"`
	ControllerAddress string        `protobuf:"bytes,2,opt,name=controller_address,json=controllerAddress,proto3" json:"controller_address,omitempty"`
	ConnectionId      string        `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	ChannelId         string        `protobuf:"bytes,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	PortId            string        `protobuf:"bytes,5,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	WithdrawnToken    *v1beta1.Coin `protobuf:"bytes,6,opt,name=withdrawn_token,json=withdrawnToken,proto3" json:"withdrawn_token,omitempty"`
	// contains filtered or unexported fields
}

EventIcaWithdraw is emitted when ica withdraw action is success.

func (*EventIcaWithdraw) Descriptor deprecated

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

Deprecated: Use EventIcaWithdraw.ProtoReflect.Descriptor instead.

func (*EventIcaWithdraw) GetChannelId

func (x *EventIcaWithdraw) GetChannelId() string

func (*EventIcaWithdraw) GetConnectionId

func (x *EventIcaWithdraw) GetConnectionId() string

func (*EventIcaWithdraw) GetControllerAddress

func (x *EventIcaWithdraw) GetControllerAddress() string

func (*EventIcaWithdraw) GetHostAddress

func (x *EventIcaWithdraw) GetHostAddress() string

func (*EventIcaWithdraw) GetPortId

func (x *EventIcaWithdraw) GetPortId() string

func (*EventIcaWithdraw) GetWithdrawnToken

func (x *EventIcaWithdraw) GetWithdrawnToken() *v1beta1.Coin

func (*EventIcaWithdraw) ProtoMessage

func (*EventIcaWithdraw) ProtoMessage()

func (*EventIcaWithdraw) ProtoReflect

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

func (*EventIcaWithdraw) Reset

func (x *EventIcaWithdraw) Reset()

func (*EventIcaWithdraw) String

func (x *EventIcaWithdraw) String() string

type EventPendingUndelegate

type EventPendingUndelegate struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Delegator         string        `protobuf:"bytes,2,opt,name=delegator,proto3" json:"delegator,omitempty"`
	Withdrawer        string        `protobuf:"bytes,3,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	BurnedAmount      *v1beta1.Coin `protobuf:"bytes,4,opt,name=burned_amount,json=burnedAmount,proto3" json:"burned_amount,omitempty"`
	UndelegatedAmount *v1beta1.Coin `protobuf:"bytes,5,opt,name=undelegated_amount,json=undelegatedAmount,proto3" json:"undelegated_amount,omitempty"`
	// contains filtered or unexported fields
}

EventPendingUndelegate is emitted when pending undelegate message is submitted.

func (*EventPendingUndelegate) Descriptor deprecated

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

Deprecated: Use EventPendingUndelegate.ProtoReflect.Descriptor instead.

func (*EventPendingUndelegate) GetBurnedAmount

func (x *EventPendingUndelegate) GetBurnedAmount() *v1beta1.Coin

func (*EventPendingUndelegate) GetDelegator

func (x *EventPendingUndelegate) GetDelegator() string

func (*EventPendingUndelegate) GetUndelegatedAmount

func (x *EventPendingUndelegate) GetUndelegatedAmount() *v1beta1.Coin

func (*EventPendingUndelegate) GetWithdrawer

func (x *EventPendingUndelegate) GetWithdrawer() string

func (*EventPendingUndelegate) GetZoneId

func (x *EventPendingUndelegate) GetZoneId() string

func (*EventPendingUndelegate) ProtoMessage

func (*EventPendingUndelegate) ProtoMessage()

func (*EventPendingUndelegate) ProtoReflect

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

func (*EventPendingUndelegate) Reset

func (x *EventPendingUndelegate) Reset()

func (*EventPendingUndelegate) String

func (x *EventPendingUndelegate) String() string

type EventUndelegate

type EventUndelegate struct {
	ZoneId            string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	BurnedAmount      *v1beta1.Coin `protobuf:"bytes,2,opt,name=burned_amount,json=burnedAmount,proto3" json:"burned_amount,omitempty"`
	UndelegatedAmount *v1beta1.Coin `protobuf:"bytes,3,opt,name=undelegated_amount,json=undelegatedAmount,proto3" json:"undelegated_amount,omitempty"`
	// contains filtered or unexported fields
}

EventUndelegate is emitted when remote undelegate message is submitted.

func (*EventUndelegate) Descriptor deprecated

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

Deprecated: Use EventUndelegate.ProtoReflect.Descriptor instead.

func (*EventUndelegate) GetBurnedAmount

func (x *EventUndelegate) GetBurnedAmount() *v1beta1.Coin

func (*EventUndelegate) GetUndelegatedAmount

func (x *EventUndelegate) GetUndelegatedAmount() *v1beta1.Coin

func (*EventUndelegate) GetZoneId

func (x *EventUndelegate) GetZoneId() string

func (*EventUndelegate) ProtoMessage

func (*EventUndelegate) ProtoMessage()

func (*EventUndelegate) ProtoReflect

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

func (*EventUndelegate) Reset

func (x *EventUndelegate) Reset()

func (*EventUndelegate) String

func (x *EventUndelegate) String() string

type EventWithdraw

type EventWithdraw struct {
	ZoneId          string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Withdrawer      string        `protobuf:"bytes,2,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	WithdrawnAmount *v1beta1.Coin `protobuf:"bytes,3,opt,name=withdrawn_amount,json=withdrawnAmount,proto3" json:"withdrawn_amount,omitempty"`
	// contains filtered or unexported fields
}

EventWithdraw is emitted when withdraw message is submitted.

func (*EventWithdraw) Descriptor deprecated

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

Deprecated: Use EventWithdraw.ProtoReflect.Descriptor instead.

func (*EventWithdraw) GetWithdrawer

func (x *EventWithdraw) GetWithdrawer() string

func (*EventWithdraw) GetWithdrawnAmount

func (x *EventWithdraw) GetWithdrawnAmount() *v1beta1.Coin

func (*EventWithdraw) GetZoneId

func (x *EventWithdraw) GetZoneId() string

func (*EventWithdraw) ProtoMessage

func (*EventWithdraw) ProtoMessage()

func (*EventWithdraw) ProtoReflect

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

func (*EventWithdraw) Reset

func (x *EventWithdraw) Reset()

func (*EventWithdraw) String

func (x *EventWithdraw) String() string

type GenesisState

type GenesisState struct {
	Params          *Params           `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	DepositAccounts []*DepositAccount `protobuf:"bytes,2,rep,name=deposit_accounts,json=depositAccounts,proto3" json:"deposit_accounts,omitempty"`
	WithdrawInfo    []*WithdrawInfo   `protobuf:"bytes,3,rep,name=withdraw_info,json=withdrawInfo,proto3" json:"withdraw_info,omitempty"`
	RecordInfo      []*RecordInfo     `protobuf:"bytes,4,rep,name=record_info,json=recordInfo,proto3" json:"record_info,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the gal module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetDepositAccounts

func (x *GenesisState) GetDepositAccounts() []*DepositAccount

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetRecordInfo

func (x *GenesisState) GetRecordInfo() []*RecordInfo

func (*GenesisState) GetWithdrawInfo

func (x *GenesisState) GetWithdrawInfo() []*WithdrawInfo

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 MsgClaimSnAsset

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

MsgClaim defines claim msg used when user want to claim their st token.

func (*MsgClaimSnAsset) Descriptor deprecated

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

Deprecated: Use MsgClaimSnAsset.ProtoReflect.Descriptor instead.

func (*MsgClaimSnAsset) GetClaimer

func (x *MsgClaimSnAsset) GetClaimer() string

func (*MsgClaimSnAsset) GetZoneId

func (x *MsgClaimSnAsset) GetZoneId() string

func (*MsgClaimSnAsset) ProtoMessage

func (*MsgClaimSnAsset) ProtoMessage()

func (*MsgClaimSnAsset) ProtoReflect

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

func (*MsgClaimSnAsset) Reset

func (x *MsgClaimSnAsset) Reset()

func (*MsgClaimSnAsset) String

func (x *MsgClaimSnAsset) String() string

type MsgClaimSnAssetResponse

type MsgClaimSnAssetResponse struct {
	Claimer string        `protobuf:"bytes,1,opt,name=claimer,proto3" json:"claimer,omitempty"`
	Minted  *v1beta1.Coin `protobuf:"bytes,2,opt,name=minted,proto3" json:"minted,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgClaimSnAssetResponse) Descriptor deprecated

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

Deprecated: Use MsgClaimSnAssetResponse.ProtoReflect.Descriptor instead.

func (*MsgClaimSnAssetResponse) GetClaimer

func (x *MsgClaimSnAssetResponse) GetClaimer() string

func (*MsgClaimSnAssetResponse) GetMinted

func (x *MsgClaimSnAssetResponse) GetMinted() *v1beta1.Coin

func (*MsgClaimSnAssetResponse) ProtoMessage

func (*MsgClaimSnAssetResponse) ProtoMessage()

func (*MsgClaimSnAssetResponse) ProtoReflect

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

func (*MsgClaimSnAssetResponse) Reset

func (x *MsgClaimSnAssetResponse) Reset()

func (*MsgClaimSnAssetResponse) String

func (x *MsgClaimSnAssetResponse) String() string

type MsgClient

type MsgClient interface {
	Deposit(ctx context.Context, in *MsgDeposit, opts ...grpc.CallOption) (*MsgDepositResponse, error)
	Delegate(ctx context.Context, in *MsgDelegate, opts ...grpc.CallOption) (*MsgDelegateResponse, error)
	Undelegate(ctx context.Context, in *MsgUndelegate, opts ...grpc.CallOption) (*MsgUndelegateResponse, error)
	PendingUndelegate(ctx context.Context, in *MsgPendingUndelegate, opts ...grpc.CallOption) (*MsgPendingUndelegateResponse, error)
	Withdraw(ctx context.Context, in *MsgWithdraw, opts ...grpc.CallOption) (*MsgWithdrawResponse, error)
	ClaimSnAsset(ctx context.Context, in *MsgClaimSnAsset, opts ...grpc.CallOption) (*MsgClaimSnAssetResponse, error)
	IcaWithdraw(ctx context.Context, in *MsgIcaWithdraw, opts ...grpc.CallOption) (*MsgIcaWithdrawResponse, 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 MsgDelegate

type MsgDelegate 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"`
	Version           uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	TimeoutTimestamp  uint64 `protobuf:"varint,4,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDelegate) Descriptor deprecated

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

Deprecated: Use MsgDelegate.ProtoReflect.Descriptor instead.

func (*MsgDelegate) GetControllerAddress

func (x *MsgDelegate) GetControllerAddress() string

func (*MsgDelegate) GetTimeoutTimestamp added in v0.6.7

func (x *MsgDelegate) GetTimeoutTimestamp() uint64

func (*MsgDelegate) GetVersion added in v0.6.1

func (x *MsgDelegate) GetVersion() uint64

func (*MsgDelegate) GetZoneId

func (x *MsgDelegate) GetZoneId() string

func (*MsgDelegate) ProtoMessage

func (*MsgDelegate) ProtoMessage()

func (*MsgDelegate) ProtoReflect

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

func (*MsgDelegate) Reset

func (x *MsgDelegate) Reset()

func (*MsgDelegate) String

func (x *MsgDelegate) String() string

type MsgDelegateResponse

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

func (*MsgDelegateResponse) Descriptor deprecated

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

Deprecated: Use MsgDelegateResponse.ProtoReflect.Descriptor instead.

func (*MsgDelegateResponse) ProtoMessage

func (*MsgDelegateResponse) ProtoMessage()

func (*MsgDelegateResponse) ProtoReflect

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

func (*MsgDelegateResponse) Reset

func (x *MsgDelegateResponse) Reset()

func (*MsgDelegateResponse) String

func (x *MsgDelegateResponse) String() string

type MsgDeposit

type MsgDeposit struct {
	ZoneId    string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Depositor string        `protobuf:"bytes,2,opt,name=depositor,proto3" json:"depositor,omitempty"`
	Claimer   string        `protobuf:"bytes,3,opt,name=claimer,proto3" json:"claimer,omitempty"`
	Amount    *v1beta1.Coin `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

MsgDeposit defines user who deposit and amount of coins.

func (*MsgDeposit) Descriptor deprecated

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

Deprecated: Use MsgDeposit.ProtoReflect.Descriptor instead.

func (*MsgDeposit) GetAmount

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

func (*MsgDeposit) GetClaimer

func (x *MsgDeposit) GetClaimer() string

func (*MsgDeposit) GetDepositor

func (x *MsgDeposit) GetDepositor() string

func (*MsgDeposit) GetZoneId

func (x *MsgDeposit) GetZoneId() string

func (*MsgDeposit) ProtoMessage

func (*MsgDeposit) ProtoMessage()

func (*MsgDeposit) ProtoReflect

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

func (*MsgDeposit) Reset

func (x *MsgDeposit) Reset()

func (*MsgDeposit) String

func (x *MsgDeposit) String() string

type MsgDepositResponse

type MsgDepositResponse struct {
	Receiver        string        `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Depositor       string        `protobuf:"bytes,2,opt,name=depositor,proto3" json:"depositor,omitempty"`
	DepositedAmount *v1beta1.Coin `protobuf:"bytes,3,opt,name=deposited_amount,json=depositedAmount,proto3" json:"deposited_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDepositResponse) Descriptor deprecated

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

Deprecated: Use MsgDepositResponse.ProtoReflect.Descriptor instead.

func (*MsgDepositResponse) GetDepositedAmount

func (x *MsgDepositResponse) GetDepositedAmount() *v1beta1.Coin

func (*MsgDepositResponse) GetDepositor

func (x *MsgDepositResponse) GetDepositor() string

func (*MsgDepositResponse) GetReceiver

func (x *MsgDepositResponse) GetReceiver() string

func (*MsgDepositResponse) ProtoMessage

func (*MsgDepositResponse) ProtoMessage()

func (*MsgDepositResponse) ProtoReflect

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

func (*MsgDepositResponse) Reset

func (x *MsgDepositResponse) Reset()

func (*MsgDepositResponse) String

func (x *MsgDepositResponse) String() string

type MsgIcaWithdraw

type MsgIcaWithdraw 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"`
	IcaTransferPortId    string                 `protobuf:"bytes,3,opt,name=ica_transfer_port_id,json=icaTransferPortId,proto3" json:"ica_transfer_port_id,omitempty"`
	IcaTransferChannelId string                 `protobuf:"bytes,4,opt,name=ica_transfer_channel_id,json=icaTransferChannelId,proto3" json:"ica_transfer_channel_id,omitempty"`
	ChainTime            *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=chain_time,json=chainTime,proto3" json:"chain_time,omitempty"`
	Version              uint64                 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	TimeoutTimestamp     uint64                 `protobuf:"varint,7,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgIcaWithdraw) Descriptor deprecated

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

Deprecated: Use MsgIcaWithdraw.ProtoReflect.Descriptor instead.

func (*MsgIcaWithdraw) GetChainTime

func (x *MsgIcaWithdraw) GetChainTime() *timestamppb.Timestamp

func (*MsgIcaWithdraw) GetControllerAddress

func (x *MsgIcaWithdraw) GetControllerAddress() string

func (*MsgIcaWithdraw) GetIcaTransferChannelId

func (x *MsgIcaWithdraw) GetIcaTransferChannelId() string

func (*MsgIcaWithdraw) GetIcaTransferPortId

func (x *MsgIcaWithdraw) GetIcaTransferPortId() string

func (*MsgIcaWithdraw) GetTimeoutTimestamp added in v0.6.7

func (x *MsgIcaWithdraw) GetTimeoutTimestamp() uint64

func (*MsgIcaWithdraw) GetVersion added in v0.6.1

func (x *MsgIcaWithdraw) GetVersion() uint64

func (*MsgIcaWithdraw) GetZoneId

func (x *MsgIcaWithdraw) GetZoneId() string

func (*MsgIcaWithdraw) ProtoMessage

func (*MsgIcaWithdraw) ProtoMessage()

func (*MsgIcaWithdraw) ProtoReflect

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

func (*MsgIcaWithdraw) Reset

func (x *MsgIcaWithdraw) Reset()

func (*MsgIcaWithdraw) String

func (x *MsgIcaWithdraw) String() string

type MsgIcaWithdrawResponse

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

func (*MsgIcaWithdrawResponse) Descriptor deprecated

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

Deprecated: Use MsgIcaWithdrawResponse.ProtoReflect.Descriptor instead.

func (*MsgIcaWithdrawResponse) ProtoMessage

func (*MsgIcaWithdrawResponse) ProtoMessage()

func (*MsgIcaWithdrawResponse) ProtoReflect

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

func (*MsgIcaWithdrawResponse) Reset

func (x *MsgIcaWithdrawResponse) Reset()

func (*MsgIcaWithdrawResponse) String

func (x *MsgIcaWithdrawResponse) String() string

type MsgPendingUndelegate

type MsgPendingUndelegate struct {
	ZoneId     string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Delegator  string        `protobuf:"bytes,2,opt,name=delegator,proto3" json:"delegator,omitempty"`
	Withdrawer string        `protobuf:"bytes,3,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	Amount     *v1beta1.Coin `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

MsgUnStaking defines user who want to un-stake his/her asset.

func (*MsgPendingUndelegate) Descriptor deprecated

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

Deprecated: Use MsgPendingUndelegate.ProtoReflect.Descriptor instead.

func (*MsgPendingUndelegate) GetAmount

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

func (*MsgPendingUndelegate) GetDelegator

func (x *MsgPendingUndelegate) GetDelegator() string

func (*MsgPendingUndelegate) GetWithdrawer

func (x *MsgPendingUndelegate) GetWithdrawer() string

func (*MsgPendingUndelegate) GetZoneId

func (x *MsgPendingUndelegate) GetZoneId() string

func (*MsgPendingUndelegate) ProtoMessage

func (*MsgPendingUndelegate) ProtoMessage()

func (*MsgPendingUndelegate) ProtoReflect

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

func (*MsgPendingUndelegate) Reset

func (x *MsgPendingUndelegate) Reset()

func (*MsgPendingUndelegate) String

func (x *MsgPendingUndelegate) String() string

type MsgPendingUndelegateResponse

type MsgPendingUndelegateResponse struct {
	ZoneId          string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Delegator       string        `protobuf:"bytes,2,opt,name=delegator,proto3" json:"delegator,omitempty"`
	Withdrawer      string        `protobuf:"bytes,3,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	BurnAsset       *v1beta1.Coin `protobuf:"bytes,4,opt,name=burn_asset,json=burnAsset,proto3" json:"burn_asset,omitempty"`
	UndelegateAsset *v1beta1.Coin `protobuf:"bytes,5,opt,name=undelegate_asset,json=undelegateAsset,proto3" json:"undelegate_asset,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgPendingUndelegateResponse) Descriptor deprecated

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

Deprecated: Use MsgPendingUndelegateResponse.ProtoReflect.Descriptor instead.

func (*MsgPendingUndelegateResponse) GetBurnAsset

func (x *MsgPendingUndelegateResponse) GetBurnAsset() *v1beta1.Coin

func (*MsgPendingUndelegateResponse) GetDelegator

func (x *MsgPendingUndelegateResponse) GetDelegator() string

func (*MsgPendingUndelegateResponse) GetUndelegateAsset

func (x *MsgPendingUndelegateResponse) GetUndelegateAsset() *v1beta1.Coin

func (*MsgPendingUndelegateResponse) GetWithdrawer

func (x *MsgPendingUndelegateResponse) GetWithdrawer() string

func (*MsgPendingUndelegateResponse) GetZoneId

func (x *MsgPendingUndelegateResponse) GetZoneId() string

func (*MsgPendingUndelegateResponse) ProtoMessage

func (*MsgPendingUndelegateResponse) ProtoMessage()

func (*MsgPendingUndelegateResponse) ProtoReflect

func (*MsgPendingUndelegateResponse) Reset

func (x *MsgPendingUndelegateResponse) Reset()

func (*MsgPendingUndelegateResponse) String

type MsgServer

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

type MsgUndelegate

type MsgUndelegate 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"`
	Version           uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	TimeoutTimestamp  uint64 `protobuf:"varint,4,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUndelegate) Descriptor deprecated

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

Deprecated: Use MsgUndelegate.ProtoReflect.Descriptor instead.

func (*MsgUndelegate) GetControllerAddress

func (x *MsgUndelegate) GetControllerAddress() string

func (*MsgUndelegate) GetTimeoutTimestamp added in v0.6.7

func (x *MsgUndelegate) GetTimeoutTimestamp() uint64

func (*MsgUndelegate) GetVersion added in v0.6.1

func (x *MsgUndelegate) GetVersion() uint64

func (*MsgUndelegate) GetZoneId

func (x *MsgUndelegate) GetZoneId() string

func (*MsgUndelegate) ProtoMessage

func (*MsgUndelegate) ProtoMessage()

func (*MsgUndelegate) ProtoReflect

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

func (*MsgUndelegate) Reset

func (x *MsgUndelegate) Reset()

func (*MsgUndelegate) String

func (x *MsgUndelegate) String() string

type MsgUndelegateResponse

type MsgUndelegateResponse struct {
	ZoneId               string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	TotalBurnAsset       *v1beta1.Coin `protobuf:"bytes,2,opt,name=total_burn_asset,json=totalBurnAsset,proto3" json:"total_burn_asset,omitempty"`
	TotalUndelegateAsset *v1beta1.Coin `protobuf:"bytes,3,opt,name=total_undelegate_asset,json=totalUndelegateAsset,proto3" json:"total_undelegate_asset,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUndelegateResponse) Descriptor deprecated

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

Deprecated: Use MsgUndelegateResponse.ProtoReflect.Descriptor instead.

func (*MsgUndelegateResponse) GetTotalBurnAsset

func (x *MsgUndelegateResponse) GetTotalBurnAsset() *v1beta1.Coin

func (*MsgUndelegateResponse) GetTotalUndelegateAsset

func (x *MsgUndelegateResponse) GetTotalUndelegateAsset() *v1beta1.Coin

func (*MsgUndelegateResponse) GetZoneId

func (x *MsgUndelegateResponse) GetZoneId() string

func (*MsgUndelegateResponse) ProtoMessage

func (*MsgUndelegateResponse) ProtoMessage()

func (*MsgUndelegateResponse) ProtoReflect

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

func (*MsgUndelegateResponse) Reset

func (x *MsgUndelegateResponse) Reset()

func (*MsgUndelegateResponse) String

func (x *MsgUndelegateResponse) String() string

type MsgWithdraw

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

MsgWithdraw defines user who withdraw and amount of coins.

func (*MsgWithdraw) Descriptor deprecated

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

Deprecated: Use MsgWithdraw.ProtoReflect.Descriptor instead.

func (*MsgWithdraw) GetWithdrawer

func (x *MsgWithdraw) GetWithdrawer() string

func (*MsgWithdraw) GetZoneId

func (x *MsgWithdraw) GetZoneId() string

func (*MsgWithdraw) ProtoMessage

func (*MsgWithdraw) ProtoMessage()

func (*MsgWithdraw) ProtoReflect

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

func (*MsgWithdraw) Reset

func (x *MsgWithdraw) Reset()

func (*MsgWithdraw) String

func (x *MsgWithdraw) String() string

type MsgWithdrawResponse

type MsgWithdrawResponse struct {
	Withdrawer     string `protobuf:"bytes,1,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	WithdrawAmount string `protobuf:"bytes,2,opt,name=withdraw_amount,json=withdrawAmount,proto3" json:"withdraw_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgWithdrawResponse) Descriptor deprecated

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

Deprecated: Use MsgWithdrawResponse.ProtoReflect.Descriptor instead.

func (*MsgWithdrawResponse) GetWithdrawAmount

func (x *MsgWithdrawResponse) GetWithdrawAmount() string

func (*MsgWithdrawResponse) GetWithdrawer

func (x *MsgWithdrawResponse) GetWithdrawer() string

func (*MsgWithdrawResponse) ProtoMessage

func (*MsgWithdrawResponse) ProtoMessage()

func (*MsgWithdrawResponse) ProtoReflect

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

func (*MsgWithdrawResponse) Reset

func (x *MsgWithdrawResponse) Reset()

func (*MsgWithdrawResponse) String

func (x *MsgWithdrawResponse) String() string

type Params

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

Params defines the parameters for the gal module.

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

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 QueryActiveWithdrawalsRequest

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

QueryActiveWithdrawalsRequest is the request type for the Query/ActiveWithdrawals RPC method.

func (*QueryActiveWithdrawalsRequest) Descriptor deprecated

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

Deprecated: Use QueryActiveWithdrawalsRequest.ProtoReflect.Descriptor instead.

func (*QueryActiveWithdrawalsRequest) GetAddress

func (x *QueryActiveWithdrawalsRequest) GetAddress() string

func (*QueryActiveWithdrawalsRequest) GetZoneId

func (x *QueryActiveWithdrawalsRequest) GetZoneId() string

func (*QueryActiveWithdrawalsRequest) ProtoMessage

func (*QueryActiveWithdrawalsRequest) ProtoMessage()

func (*QueryActiveWithdrawalsRequest) ProtoReflect

func (*QueryActiveWithdrawalsRequest) Reset

func (x *QueryActiveWithdrawalsRequest) Reset()

func (*QueryActiveWithdrawalsRequest) String

type QueryActiveWithdrawalsResponse

type QueryActiveWithdrawalsResponse struct {
	Amount *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

QueryActiveWithdrawalsResponse is the response type for the Query/ActiveWithdrawals RPC method.

func (*QueryActiveWithdrawalsResponse) Descriptor deprecated

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

Deprecated: Use QueryActiveWithdrawalsResponse.ProtoReflect.Descriptor instead.

func (*QueryActiveWithdrawalsResponse) GetAmount

func (*QueryActiveWithdrawalsResponse) ProtoMessage

func (*QueryActiveWithdrawalsResponse) ProtoMessage()

func (*QueryActiveWithdrawalsResponse) ProtoReflect

func (*QueryActiveWithdrawalsResponse) Reset

func (x *QueryActiveWithdrawalsResponse) Reset()

func (*QueryActiveWithdrawalsResponse) String

type QueryClaimableAmountRequest

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

QueryClaimableAmountRequest is the request type for the Query/ClaimableAmount RPC method.

func (*QueryClaimableAmountRequest) Descriptor deprecated

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

Deprecated: Use QueryClaimableAmountRequest.ProtoReflect.Descriptor instead.

func (*QueryClaimableAmountRequest) GetAddress

func (x *QueryClaimableAmountRequest) GetAddress() string

func (*QueryClaimableAmountRequest) GetZoneId

func (x *QueryClaimableAmountRequest) GetZoneId() string

func (*QueryClaimableAmountRequest) ProtoMessage

func (*QueryClaimableAmountRequest) ProtoMessage()

func (*QueryClaimableAmountRequest) ProtoReflect

func (*QueryClaimableAmountRequest) Reset

func (x *QueryClaimableAmountRequest) Reset()

func (*QueryClaimableAmountRequest) String

func (x *QueryClaimableAmountRequest) String() string

type QueryClaimableAmountResponse

type QueryClaimableAmountResponse struct {
	Amount *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

QueryClaimableAmountResponse is the response type for the Query/ClaimableAmount RPC method.

func (*QueryClaimableAmountResponse) Descriptor deprecated

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

Deprecated: Use QueryClaimableAmountResponse.ProtoReflect.Descriptor instead.

func (*QueryClaimableAmountResponse) GetAmount

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

func (*QueryClaimableAmountResponse) ProtoMessage

func (*QueryClaimableAmountResponse) ProtoMessage()

func (*QueryClaimableAmountResponse) ProtoReflect

func (*QueryClaimableAmountResponse) Reset

func (x *QueryClaimableAmountResponse) Reset()

func (*QueryClaimableAmountResponse) String

type QueryClient

type QueryClient interface {
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	EstimateSnAsset(ctx context.Context, in *QueryEstimateSnAssetRequest, opts ...grpc.CallOption) (*QueryEstimateSnAssetResponse, error)
	ClaimableAmount(ctx context.Context, in *QueryClaimableAmountRequest, opts ...grpc.CallOption) (*QueryClaimableAmountResponse, error)
	DepositAmount(ctx context.Context, in *QueryDepositAmountRequest, opts ...grpc.CallOption) (*QueryDepositAmountResponse, error)
	PendingWithdrawals(ctx context.Context, in *QueryPendingWithdrawalsRequest, opts ...grpc.CallOption) (*QueryPendingWithdrawalsResponse, error)
	ActiveWithdrawals(ctx context.Context, in *QueryActiveWithdrawalsRequest, opts ...grpc.CallOption) (*QueryActiveWithdrawalsResponse, error)
	DepositRecords(ctx context.Context, in *QueryDepositRecordRequest, opts ...grpc.CallOption) (*QueryDepositRecordResponse, error)
	DelegateRecords(ctx context.Context, in *QueryDelegateRecordRequest, opts ...grpc.CallOption) (*QueryDelegateRecordResponse, error)
	UndelegateRecords(ctx context.Context, in *QueryUndelegateRecordRequest, opts ...grpc.CallOption) (*QueryUndelegateRecordResponse, error)
	WithdrawRecords(ctx context.Context, in *QueryWithdrawRecordRequest, opts ...grpc.CallOption) (*QueryWithdrawRecordResponse, error)
	DelegateVersion(ctx context.Context, in *QueryDelegateVersion, opts ...grpc.CallOption) (*QueryDelegateVersionResponse, error)
	UndelegateVersion(ctx context.Context, in *QueryUndelegateVersion, opts ...grpc.CallOption) (*QueryUndelegateVersionResponse, error)
	WithdrawVersion(ctx context.Context, in *QueryWithdrawVersion, opts ...grpc.CallOption) (*QueryWithdrawVersionResponse, error)
	DelegateCurrentVersion(ctx context.Context, in *QueryCurrentDelegateVersion, opts ...grpc.CallOption) (*QueryCurrentDelegateVersionResponse, error)
	UndelegateCurrentVersion(ctx context.Context, in *QueryCurrentUndelegateVersion, opts ...grpc.CallOption) (*QueryCurrentUndelegateVersionResponse, error)
	WithdrawCurrentVersion(ctx context.Context, in *QueryCurrentWithdrawVersion, opts ...grpc.CallOption) (*QueryCurrentWithdrawVersionResponse, error)
	TotalSnAssetSupply(ctx context.Context, in *QueryTotalSnAssetSupply, opts ...grpc.CallOption) (*QueryTotalSnAssetSupplyResponse, 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 QueryCurrentDelegateVersion added in v0.6.1

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

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

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

Deprecated: Use QueryCurrentDelegateVersion.ProtoReflect.Descriptor instead.

func (*QueryCurrentDelegateVersion) GetZoneId added in v0.6.1

func (x *QueryCurrentDelegateVersion) GetZoneId() string

func (*QueryCurrentDelegateVersion) ProtoMessage added in v0.6.1

func (*QueryCurrentDelegateVersion) ProtoMessage()

func (*QueryCurrentDelegateVersion) ProtoReflect added in v0.6.1

func (*QueryCurrentDelegateVersion) Reset added in v0.6.1

func (x *QueryCurrentDelegateVersion) Reset()

func (*QueryCurrentDelegateVersion) String added in v0.6.1

func (x *QueryCurrentDelegateVersion) String() string

type QueryCurrentDelegateVersionResponse added in v0.6.1

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

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

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

Deprecated: Use QueryCurrentDelegateVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryCurrentDelegateVersionResponse) GetVersion added in v0.6.1

func (*QueryCurrentDelegateVersionResponse) ProtoMessage added in v0.6.1

func (*QueryCurrentDelegateVersionResponse) ProtoMessage()

func (*QueryCurrentDelegateVersionResponse) ProtoReflect added in v0.6.1

func (*QueryCurrentDelegateVersionResponse) Reset added in v0.6.1

func (*QueryCurrentDelegateVersionResponse) String added in v0.6.1

type QueryCurrentUndelegateVersion added in v0.6.1

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

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

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

Deprecated: Use QueryCurrentUndelegateVersion.ProtoReflect.Descriptor instead.

func (*QueryCurrentUndelegateVersion) GetZoneId added in v0.6.1

func (x *QueryCurrentUndelegateVersion) GetZoneId() string

func (*QueryCurrentUndelegateVersion) ProtoMessage added in v0.6.1

func (*QueryCurrentUndelegateVersion) ProtoMessage()

func (*QueryCurrentUndelegateVersion) ProtoReflect added in v0.6.1

func (*QueryCurrentUndelegateVersion) Reset added in v0.6.1

func (x *QueryCurrentUndelegateVersion) Reset()

func (*QueryCurrentUndelegateVersion) String added in v0.6.1

type QueryCurrentUndelegateVersionResponse added in v0.6.1

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

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

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

Deprecated: Use QueryCurrentUndelegateVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryCurrentUndelegateVersionResponse) GetVersion added in v0.6.1

func (*QueryCurrentUndelegateVersionResponse) ProtoMessage added in v0.6.1

func (*QueryCurrentUndelegateVersionResponse) ProtoMessage()

func (*QueryCurrentUndelegateVersionResponse) ProtoReflect added in v0.6.1

func (*QueryCurrentUndelegateVersionResponse) Reset added in v0.6.1

func (*QueryCurrentUndelegateVersionResponse) String added in v0.6.1

type QueryCurrentWithdrawVersion added in v0.6.1

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

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

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

Deprecated: Use QueryCurrentWithdrawVersion.ProtoReflect.Descriptor instead.

func (*QueryCurrentWithdrawVersion) GetZoneId added in v0.6.1

func (x *QueryCurrentWithdrawVersion) GetZoneId() string

func (*QueryCurrentWithdrawVersion) ProtoMessage added in v0.6.1

func (*QueryCurrentWithdrawVersion) ProtoMessage()

func (*QueryCurrentWithdrawVersion) ProtoReflect added in v0.6.1

func (*QueryCurrentWithdrawVersion) Reset added in v0.6.1

func (x *QueryCurrentWithdrawVersion) Reset()

func (*QueryCurrentWithdrawVersion) String added in v0.6.1

func (x *QueryCurrentWithdrawVersion) String() string

type QueryCurrentWithdrawVersionResponse added in v0.6.1

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

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

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

Deprecated: Use QueryCurrentWithdrawVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryCurrentWithdrawVersionResponse) GetVersion added in v0.6.1

func (*QueryCurrentWithdrawVersionResponse) ProtoMessage added in v0.6.1

func (*QueryCurrentWithdrawVersionResponse) ProtoMessage()

func (*QueryCurrentWithdrawVersionResponse) ProtoReflect added in v0.6.1

func (*QueryCurrentWithdrawVersionResponse) Reset added in v0.6.1

func (*QueryCurrentWithdrawVersionResponse) String added in v0.6.1

type QueryDelegateRecordRequest added in v0.6.5

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

func (*QueryDelegateRecordRequest) Descriptor deprecated added in v0.6.5

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

Deprecated: Use QueryDelegateRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryDelegateRecordRequest) GetAddress added in v0.6.5

func (x *QueryDelegateRecordRequest) GetAddress() string

func (*QueryDelegateRecordRequest) GetZoneId added in v0.6.5

func (x *QueryDelegateRecordRequest) GetZoneId() string

func (*QueryDelegateRecordRequest) ProtoMessage added in v0.6.5

func (*QueryDelegateRecordRequest) ProtoMessage()

func (*QueryDelegateRecordRequest) ProtoReflect added in v0.6.5

func (*QueryDelegateRecordRequest) Reset added in v0.6.5

func (x *QueryDelegateRecordRequest) Reset()

func (*QueryDelegateRecordRequest) String added in v0.6.5

func (x *QueryDelegateRecordRequest) String() string

type QueryDelegateRecordResponse added in v0.6.5

type QueryDelegateRecordResponse struct {
	DelegateRecord *DelegateRecord `protobuf:"bytes,1,opt,name=delegateRecord,proto3" json:"delegateRecord,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryDelegateRecordResponse) Descriptor deprecated added in v0.6.5

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

Deprecated: Use QueryDelegateRecordResponse.ProtoReflect.Descriptor instead.

func (*QueryDelegateRecordResponse) GetDelegateRecord added in v0.6.5

func (x *QueryDelegateRecordResponse) GetDelegateRecord() *DelegateRecord

func (*QueryDelegateRecordResponse) ProtoMessage added in v0.6.5

func (*QueryDelegateRecordResponse) ProtoMessage()

func (*QueryDelegateRecordResponse) ProtoReflect added in v0.6.5

func (*QueryDelegateRecordResponse) Reset added in v0.6.5

func (x *QueryDelegateRecordResponse) Reset()

func (*QueryDelegateRecordResponse) String added in v0.6.5

func (x *QueryDelegateRecordResponse) String() string

type QueryDelegateVersion

type QueryDelegateVersion 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 (*QueryDelegateVersion) Descriptor deprecated

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

Deprecated: Use QueryDelegateVersion.ProtoReflect.Descriptor instead.

func (*QueryDelegateVersion) GetVersion added in v0.6.1

func (x *QueryDelegateVersion) GetVersion() uint64

func (*QueryDelegateVersion) GetZoneId

func (x *QueryDelegateVersion) GetZoneId() string

func (*QueryDelegateVersion) ProtoMessage

func (*QueryDelegateVersion) ProtoMessage()

func (*QueryDelegateVersion) ProtoReflect

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

func (*QueryDelegateVersion) Reset

func (x *QueryDelegateVersion) Reset()

func (*QueryDelegateVersion) String

func (x *QueryDelegateVersion) String() string

type QueryDelegateVersionResponse

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

func (*QueryDelegateVersionResponse) Descriptor deprecated

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

Deprecated: Use QueryDelegateVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryDelegateVersionResponse) GetVersionInfo added in v0.6.1

func (x *QueryDelegateVersionResponse) GetVersionInfo() *IBCTrace

func (*QueryDelegateVersionResponse) ProtoMessage

func (*QueryDelegateVersionResponse) ProtoMessage()

func (*QueryDelegateVersionResponse) ProtoReflect

func (*QueryDelegateVersionResponse) Reset

func (x *QueryDelegateVersionResponse) Reset()

func (*QueryDelegateVersionResponse) String

type QueryDepositAmountRequest

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

QueryDepositAmountRequest is the request type for the Query/DepositAmount RPC method.

func (*QueryDepositAmountRequest) Descriptor deprecated

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

Deprecated: Use QueryDepositAmountRequest.ProtoReflect.Descriptor instead.

func (*QueryDepositAmountRequest) GetAddress

func (x *QueryDepositAmountRequest) GetAddress() string

func (*QueryDepositAmountRequest) GetZoneId

func (x *QueryDepositAmountRequest) GetZoneId() string

func (*QueryDepositAmountRequest) ProtoMessage

func (*QueryDepositAmountRequest) ProtoMessage()

func (*QueryDepositAmountRequest) ProtoReflect

func (*QueryDepositAmountRequest) Reset

func (x *QueryDepositAmountRequest) Reset()

func (*QueryDepositAmountRequest) String

func (x *QueryDepositAmountRequest) String() string

type QueryDepositAmountResponse

type QueryDepositAmountResponse struct {
	Amount *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

QueryDepositAmountResponse is the response type for the Query/DepositAmount RPC method.

func (*QueryDepositAmountResponse) Descriptor deprecated

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

Deprecated: Use QueryDepositAmountResponse.ProtoReflect.Descriptor instead.

func (*QueryDepositAmountResponse) GetAmount

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

func (*QueryDepositAmountResponse) ProtoMessage

func (*QueryDepositAmountResponse) ProtoMessage()

func (*QueryDepositAmountResponse) ProtoReflect

func (*QueryDepositAmountResponse) Reset

func (x *QueryDepositAmountResponse) Reset()

func (*QueryDepositAmountResponse) String

func (x *QueryDepositAmountResponse) String() string

type QueryDepositRecordRequest

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

func (*QueryDepositRecordRequest) Descriptor deprecated

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

Deprecated: Use QueryDepositRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryDepositRecordRequest) GetAddress

func (x *QueryDepositRecordRequest) GetAddress() string

func (*QueryDepositRecordRequest) GetZoneId

func (x *QueryDepositRecordRequest) GetZoneId() string

func (*QueryDepositRecordRequest) ProtoMessage

func (*QueryDepositRecordRequest) ProtoMessage()

func (*QueryDepositRecordRequest) ProtoReflect

func (*QueryDepositRecordRequest) Reset

func (x *QueryDepositRecordRequest) Reset()

func (*QueryDepositRecordRequest) String

func (x *QueryDepositRecordRequest) String() string

type QueryDepositRecordResponse

type QueryDepositRecordResponse struct {
	DepositRecord *DepositRecord `protobuf:"bytes,1,opt,name=deposit_record,json=depositRecord,proto3" json:"deposit_record,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryDepositRecordResponse) Descriptor deprecated

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

Deprecated: Use QueryDepositRecordResponse.ProtoReflect.Descriptor instead.

func (*QueryDepositRecordResponse) GetDepositRecord

func (x *QueryDepositRecordResponse) GetDepositRecord() *DepositRecord

func (*QueryDepositRecordResponse) ProtoMessage

func (*QueryDepositRecordResponse) ProtoMessage()

func (*QueryDepositRecordResponse) ProtoReflect

func (*QueryDepositRecordResponse) Reset

func (x *QueryDepositRecordResponse) Reset()

func (*QueryDepositRecordResponse) String

func (x *QueryDepositRecordResponse) String() string

type QueryEstimateSnAssetRequest

type QueryEstimateSnAssetRequest struct {
	ZoneId string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Denom  string `protobuf:"bytes,3,opt,name=denom,proto3" json:"denom,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryEstimateSnAssetRequest) Descriptor deprecated

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

Deprecated: Use QueryEstimateSnAssetRequest.ProtoReflect.Descriptor instead.

func (*QueryEstimateSnAssetRequest) GetAmount

func (x *QueryEstimateSnAssetRequest) GetAmount() string

func (*QueryEstimateSnAssetRequest) GetDenom

func (x *QueryEstimateSnAssetRequest) GetDenom() string

func (*QueryEstimateSnAssetRequest) GetZoneId

func (x *QueryEstimateSnAssetRequest) GetZoneId() string

func (*QueryEstimateSnAssetRequest) ProtoMessage

func (*QueryEstimateSnAssetRequest) ProtoMessage()

func (*QueryEstimateSnAssetRequest) ProtoReflect

func (*QueryEstimateSnAssetRequest) Reset

func (x *QueryEstimateSnAssetRequest) Reset()

func (*QueryEstimateSnAssetRequest) String

func (x *QueryEstimateSnAssetRequest) String() string

type QueryEstimateSnAssetResponse

type QueryEstimateSnAssetResponse struct {
	Amount *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryEstimateSnAssetResponse) Descriptor deprecated

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

Deprecated: Use QueryEstimateSnAssetResponse.ProtoReflect.Descriptor instead.

func (*QueryEstimateSnAssetResponse) GetAmount

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

func (*QueryEstimateSnAssetResponse) ProtoMessage

func (*QueryEstimateSnAssetResponse) ProtoMessage()

func (*QueryEstimateSnAssetResponse) ProtoReflect

func (*QueryEstimateSnAssetResponse) Reset

func (x *QueryEstimateSnAssetResponse) Reset()

func (*QueryEstimateSnAssetResponse) String

type QueryParamsRequest

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

QueryParamsRequest is the request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor deprecated

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

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

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

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params defines the parameters of the module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is the response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor deprecated

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

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

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

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryPendingWithdrawalsRequest

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

QueryPendingWithdrawalsRequest is the request type for the Query/PendingWithdrawals RPC method.

func (*QueryPendingWithdrawalsRequest) Descriptor deprecated

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

Deprecated: Use QueryPendingWithdrawalsRequest.ProtoReflect.Descriptor instead.

func (*QueryPendingWithdrawalsRequest) GetAddress

func (x *QueryPendingWithdrawalsRequest) GetAddress() string

func (*QueryPendingWithdrawalsRequest) GetZoneId

func (x *QueryPendingWithdrawalsRequest) GetZoneId() string

func (*QueryPendingWithdrawalsRequest) ProtoMessage

func (*QueryPendingWithdrawalsRequest) ProtoMessage()

func (*QueryPendingWithdrawalsRequest) ProtoReflect

func (*QueryPendingWithdrawalsRequest) Reset

func (x *QueryPendingWithdrawalsRequest) Reset()

func (*QueryPendingWithdrawalsRequest) String

type QueryPendingWithdrawalsResponse

type QueryPendingWithdrawalsResponse struct {
	Amount *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

QueryPendingWithdrawalsResponse is the response type for the Query/PendingWithdrawals RPC method.

func (*QueryPendingWithdrawalsResponse) Descriptor deprecated

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

Deprecated: Use QueryPendingWithdrawalsResponse.ProtoReflect.Descriptor instead.

func (*QueryPendingWithdrawalsResponse) GetAmount

func (*QueryPendingWithdrawalsResponse) ProtoMessage

func (*QueryPendingWithdrawalsResponse) ProtoMessage()

func (*QueryPendingWithdrawalsResponse) ProtoReflect

func (*QueryPendingWithdrawalsResponse) Reset

func (*QueryPendingWithdrawalsResponse) String

type QueryServer

type QueryServer interface {
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	EstimateSnAsset(context.Context, *QueryEstimateSnAssetRequest) (*QueryEstimateSnAssetResponse, error)
	ClaimableAmount(context.Context, *QueryClaimableAmountRequest) (*QueryClaimableAmountResponse, error)
	DepositAmount(context.Context, *QueryDepositAmountRequest) (*QueryDepositAmountResponse, error)
	PendingWithdrawals(context.Context, *QueryPendingWithdrawalsRequest) (*QueryPendingWithdrawalsResponse, error)
	ActiveWithdrawals(context.Context, *QueryActiveWithdrawalsRequest) (*QueryActiveWithdrawalsResponse, error)
	DepositRecords(context.Context, *QueryDepositRecordRequest) (*QueryDepositRecordResponse, error)
	DelegateRecords(context.Context, *QueryDelegateRecordRequest) (*QueryDelegateRecordResponse, error)
	UndelegateRecords(context.Context, *QueryUndelegateRecordRequest) (*QueryUndelegateRecordResponse, error)
	WithdrawRecords(context.Context, *QueryWithdrawRecordRequest) (*QueryWithdrawRecordResponse, error)
	DelegateVersion(context.Context, *QueryDelegateVersion) (*QueryDelegateVersionResponse, error)
	UndelegateVersion(context.Context, *QueryUndelegateVersion) (*QueryUndelegateVersionResponse, error)
	WithdrawVersion(context.Context, *QueryWithdrawVersion) (*QueryWithdrawVersionResponse, error)
	DelegateCurrentVersion(context.Context, *QueryCurrentDelegateVersion) (*QueryCurrentDelegateVersionResponse, error)
	UndelegateCurrentVersion(context.Context, *QueryCurrentUndelegateVersion) (*QueryCurrentUndelegateVersionResponse, error)
	WithdrawCurrentVersion(context.Context, *QueryCurrentWithdrawVersion) (*QueryCurrentWithdrawVersionResponse, error)
	TotalSnAssetSupply(context.Context, *QueryTotalSnAssetSupply) (*QueryTotalSnAssetSupplyResponse, error)
	// contains filtered or unexported methods
}

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

type QueryTotalSnAssetSupply added in v0.6.7

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

func (*QueryTotalSnAssetSupply) Descriptor deprecated added in v0.6.7

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

Deprecated: Use QueryTotalSnAssetSupply.ProtoReflect.Descriptor instead.

func (*QueryTotalSnAssetSupply) GetZoneId added in v0.6.7

func (x *QueryTotalSnAssetSupply) GetZoneId() string

func (*QueryTotalSnAssetSupply) ProtoMessage added in v0.6.7

func (*QueryTotalSnAssetSupply) ProtoMessage()

func (*QueryTotalSnAssetSupply) ProtoReflect added in v0.6.7

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

func (*QueryTotalSnAssetSupply) Reset added in v0.6.7

func (x *QueryTotalSnAssetSupply) Reset()

func (*QueryTotalSnAssetSupply) String added in v0.6.7

func (x *QueryTotalSnAssetSupply) String() string

type QueryTotalSnAssetSupplyResponse added in v0.6.7

type QueryTotalSnAssetSupplyResponse struct {
	Amount *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryTotalSnAssetSupplyResponse) Descriptor deprecated added in v0.6.7

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

Deprecated: Use QueryTotalSnAssetSupplyResponse.ProtoReflect.Descriptor instead.

func (*QueryTotalSnAssetSupplyResponse) GetAmount added in v0.6.7

func (*QueryTotalSnAssetSupplyResponse) ProtoMessage added in v0.6.7

func (*QueryTotalSnAssetSupplyResponse) ProtoMessage()

func (*QueryTotalSnAssetSupplyResponse) ProtoReflect added in v0.6.7

func (*QueryTotalSnAssetSupplyResponse) Reset added in v0.6.7

func (*QueryTotalSnAssetSupplyResponse) String added in v0.6.7

type QueryUndelegateRecordRequest

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

func (*QueryUndelegateRecordRequest) Descriptor deprecated

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

Deprecated: Use QueryUndelegateRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryUndelegateRecordRequest) GetAddress

func (x *QueryUndelegateRecordRequest) GetAddress() string

func (*QueryUndelegateRecordRequest) GetZoneId

func (x *QueryUndelegateRecordRequest) GetZoneId() string

func (*QueryUndelegateRecordRequest) ProtoMessage

func (*QueryUndelegateRecordRequest) ProtoMessage()

func (*QueryUndelegateRecordRequest) ProtoReflect

func (*QueryUndelegateRecordRequest) Reset

func (x *QueryUndelegateRecordRequest) Reset()

func (*QueryUndelegateRecordRequest) String

type QueryUndelegateRecordResponse

type QueryUndelegateRecordResponse struct {
	UndelegateRecord *UndelegateRecord `protobuf:"bytes,1,opt,name=undelegate_record,json=undelegateRecord,proto3" json:"undelegate_record,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryUndelegateRecordResponse) Descriptor deprecated

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

Deprecated: Use QueryUndelegateRecordResponse.ProtoReflect.Descriptor instead.

func (*QueryUndelegateRecordResponse) GetUndelegateRecord

func (x *QueryUndelegateRecordResponse) GetUndelegateRecord() *UndelegateRecord

func (*QueryUndelegateRecordResponse) ProtoMessage

func (*QueryUndelegateRecordResponse) ProtoMessage()

func (*QueryUndelegateRecordResponse) ProtoReflect

func (*QueryUndelegateRecordResponse) Reset

func (x *QueryUndelegateRecordResponse) Reset()

func (*QueryUndelegateRecordResponse) String

type QueryUndelegateVersion

type QueryUndelegateVersion 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 (*QueryUndelegateVersion) Descriptor deprecated

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

Deprecated: Use QueryUndelegateVersion.ProtoReflect.Descriptor instead.

func (*QueryUndelegateVersion) GetVersion added in v0.6.1

func (x *QueryUndelegateVersion) GetVersion() uint64

func (*QueryUndelegateVersion) GetZoneId

func (x *QueryUndelegateVersion) GetZoneId() string

func (*QueryUndelegateVersion) ProtoMessage

func (*QueryUndelegateVersion) ProtoMessage()

func (*QueryUndelegateVersion) ProtoReflect

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

func (*QueryUndelegateVersion) Reset

func (x *QueryUndelegateVersion) Reset()

func (*QueryUndelegateVersion) String

func (x *QueryUndelegateVersion) String() string

type QueryUndelegateVersionResponse

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

func (*QueryUndelegateVersionResponse) Descriptor deprecated

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

Deprecated: Use QueryUndelegateVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryUndelegateVersionResponse) GetVersionInfo added in v0.6.1

func (x *QueryUndelegateVersionResponse) GetVersionInfo() *IBCTrace

func (*QueryUndelegateVersionResponse) ProtoMessage

func (*QueryUndelegateVersionResponse) ProtoMessage()

func (*QueryUndelegateVersionResponse) ProtoReflect

func (*QueryUndelegateVersionResponse) Reset

func (x *QueryUndelegateVersionResponse) Reset()

func (*QueryUndelegateVersionResponse) String

type QueryWithdrawRecordRequest

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

func (*QueryWithdrawRecordRequest) Descriptor deprecated

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

Deprecated: Use QueryWithdrawRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryWithdrawRecordRequest) GetAddress

func (x *QueryWithdrawRecordRequest) GetAddress() string

func (*QueryWithdrawRecordRequest) GetZoneId

func (x *QueryWithdrawRecordRequest) GetZoneId() string

func (*QueryWithdrawRecordRequest) ProtoMessage

func (*QueryWithdrawRecordRequest) ProtoMessage()

func (*QueryWithdrawRecordRequest) ProtoReflect

func (*QueryWithdrawRecordRequest) Reset

func (x *QueryWithdrawRecordRequest) Reset()

func (*QueryWithdrawRecordRequest) String

func (x *QueryWithdrawRecordRequest) String() string

type QueryWithdrawRecordResponse

type QueryWithdrawRecordResponse struct {
	WithdrawRecord *WithdrawRecord `protobuf:"bytes,1,opt,name=withdraw_record,json=withdrawRecord,proto3" json:"withdraw_record,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryWithdrawRecordResponse) Descriptor deprecated

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

Deprecated: Use QueryWithdrawRecordResponse.ProtoReflect.Descriptor instead.

func (*QueryWithdrawRecordResponse) GetWithdrawRecord

func (x *QueryWithdrawRecordResponse) GetWithdrawRecord() *WithdrawRecord

func (*QueryWithdrawRecordResponse) ProtoMessage

func (*QueryWithdrawRecordResponse) ProtoMessage()

func (*QueryWithdrawRecordResponse) ProtoReflect

func (*QueryWithdrawRecordResponse) Reset

func (x *QueryWithdrawRecordResponse) Reset()

func (*QueryWithdrawRecordResponse) String

func (x *QueryWithdrawRecordResponse) String() string

type QueryWithdrawVersion

type QueryWithdrawVersion 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 (*QueryWithdrawVersion) Descriptor deprecated

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

Deprecated: Use QueryWithdrawVersion.ProtoReflect.Descriptor instead.

func (*QueryWithdrawVersion) GetVersion added in v0.6.1

func (x *QueryWithdrawVersion) GetVersion() uint64

func (*QueryWithdrawVersion) GetZoneId

func (x *QueryWithdrawVersion) GetZoneId() string

func (*QueryWithdrawVersion) ProtoMessage

func (*QueryWithdrawVersion) ProtoMessage()

func (*QueryWithdrawVersion) ProtoReflect

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

func (*QueryWithdrawVersion) Reset

func (x *QueryWithdrawVersion) Reset()

func (*QueryWithdrawVersion) String

func (x *QueryWithdrawVersion) String() string

type QueryWithdrawVersionResponse

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

func (*QueryWithdrawVersionResponse) Descriptor deprecated

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

Deprecated: Use QueryWithdrawVersionResponse.ProtoReflect.Descriptor instead.

func (*QueryWithdrawVersionResponse) GetVersionInfo added in v0.6.1

func (x *QueryWithdrawVersionResponse) GetVersionInfo() *IBCTrace

func (*QueryWithdrawVersionResponse) ProtoMessage

func (*QueryWithdrawVersionResponse) ProtoMessage()

func (*QueryWithdrawVersionResponse) ProtoReflect

func (*QueryWithdrawVersionResponse) Reset

func (x *QueryWithdrawVersionResponse) Reset()

func (*QueryWithdrawVersionResponse) String

type RecordInfo

type RecordInfo struct {
	ZoneId          string        `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	DelegateTrace   *VersionState `protobuf:"bytes,2,opt,name=delegate_trace,json=delegateTrace,proto3" json:"delegate_trace,omitempty"`
	UndelegateTrace *VersionState `protobuf:"bytes,3,opt,name=undelegate_trace,json=undelegateTrace,proto3" json:"undelegate_trace,omitempty"`
	WithdrawTrace   *VersionState `protobuf:"bytes,4,opt,name=withdraw_trace,json=withdrawTrace,proto3" json:"withdraw_trace,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordInfo) Descriptor deprecated

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

Deprecated: Use RecordInfo.ProtoReflect.Descriptor instead.

func (*RecordInfo) GetDelegateTrace

func (x *RecordInfo) GetDelegateTrace() *VersionState

func (*RecordInfo) GetUndelegateTrace

func (x *RecordInfo) GetUndelegateTrace() *VersionState

func (*RecordInfo) GetWithdrawTrace

func (x *RecordInfo) GetWithdrawTrace() *VersionState

func (*RecordInfo) GetZoneId

func (x *RecordInfo) GetZoneId() string

func (*RecordInfo) ProtoMessage

func (*RecordInfo) ProtoMessage()

func (*RecordInfo) ProtoReflect

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

func (*RecordInfo) Reset

func (x *RecordInfo) Reset()

func (*RecordInfo) String

func (x *RecordInfo) String() string

type UndelegateRecord

type UndelegateRecord struct {
	ZoneId    string                     `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Delegator string                     `protobuf:"bytes,2,opt,name=delegator,proto3" json:"delegator,omitempty"`
	Records   []*UndelegateRecordContent `protobuf:"bytes,3,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*UndelegateRecord) Descriptor deprecated

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

Deprecated: Use UndelegateRecord.ProtoReflect.Descriptor instead.

func (*UndelegateRecord) GetDelegator

func (x *UndelegateRecord) GetDelegator() string

func (*UndelegateRecord) GetRecords

func (x *UndelegateRecord) GetRecords() []*UndelegateRecordContent

func (*UndelegateRecord) GetZoneId

func (x *UndelegateRecord) GetZoneId() string

func (*UndelegateRecord) ProtoMessage

func (*UndelegateRecord) ProtoMessage()

func (*UndelegateRecord) ProtoReflect

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

func (*UndelegateRecord) Reset

func (x *UndelegateRecord) Reset()

func (*UndelegateRecord) String

func (x *UndelegateRecord) String() string

type UndelegateRecordContent

type UndelegateRecordContent struct {
	Withdrawer        string        `protobuf:"bytes,1,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	SnAssetAmount     *v1beta1.Coin `protobuf:"bytes,2,opt,name=sn_asset_amount,json=snAssetAmount,proto3" json:"sn_asset_amount,omitempty"`
	WithdrawAmount    string        `protobuf:"bytes,3,opt,name=withdraw_amount,json=withdrawAmount,proto3" json:"withdraw_amount,omitempty"`
	State             int64         `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	OracleVersion     uint64        `protobuf:"varint,5,opt,name=oracle_version,json=oracleVersion,proto3" json:"oracle_version,omitempty"`
	UndelegateVersion uint64        `protobuf:"varint,6,opt,name=undelegate_version,json=undelegateVersion,proto3" json:"undelegate_version,omitempty"`
	// contains filtered or unexported fields
}

func (*UndelegateRecordContent) Descriptor deprecated

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

Deprecated: Use UndelegateRecordContent.ProtoReflect.Descriptor instead.

func (*UndelegateRecordContent) GetOracleVersion

func (x *UndelegateRecordContent) GetOracleVersion() uint64

func (*UndelegateRecordContent) GetSnAssetAmount

func (x *UndelegateRecordContent) GetSnAssetAmount() *v1beta1.Coin

func (*UndelegateRecordContent) GetState

func (x *UndelegateRecordContent) GetState() int64

func (*UndelegateRecordContent) GetUndelegateVersion

func (x *UndelegateRecordContent) GetUndelegateVersion() uint64

func (*UndelegateRecordContent) GetWithdrawAmount

func (x *UndelegateRecordContent) GetWithdrawAmount() string

func (*UndelegateRecordContent) GetWithdrawer

func (x *UndelegateRecordContent) GetWithdrawer() string

func (*UndelegateRecordContent) ProtoMessage

func (*UndelegateRecordContent) ProtoMessage()

func (*UndelegateRecordContent) ProtoReflect

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

func (*UndelegateRecordContent) Reset

func (x *UndelegateRecordContent) Reset()

func (*UndelegateRecordContent) String

func (x *UndelegateRecordContent) String() string

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) ClaimSnAsset

func (UnimplementedMsgServer) Delegate

func (UnimplementedMsgServer) Deposit

func (UnimplementedMsgServer) IcaWithdraw

func (UnimplementedMsgServer) Undelegate

func (UnimplementedMsgServer) Withdraw

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) DelegateCurrentVersion added in v0.6.1

func (UnimplementedQueryServer) DelegateRecords added in v0.6.5

func (UnimplementedQueryServer) Params

func (UnimplementedQueryServer) TotalSnAssetSupply added in v0.6.7

func (UnimplementedQueryServer) UndelegateCurrentVersion added in v0.6.1

func (UnimplementedQueryServer) WithdrawCurrentVersion added in v0.6.1

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 WithdrawInfo

type WithdrawInfo struct {
	Address        string                 `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Denom          string                 `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"`
	Amount         int64                  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	CompletionTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=completion_time,json=completionTime,proto3" json:"completion_time,omitempty"`
	// contains filtered or unexported fields
}

func (*WithdrawInfo) Descriptor deprecated

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

Deprecated: Use WithdrawInfo.ProtoReflect.Descriptor instead.

func (*WithdrawInfo) GetAddress

func (x *WithdrawInfo) GetAddress() string

func (*WithdrawInfo) GetAmount

func (x *WithdrawInfo) GetAmount() int64

func (*WithdrawInfo) GetCompletionTime

func (x *WithdrawInfo) GetCompletionTime() *timestamppb.Timestamp

func (*WithdrawInfo) GetDenom

func (x *WithdrawInfo) GetDenom() string

func (*WithdrawInfo) ProtoMessage

func (*WithdrawInfo) ProtoMessage()

func (*WithdrawInfo) ProtoReflect

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

func (*WithdrawInfo) Reset

func (x *WithdrawInfo) Reset()

func (*WithdrawInfo) String

func (x *WithdrawInfo) String() string

type WithdrawRecord

type WithdrawRecord struct {
	ZoneId     string                            `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	Withdrawer string                            `protobuf:"bytes,2,opt,name=withdrawer,proto3" json:"withdrawer,omitempty"`
	Records    map[uint64]*WithdrawRecordContent `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WithdrawRecord) Descriptor deprecated

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

Deprecated: Use WithdrawRecord.ProtoReflect.Descriptor instead.

func (*WithdrawRecord) GetRecords

func (x *WithdrawRecord) GetRecords() map[uint64]*WithdrawRecordContent

func (*WithdrawRecord) GetWithdrawer

func (x *WithdrawRecord) GetWithdrawer() string

func (*WithdrawRecord) GetZoneId

func (x *WithdrawRecord) GetZoneId() string

func (*WithdrawRecord) ProtoMessage

func (*WithdrawRecord) ProtoMessage()

func (*WithdrawRecord) ProtoReflect

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

func (*WithdrawRecord) Reset

func (x *WithdrawRecord) Reset()

func (*WithdrawRecord) String

func (x *WithdrawRecord) String() string

type WithdrawRecordContent

type WithdrawRecordContent struct {
	Amount          string                 `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	UnstakingAmount *v1beta1.Coin          `protobuf:"bytes,2,opt,name=unstaking_amount,json=unstakingAmount,proto3" json:"unstaking_amount,omitempty"`
	State           int64                  `protobuf:"varint,3,opt,name=state,proto3" json:"state,omitempty"`
	OracleVersion   int64                  `protobuf:"varint,4,opt,name=oracle_version,json=oracleVersion,proto3" json:"oracle_version,omitempty"`
	WithdrawVersion uint64                 `protobuf:"varint,5,opt,name=withdraw_version,json=withdrawVersion,proto3" json:"withdraw_version,omitempty"`
	CompletionTime  *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=completion_time,json=completionTime,proto3" json:"completion_time,omitempty"`
	// contains filtered or unexported fields
}

func (*WithdrawRecordContent) Descriptor deprecated

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

Deprecated: Use WithdrawRecordContent.ProtoReflect.Descriptor instead.

func (*WithdrawRecordContent) GetAmount

func (x *WithdrawRecordContent) GetAmount() string

func (*WithdrawRecordContent) GetCompletionTime

func (x *WithdrawRecordContent) GetCompletionTime() *timestamppb.Timestamp

func (*WithdrawRecordContent) GetOracleVersion

func (x *WithdrawRecordContent) GetOracleVersion() int64

func (*WithdrawRecordContent) GetState

func (x *WithdrawRecordContent) GetState() int64

func (*WithdrawRecordContent) GetUnstakingAmount added in v0.6.5

func (x *WithdrawRecordContent) GetUnstakingAmount() *v1beta1.Coin

func (*WithdrawRecordContent) GetWithdrawVersion

func (x *WithdrawRecordContent) GetWithdrawVersion() uint64

func (*WithdrawRecordContent) ProtoMessage

func (*WithdrawRecordContent) ProtoMessage()

func (*WithdrawRecordContent) ProtoReflect

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

func (*WithdrawRecordContent) Reset

func (x *WithdrawRecordContent) Reset()

func (*WithdrawRecordContent) String

func (x *WithdrawRecordContent) String() string

Jump to

Keyboard shortcuts

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