galv1

package
v0.0.0-...-891b8cb Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2022 License: MIT 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.

Index

Constants

This section is empty.

Variables

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_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: "PendingUndelegateRecord",
			Handler:    _Msg_PendingUndelegateRecord_Handler,
		},
		{
			MethodName: "Withdraw",
			Handler:    _Msg_Withdraw_Handler,
		},
		{
			MethodName: "ClaimSnAsset",
			Handler:    _Msg_ClaimSnAsset_Handler,
		},
		{
			MethodName: "PendingWithdraw",
			Handler:    _Msg_PendingWithdraw_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: "Share",
			Handler:    _Query_Share_Handler,
		},
		{
			MethodName: "DepositHistory",
			Handler:    _Query_DepositHistory_Handler,
		},
		{
			MethodName: "UndelegateHistory",
			Handler:    _Query_UndelegateHistory_Handler,
		},
		{
			MethodName: "WithdrawHistory",
			Handler:    _Query_WithdrawHistory_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 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"`
	Address string                  `protobuf:"bytes,2,opt,name=address,proto3" json:"address,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) GetAddress

func (x *DepositRecord) GetAddress() 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 {
	Amount      *v1beta1.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	BlockHeight int64         `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,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) GetBlockHeight

func (x *DepositRecordContent) GetBlockHeight() int64

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 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"`
	// 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) 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 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"`
	TransferPortId    string `protobuf:"bytes,3,opt,name=transfer_port_id,json=transferPortId,proto3" json:"transfer_port_id,omitempty"`
	TransferChannelId string `protobuf:"bytes,4,opt,name=transfer_channel_id,json=transferChannelId,proto3" json:"transfer_channel_id,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) GetTransferChannelId

func (x *MsgClaimSnAsset) GetTransferChannelId() string

func (*MsgClaimSnAsset) GetTransferPortId

func (x *MsgClaimSnAsset) GetTransferPortId() 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)
	PendingUndelegateRecord(ctx context.Context, in *MsgPendingUndelegateRecord, opts ...grpc.CallOption) (*MsgPendingUndelegateRecordResponse, error)
	Withdraw(ctx context.Context, in *MsgWithdraw, opts ...grpc.CallOption) (*MsgWithdrawResponse, error)
	ClaimSnAsset(ctx context.Context, in *MsgClaimSnAsset, opts ...grpc.CallOption) (*MsgClaimSnAssetResponse, error)
	PendingWithdraw(ctx context.Context, in *MsgPendingWithdraw, opts ...grpc.CallOption) (*MsgPendingWithdrawResponse, 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"`
	TransferPortId    string `protobuf:"bytes,3,opt,name=transfer_port_id,json=transferPortId,proto3" json:"transfer_port_id,omitempty"`
	TransferChannelId string `protobuf:"bytes,4,opt,name=transfer_channel_id,json=transferChannelId,proto3" json:"transfer_channel_id,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) GetTransferChannelId

func (x *MsgDelegate) GetTransferChannelId() string

func (*MsgDelegate) GetTransferPortId

func (x *MsgDelegate) GetTransferPortId() string

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 {
	Depositor         string        `protobuf:"bytes,1,opt,name=depositor,proto3" json:"depositor,omitempty"`
	Amount            *v1beta1.Coin `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	ZoneId            string        `protobuf:"bytes,3,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	TransferPortId    string        `protobuf:"bytes,4,opt,name=transfer_port_id,json=transferPortId,proto3" json:"transfer_port_id,omitempty"`
	TransferChannelId string        `protobuf:"bytes,5,opt,name=transfer_channel_id,json=transferChannelId,proto3" json:"transfer_channel_id,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) GetDepositor

func (x *MsgDeposit) GetDepositor() string

func (*MsgDeposit) GetTransferChannelId

func (x *MsgDeposit) GetTransferChannelId() string

func (*MsgDeposit) GetTransferPortId

func (x *MsgDeposit) GetTransferPortId() 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"`
	DepositedAmount *v1beta1.Coin `protobuf:"bytes,2,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) 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 MsgPendingUndelegateRecord

type MsgPendingUndelegateRecord 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"`
	Amount    *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

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

func (*MsgPendingUndelegateRecord) Descriptor deprecated

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

Deprecated: Use MsgPendingUndelegateRecord.ProtoReflect.Descriptor instead.

func (*MsgPendingUndelegateRecord) GetAmount

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

func (*MsgPendingUndelegateRecord) GetDepositor

func (x *MsgPendingUndelegateRecord) GetDepositor() string

func (*MsgPendingUndelegateRecord) GetZoneId

func (x *MsgPendingUndelegateRecord) GetZoneId() string

func (*MsgPendingUndelegateRecord) ProtoMessage

func (*MsgPendingUndelegateRecord) ProtoMessage()

func (*MsgPendingUndelegateRecord) ProtoReflect

func (*MsgPendingUndelegateRecord) Reset

func (x *MsgPendingUndelegateRecord) Reset()

func (*MsgPendingUndelegateRecord) String

func (x *MsgPendingUndelegateRecord) String() string

type MsgPendingUndelegateRecordResponse

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

func (*MsgPendingUndelegateRecordResponse) Descriptor deprecated

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

Deprecated: Use MsgPendingUndelegateRecordResponse.ProtoReflect.Descriptor instead.

func (*MsgPendingUndelegateRecordResponse) GetAmount

func (*MsgPendingUndelegateRecordResponse) GetUser

func (*MsgPendingUndelegateRecordResponse) GetZoneId

func (*MsgPendingUndelegateRecordResponse) ProtoMessage

func (*MsgPendingUndelegateRecordResponse) ProtoMessage()

func (*MsgPendingUndelegateRecordResponse) ProtoReflect

func (*MsgPendingUndelegateRecordResponse) Reset

func (*MsgPendingUndelegateRecordResponse) String

type MsgPendingWithdraw

type MsgPendingWithdraw struct {
	ZoneId             string                 `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	DaomodifierAddress string                 `protobuf:"bytes,2,opt,name=daomodifier_address,json=daomodifierAddress,proto3" json:"daomodifier_address,omitempty"`
	TransferPortId     string                 `protobuf:"bytes,3,opt,name=transfer_port_id,json=transferPortId,proto3" json:"transfer_port_id,omitempty"`
	TransferChannelId  string                 `protobuf:"bytes,4,opt,name=transfer_channel_id,json=transferChannelId,proto3" json:"transfer_channel_id,omitempty"`
	ChainTime          *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=chain_time,json=chainTime,proto3" json:"chain_time,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgPendingWithdraw) Descriptor deprecated

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

Deprecated: Use MsgPendingWithdraw.ProtoReflect.Descriptor instead.

func (*MsgPendingWithdraw) GetChainTime

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

func (*MsgPendingWithdraw) GetDaomodifierAddress

func (x *MsgPendingWithdraw) GetDaomodifierAddress() string

func (*MsgPendingWithdraw) GetTransferChannelId

func (x *MsgPendingWithdraw) GetTransferChannelId() string

func (*MsgPendingWithdraw) GetTransferPortId

func (x *MsgPendingWithdraw) GetTransferPortId() string

func (*MsgPendingWithdraw) GetZoneId

func (x *MsgPendingWithdraw) GetZoneId() string

func (*MsgPendingWithdraw) ProtoMessage

func (*MsgPendingWithdraw) ProtoMessage()

func (*MsgPendingWithdraw) ProtoReflect

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

func (*MsgPendingWithdraw) Reset

func (x *MsgPendingWithdraw) Reset()

func (*MsgPendingWithdraw) String

func (x *MsgPendingWithdraw) String() string

type MsgPendingWithdrawResponse

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

func (*MsgPendingWithdrawResponse) Descriptor deprecated

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

Deprecated: Use MsgPendingWithdrawResponse.ProtoReflect.Descriptor instead.

func (*MsgPendingWithdrawResponse) ProtoMessage

func (*MsgPendingWithdrawResponse) ProtoMessage()

func (*MsgPendingWithdrawResponse) ProtoReflect

func (*MsgPendingWithdrawResponse) Reset

func (x *MsgPendingWithdrawResponse) Reset()

func (*MsgPendingWithdrawResponse) String

func (x *MsgPendingWithdrawResponse) String() 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"`
	// 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) 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"`
	UndelegatedAmount *v1beta1.Coin `protobuf:"bytes,2,opt,name=undelegated_amount,json=undelegatedAmount,proto3" json:"undelegated_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUndelegateResponse) Descriptor deprecated

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

Deprecated: Use MsgUndelegateResponse.ProtoReflect.Descriptor instead.

func (*MsgUndelegateResponse) GetUndelegatedAmount

func (x *MsgUndelegateResponse) GetUndelegatedAmount() *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"`
	Recipient            string `protobuf:"bytes,3,opt,name=recipient,proto3" json:"recipient,omitempty"`
	IcaTransferPortId    string `protobuf:"bytes,4,opt,name=ica_transfer_port_id,json=icaTransferPortId,proto3" json:"ica_transfer_port_id,omitempty"`
	IcaTransferChannelId string `protobuf:"bytes,5,opt,name=ica_transfer_channel_id,json=icaTransferChannelId,proto3" json:"ica_transfer_channel_id,omitempty"`
	// 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) GetIcaTransferChannelId

func (x *MsgWithdraw) GetIcaTransferChannelId() string

func (*MsgWithdraw) GetIcaTransferPortId

func (x *MsgWithdraw) GetIcaTransferPortId() string

func (*MsgWithdraw) GetRecipient

func (x *MsgWithdraw) GetRecipient() string

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 *v1beta1.Coin `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() *v1beta1.Coin

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 {

	// white-listed tokens in nova
	WhiteListedTokenDenoms map[string]string `` /* 219-byte string literal not displayed */
	// expected blocks per year
	BlocksPerYear uint64 `protobuf:"varint,2,opt,name=blocks_per_year,json=blocksPerYear,proto3" json:"blocks_per_year,omitempty"`
	// 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) GetBlocksPerYear

func (x *Params) GetBlocksPerYear() uint64

func (*Params) GetWhiteListedTokenDenoms

func (x *Params) GetWhiteListedTokenDenoms() map[string]string

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

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

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type QueryAllSharesRequest

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

func (*QueryAllSharesRequest) Descriptor deprecated

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

Deprecated: Use QueryAllSharesRequest.ProtoReflect.Descriptor instead.

func (*QueryAllSharesRequest) GetAddress

func (x *QueryAllSharesRequest) GetAddress() string

func (*QueryAllSharesRequest) ProtoMessage

func (*QueryAllSharesRequest) ProtoMessage()

func (*QueryAllSharesRequest) ProtoReflect

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

func (*QueryAllSharesRequest) Reset

func (x *QueryAllSharesRequest) Reset()

func (*QueryAllSharesRequest) String

func (x *QueryAllSharesRequest) String() string

type QueryCacheDepositAmountRequest

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

QuerySharesRequest defines request form to query balance of snToken with address.

func (*QueryCacheDepositAmountRequest) Descriptor deprecated

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

Deprecated: Use QueryCacheDepositAmountRequest.ProtoReflect.Descriptor instead.

func (*QueryCacheDepositAmountRequest) GetAddress

func (x *QueryCacheDepositAmountRequest) GetAddress() string

func (*QueryCacheDepositAmountRequest) GetDenom

func (x *QueryCacheDepositAmountRequest) GetDenom() string

func (*QueryCacheDepositAmountRequest) ProtoMessage

func (*QueryCacheDepositAmountRequest) ProtoMessage()

func (*QueryCacheDepositAmountRequest) ProtoReflect

func (*QueryCacheDepositAmountRequest) Reset

func (x *QueryCacheDepositAmountRequest) Reset()

func (*QueryCacheDepositAmountRequest) String

type QueryCachedDepositAmountResponse

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

QuerySharesResponse defines response of QueryBalanceRequest.

func (*QueryCachedDepositAmountResponse) Descriptor deprecated

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

Deprecated: Use QueryCachedDepositAmountResponse.ProtoReflect.Descriptor instead.

func (*QueryCachedDepositAmountResponse) GetAddress

func (x *QueryCachedDepositAmountResponse) GetAddress() string

func (*QueryCachedDepositAmountResponse) GetAmount

func (*QueryCachedDepositAmountResponse) ProtoMessage

func (*QueryCachedDepositAmountResponse) ProtoMessage()

func (*QueryCachedDepositAmountResponse) ProtoReflect

func (*QueryCachedDepositAmountResponse) Reset

func (*QueryCachedDepositAmountResponse) String

type QueryClient

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 QueryDepositHistoryRequest

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

func (*QueryDepositHistoryRequest) Descriptor deprecated

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

Deprecated: Use QueryDepositHistoryRequest.ProtoReflect.Descriptor instead.

func (*QueryDepositHistoryRequest) GetAddress

func (x *QueryDepositHistoryRequest) GetAddress() string

func (*QueryDepositHistoryRequest) GetDenom

func (x *QueryDepositHistoryRequest) GetDenom() string

func (*QueryDepositHistoryRequest) ProtoMessage

func (*QueryDepositHistoryRequest) ProtoMessage()

func (*QueryDepositHistoryRequest) ProtoReflect

func (*QueryDepositHistoryRequest) Reset

func (x *QueryDepositHistoryRequest) Reset()

func (*QueryDepositHistoryRequest) String

func (x *QueryDepositHistoryRequest) String() string

type QueryDepositHistoryResponse

type QueryDepositHistoryResponse struct {
	Address string          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Amount  []*v1beta1.Coin `protobuf:"bytes,2,rep,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryDepositHistoryResponse) Descriptor deprecated

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

Deprecated: Use QueryDepositHistoryResponse.ProtoReflect.Descriptor instead.

func (*QueryDepositHistoryResponse) GetAddress

func (x *QueryDepositHistoryResponse) GetAddress() string

func (*QueryDepositHistoryResponse) GetAmount

func (x *QueryDepositHistoryResponse) GetAmount() []*v1beta1.Coin

func (*QueryDepositHistoryResponse) ProtoMessage

func (*QueryDepositHistoryResponse) ProtoMessage()

func (*QueryDepositHistoryResponse) ProtoReflect

func (*QueryDepositHistoryResponse) Reset

func (x *QueryDepositHistoryResponse) Reset()

func (*QueryDepositHistoryResponse) String

func (x *QueryDepositHistoryResponse) String() string

type QueryParamsRequest

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

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

func (*QueryParamsRequest) Descriptor deprecated

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

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

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

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

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

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

func (*QueryParamsResponse) Descriptor deprecated

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

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

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

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryServer

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

type QueryUndelegateHistoryRequest

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

func (*QueryUndelegateHistoryRequest) Descriptor deprecated

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

Deprecated: Use QueryUndelegateHistoryRequest.ProtoReflect.Descriptor instead.

func (*QueryUndelegateHistoryRequest) GetAddress

func (x *QueryUndelegateHistoryRequest) GetAddress() string

func (*QueryUndelegateHistoryRequest) GetDenom

func (x *QueryUndelegateHistoryRequest) GetDenom() string

func (*QueryUndelegateHistoryRequest) ProtoMessage

func (*QueryUndelegateHistoryRequest) ProtoMessage()

func (*QueryUndelegateHistoryRequest) ProtoReflect

func (*QueryUndelegateHistoryRequest) Reset

func (x *QueryUndelegateHistoryRequest) Reset()

func (*QueryUndelegateHistoryRequest) String

type QueryUndelegateHistoryResponse

type QueryUndelegateHistoryResponse struct {
	Address string          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Amount  []*v1beta1.Coin `protobuf:"bytes,2,rep,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryUndelegateHistoryResponse) Descriptor deprecated

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

Deprecated: Use QueryUndelegateHistoryResponse.ProtoReflect.Descriptor instead.

func (*QueryUndelegateHistoryResponse) GetAddress

func (x *QueryUndelegateHistoryResponse) GetAddress() string

func (*QueryUndelegateHistoryResponse) GetAmount

func (x *QueryUndelegateHistoryResponse) GetAmount() []*v1beta1.Coin

func (*QueryUndelegateHistoryResponse) ProtoMessage

func (*QueryUndelegateHistoryResponse) ProtoMessage()

func (*QueryUndelegateHistoryResponse) ProtoReflect

func (*QueryUndelegateHistoryResponse) Reset

func (x *QueryUndelegateHistoryResponse) Reset()

func (*QueryUndelegateHistoryResponse) String

type QueryWithdrawHistoryRequest

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

func (*QueryWithdrawHistoryRequest) Descriptor deprecated

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

Deprecated: Use QueryWithdrawHistoryRequest.ProtoReflect.Descriptor instead.

func (*QueryWithdrawHistoryRequest) GetAddress

func (x *QueryWithdrawHistoryRequest) GetAddress() string

func (*QueryWithdrawHistoryRequest) GetDenom

func (x *QueryWithdrawHistoryRequest) GetDenom() string

func (*QueryWithdrawHistoryRequest) ProtoMessage

func (*QueryWithdrawHistoryRequest) ProtoMessage()

func (*QueryWithdrawHistoryRequest) ProtoReflect

func (*QueryWithdrawHistoryRequest) Reset

func (x *QueryWithdrawHistoryRequest) Reset()

func (*QueryWithdrawHistoryRequest) String

func (x *QueryWithdrawHistoryRequest) String() string

type QueryWithdrawHistoryResponse

type QueryWithdrawHistoryResponse struct {
	Address string          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Amount  []*v1beta1.Coin `protobuf:"bytes,2,rep,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryWithdrawHistoryResponse) Descriptor deprecated

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

Deprecated: Use QueryWithdrawHistoryResponse.ProtoReflect.Descriptor instead.

func (*QueryWithdrawHistoryResponse) GetAddress

func (x *QueryWithdrawHistoryResponse) GetAddress() string

func (*QueryWithdrawHistoryResponse) GetAmount

func (x *QueryWithdrawHistoryResponse) GetAmount() []*v1beta1.Coin

func (*QueryWithdrawHistoryResponse) ProtoMessage

func (*QueryWithdrawHistoryResponse) ProtoMessage()

func (*QueryWithdrawHistoryResponse) ProtoReflect

func (*QueryWithdrawHistoryResponse) Reset

func (x *QueryWithdrawHistoryResponse) Reset()

func (*QueryWithdrawHistoryResponse) 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"`
	Amount    *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	State     int64         `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*UndelegateRecord) Descriptor deprecated

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

Deprecated: Use UndelegateRecord.ProtoReflect.Descriptor instead.

func (*UndelegateRecord) GetAmount

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

func (*UndelegateRecord) GetDelegator

func (x *UndelegateRecord) GetDelegator() string

func (*UndelegateRecord) GetState

func (x *UndelegateRecord) GetState() int64

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 UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) ClaimSnAsset

func (UnimplementedMsgServer) Delegate

func (UnimplementedMsgServer) Deposit

func (UnimplementedMsgServer) PendingWithdraw

func (UnimplementedMsgServer) Undelegate

func (UnimplementedMsgServer) Withdraw

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Params

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 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"`
	Recipient      string                 `protobuf:"bytes,3,opt,name=recipient,proto3" json:"recipient,omitempty"`
	Amount         *v1beta1.Coin          `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	State          int64                  `protobuf:"varint,5,opt,name=state,proto3" json:"state,omitempty"`
	CompletionTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=completion_time,json=completionTime,proto3" json:"completion_time,omitempty"`
	// contains filtered or unexported fields
}

func (*WithdrawRecord) Descriptor deprecated

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

Deprecated: Use WithdrawRecord.ProtoReflect.Descriptor instead.

func (*WithdrawRecord) GetAmount

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

func (*WithdrawRecord) GetCompletionTime

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

func (*WithdrawRecord) GetRecipient

func (x *WithdrawRecord) GetRecipient() string

func (*WithdrawRecord) GetState

func (x *WithdrawRecord) GetState() int64

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

Jump to

Keyboard shortcuts

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