poolv1

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: 12 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_pool_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_nova_pool_v1_params_proto protoreflect.FileDescriptor
View Source
var File_nova_pool_v1_query_proto protoreflect.FileDescriptor
View Source
var File_nova_pool_v1_tx_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CandidatePool

type CandidatePool struct {
	PoolId              string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	PoolContractAddress string `protobuf:"bytes,2,opt,name=pool_contract_address,json=poolContractAddress,proto3" json:"pool_contract_address,omitempty"`
	// contains filtered or unexported fields
}

func (*CandidatePool) Descriptor deprecated

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

Deprecated: Use CandidatePool.ProtoReflect.Descriptor instead.

func (*CandidatePool) GetPoolContractAddress

func (x *CandidatePool) GetPoolContractAddress() string

func (*CandidatePool) GetPoolId

func (x *CandidatePool) GetPoolId() string

func (*CandidatePool) ProtoMessage

func (*CandidatePool) ProtoMessage()

func (*CandidatePool) ProtoReflect

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

func (*CandidatePool) Reset

func (x *CandidatePool) Reset()

func (*CandidatePool) String

func (x *CandidatePool) String() string

type GenesisState

type GenesisState struct {
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// incentive_pools holds incentive pool list.
	IncentivePools []*IncentivePool `protobuf:"bytes,2,rep,name=incentive_pools,json=incentivePools,proto3" json:"incentive_pools,omitempty"`
	// candidate_pools holds incentive pool list and total weight
	CandidatePools []*CandidatePool `protobuf:"bytes,3,rep,name=candidate_pools,json=candidatePools,proto3" json:"candidate_pools,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetCandidatePools

func (x *GenesisState) GetCandidatePools() []*CandidatePool

func (*GenesisState) GetIncentivePools

func (x *GenesisState) GetIncentivePools() []*IncentivePool

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

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

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type IncentivePool

type IncentivePool struct {
	PoolId              string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	PoolContractAddress string `protobuf:"bytes,2,opt,name=pool_contract_address,json=poolContractAddress,proto3" json:"pool_contract_address,omitempty"`
	Weight              uint64 `protobuf:"varint,3,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*IncentivePool) Descriptor deprecated

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

Deprecated: Use IncentivePool.ProtoReflect.Descriptor instead.

func (*IncentivePool) GetPoolContractAddress

func (x *IncentivePool) GetPoolContractAddress() string

func (*IncentivePool) GetPoolId

func (x *IncentivePool) GetPoolId() string

func (*IncentivePool) GetWeight

func (x *IncentivePool) GetWeight() uint64

func (*IncentivePool) ProtoMessage

func (*IncentivePool) ProtoMessage()

func (*IncentivePool) ProtoReflect

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

func (*IncentivePool) Reset

func (x *IncentivePool) Reset()

func (*IncentivePool) String

func (x *IncentivePool) String() string

type MsgCreateCandidatePool

type MsgCreateCandidatePool struct {
	PoolId              string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	PoolContractAddress string `protobuf:"bytes,2,opt,name=pool_contract_address,json=poolContractAddress,proto3" json:"pool_contract_address,omitempty"`
	Creator             string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateCandidatePool) Descriptor deprecated

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

Deprecated: Use MsgCreateCandidatePool.ProtoReflect.Descriptor instead.

func (*MsgCreateCandidatePool) GetCreator

func (x *MsgCreateCandidatePool) GetCreator() string

func (*MsgCreateCandidatePool) GetPoolContractAddress

func (x *MsgCreateCandidatePool) GetPoolContractAddress() string

func (*MsgCreateCandidatePool) GetPoolId

func (x *MsgCreateCandidatePool) GetPoolId() string

func (*MsgCreateCandidatePool) ProtoMessage

func (*MsgCreateCandidatePool) ProtoMessage()

func (*MsgCreateCandidatePool) ProtoReflect

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

func (*MsgCreateCandidatePool) Reset

func (x *MsgCreateCandidatePool) Reset()

func (*MsgCreateCandidatePool) String

func (x *MsgCreateCandidatePool) String() string

type MsgCreateCandidatePoolResponse

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

func (*MsgCreateCandidatePoolResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateCandidatePoolResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateCandidatePoolResponse) ProtoMessage

func (*MsgCreateCandidatePoolResponse) ProtoMessage()

func (*MsgCreateCandidatePoolResponse) ProtoReflect

func (*MsgCreateCandidatePoolResponse) Reset

func (x *MsgCreateCandidatePoolResponse) Reset()

func (*MsgCreateCandidatePoolResponse) String

type MsgCreateIncentivePool

type MsgCreateIncentivePool struct {
	PoolId              string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	PoolContractAddress string `protobuf:"bytes,2,opt,name=pool_contract_address,json=poolContractAddress,proto3" json:"pool_contract_address,omitempty"`
	Operator            string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateIncentivePool) Descriptor deprecated

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

Deprecated: Use MsgCreateIncentivePool.ProtoReflect.Descriptor instead.

func (*MsgCreateIncentivePool) GetOperator

func (x *MsgCreateIncentivePool) GetOperator() string

func (*MsgCreateIncentivePool) GetPoolContractAddress

func (x *MsgCreateIncentivePool) GetPoolContractAddress() string

func (*MsgCreateIncentivePool) GetPoolId

func (x *MsgCreateIncentivePool) GetPoolId() string

func (*MsgCreateIncentivePool) ProtoMessage

func (*MsgCreateIncentivePool) ProtoMessage()

func (*MsgCreateIncentivePool) ProtoReflect

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

func (*MsgCreateIncentivePool) Reset

func (x *MsgCreateIncentivePool) Reset()

func (*MsgCreateIncentivePool) String

func (x *MsgCreateIncentivePool) String() string

type MsgCreateIncentivePoolResponse

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

func (*MsgCreateIncentivePoolResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateIncentivePoolResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateIncentivePoolResponse) ProtoMessage

func (*MsgCreateIncentivePoolResponse) ProtoMessage()

func (*MsgCreateIncentivePoolResponse) ProtoReflect

func (*MsgCreateIncentivePoolResponse) Reset

func (x *MsgCreateIncentivePoolResponse) Reset()

func (*MsgCreateIncentivePoolResponse) String

type MsgSetMultiplePoolWeight

type MsgSetMultiplePoolWeight struct {
	NewPoolData []*NewPoolWeight `protobuf:"bytes,1,rep,name=new_pool_data,json=newPoolData,proto3" json:"new_pool_data,omitempty"`
	Operator    string           `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSetMultiplePoolWeight) Descriptor deprecated

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

Deprecated: Use MsgSetMultiplePoolWeight.ProtoReflect.Descriptor instead.

func (*MsgSetMultiplePoolWeight) GetNewPoolData

func (x *MsgSetMultiplePoolWeight) GetNewPoolData() []*NewPoolWeight

func (*MsgSetMultiplePoolWeight) GetOperator

func (x *MsgSetMultiplePoolWeight) GetOperator() string

func (*MsgSetMultiplePoolWeight) ProtoMessage

func (*MsgSetMultiplePoolWeight) ProtoMessage()

func (*MsgSetMultiplePoolWeight) ProtoReflect

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

func (*MsgSetMultiplePoolWeight) Reset

func (x *MsgSetMultiplePoolWeight) Reset()

func (*MsgSetMultiplePoolWeight) String

func (x *MsgSetMultiplePoolWeight) String() string

type MsgSetMultiplePoolWeightResponse

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

func (*MsgSetMultiplePoolWeightResponse) Descriptor deprecated

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

Deprecated: Use MsgSetMultiplePoolWeightResponse.ProtoReflect.Descriptor instead.

func (*MsgSetMultiplePoolWeightResponse) ProtoMessage

func (*MsgSetMultiplePoolWeightResponse) ProtoMessage()

func (*MsgSetMultiplePoolWeightResponse) ProtoReflect

func (*MsgSetMultiplePoolWeightResponse) Reset

func (*MsgSetMultiplePoolWeightResponse) String

type MsgSetPoolWeight

type MsgSetPoolWeight struct {
	PoolId    string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	NewWeight uint64 `protobuf:"varint,2,opt,name=new_weight,json=newWeight,proto3" json:"new_weight,omitempty"`
	Operator  string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSetPoolWeight) Descriptor deprecated

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

Deprecated: Use MsgSetPoolWeight.ProtoReflect.Descriptor instead.

func (*MsgSetPoolWeight) GetNewWeight

func (x *MsgSetPoolWeight) GetNewWeight() uint64

func (*MsgSetPoolWeight) GetOperator

func (x *MsgSetPoolWeight) GetOperator() string

func (*MsgSetPoolWeight) GetPoolId

func (x *MsgSetPoolWeight) GetPoolId() string

func (*MsgSetPoolWeight) ProtoMessage

func (*MsgSetPoolWeight) ProtoMessage()

func (*MsgSetPoolWeight) ProtoReflect

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

func (*MsgSetPoolWeight) Reset

func (x *MsgSetPoolWeight) Reset()

func (*MsgSetPoolWeight) String

func (x *MsgSetPoolWeight) String() string

type MsgSetPoolWeightResponse

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

func (*MsgSetPoolWeightResponse) Descriptor deprecated

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

Deprecated: Use MsgSetPoolWeightResponse.ProtoReflect.Descriptor instead.

func (*MsgSetPoolWeightResponse) ProtoMessage

func (*MsgSetPoolWeightResponse) ProtoMessage()

func (*MsgSetPoolWeightResponse) ProtoReflect

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

func (*MsgSetPoolWeightResponse) Reset

func (x *MsgSetPoolWeightResponse) Reset()

func (*MsgSetPoolWeightResponse) String

func (x *MsgSetPoolWeightResponse) String() string

type NewPoolWeight

type NewPoolWeight struct {
	PoolId    string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	NewWeight uint64 `protobuf:"varint,2,opt,name=new_weight,json=newWeight,proto3" json:"new_weight,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPoolWeight) Descriptor deprecated

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

Deprecated: Use NewPoolWeight.ProtoReflect.Descriptor instead.

func (*NewPoolWeight) GetNewWeight

func (x *NewPoolWeight) GetNewWeight() uint64

func (*NewPoolWeight) GetPoolId

func (x *NewPoolWeight) GetPoolId() string

func (*NewPoolWeight) ProtoMessage

func (*NewPoolWeight) ProtoMessage()

func (*NewPoolWeight) ProtoReflect

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

func (*NewPoolWeight) Reset

func (x *NewPoolWeight) Reset()

func (*NewPoolWeight) String

func (x *NewPoolWeight) String() string

type Params

type Params struct {
	Operators []string `protobuf:"bytes,1,rep,name=operators,proto3" json:"operators,omitempty"`
	// contains filtered or unexported fields
}

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetOperators

func (x *Params) GetOperators() []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 QueryAllCandidatePool

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

func (*QueryAllCandidatePool) Descriptor deprecated

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

Deprecated: Use QueryAllCandidatePool.ProtoReflect.Descriptor instead.

func (*QueryAllCandidatePool) ProtoMessage

func (*QueryAllCandidatePool) ProtoMessage()

func (*QueryAllCandidatePool) ProtoReflect

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

func (*QueryAllCandidatePool) Reset

func (x *QueryAllCandidatePool) Reset()

func (*QueryAllCandidatePool) String

func (x *QueryAllCandidatePool) String() string

type QueryAllCandidatePoolResponse

type QueryAllCandidatePoolResponse struct {
	CandidatePools []*CandidatePool `protobuf:"bytes,1,rep,name=candidate_pools,json=candidatePools,proto3" json:"candidate_pools,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllCandidatePoolResponse) Descriptor deprecated

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

Deprecated: Use QueryAllCandidatePoolResponse.ProtoReflect.Descriptor instead.

func (*QueryAllCandidatePoolResponse) GetCandidatePools

func (x *QueryAllCandidatePoolResponse) GetCandidatePools() []*CandidatePool

func (*QueryAllCandidatePoolResponse) ProtoMessage

func (*QueryAllCandidatePoolResponse) ProtoMessage()

func (*QueryAllCandidatePoolResponse) ProtoReflect

func (*QueryAllCandidatePoolResponse) Reset

func (x *QueryAllCandidatePoolResponse) Reset()

func (*QueryAllCandidatePoolResponse) String

type QueryAllIncentivePool

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

func (*QueryAllIncentivePool) Descriptor deprecated

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

Deprecated: Use QueryAllIncentivePool.ProtoReflect.Descriptor instead.

func (*QueryAllIncentivePool) ProtoMessage

func (*QueryAllIncentivePool) ProtoMessage()

func (*QueryAllIncentivePool) ProtoReflect

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

func (*QueryAllIncentivePool) Reset

func (x *QueryAllIncentivePool) Reset()

func (*QueryAllIncentivePool) String

func (x *QueryAllIncentivePool) String() string

type QueryAllIncentivePoolResponse

type QueryAllIncentivePoolResponse struct {
	IncentivePools []*IncentivePool `protobuf:"bytes,1,rep,name=incentive_pools,json=incentivePools,proto3" json:"incentive_pools,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllIncentivePoolResponse) Descriptor deprecated

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

Deprecated: Use QueryAllIncentivePoolResponse.ProtoReflect.Descriptor instead.

func (*QueryAllIncentivePoolResponse) GetIncentivePools

func (x *QueryAllIncentivePoolResponse) GetIncentivePools() []*IncentivePool

func (*QueryAllIncentivePoolResponse) ProtoMessage

func (*QueryAllIncentivePoolResponse) ProtoMessage()

func (*QueryAllIncentivePoolResponse) ProtoReflect

func (*QueryAllIncentivePoolResponse) Reset

func (x *QueryAllIncentivePoolResponse) Reset()

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

type QuerySingleCandidatePool struct {
	PoolId string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySingleCandidatePool) Descriptor deprecated

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

Deprecated: Use QuerySingleCandidatePool.ProtoReflect.Descriptor instead.

func (*QuerySingleCandidatePool) GetPoolId

func (x *QuerySingleCandidatePool) GetPoolId() string

func (*QuerySingleCandidatePool) ProtoMessage

func (*QuerySingleCandidatePool) ProtoMessage()

func (*QuerySingleCandidatePool) ProtoReflect

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

func (*QuerySingleCandidatePool) Reset

func (x *QuerySingleCandidatePool) Reset()

func (*QuerySingleCandidatePool) String

func (x *QuerySingleCandidatePool) String() string

type QuerySingleCandidatePoolResponse

type QuerySingleCandidatePoolResponse struct {
	PoolId      string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	PoolAddress string `protobuf:"bytes,2,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySingleCandidatePoolResponse) Descriptor deprecated

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

Deprecated: Use QuerySingleCandidatePoolResponse.ProtoReflect.Descriptor instead.

func (*QuerySingleCandidatePoolResponse) GetPoolAddress

func (x *QuerySingleCandidatePoolResponse) GetPoolAddress() string

func (*QuerySingleCandidatePoolResponse) GetPoolId

func (*QuerySingleCandidatePoolResponse) ProtoMessage

func (*QuerySingleCandidatePoolResponse) ProtoMessage()

func (*QuerySingleCandidatePoolResponse) ProtoReflect

func (*QuerySingleCandidatePoolResponse) Reset

func (*QuerySingleCandidatePoolResponse) String

type QuerySingleIncentivePool

type QuerySingleIncentivePool struct {
	PoolId string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySingleIncentivePool) Descriptor deprecated

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

Deprecated: Use QuerySingleIncentivePool.ProtoReflect.Descriptor instead.

func (*QuerySingleIncentivePool) GetPoolId

func (x *QuerySingleIncentivePool) GetPoolId() string

func (*QuerySingleIncentivePool) ProtoMessage

func (*QuerySingleIncentivePool) ProtoMessage()

func (*QuerySingleIncentivePool) ProtoReflect

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

func (*QuerySingleIncentivePool) Reset

func (x *QuerySingleIncentivePool) Reset()

func (*QuerySingleIncentivePool) String

func (x *QuerySingleIncentivePool) String() string

type QuerySingleIncentivePoolResponse

type QuerySingleIncentivePoolResponse struct {
	PoolId      string `protobuf:"bytes,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	PoolAddress string `protobuf:"bytes,2,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySingleIncentivePoolResponse) Descriptor deprecated

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

Deprecated: Use QuerySingleIncentivePoolResponse.ProtoReflect.Descriptor instead.

func (*QuerySingleIncentivePoolResponse) GetPoolAddress

func (x *QuerySingleIncentivePoolResponse) GetPoolAddress() string

func (*QuerySingleIncentivePoolResponse) GetPoolId

func (*QuerySingleIncentivePoolResponse) ProtoMessage

func (*QuerySingleIncentivePoolResponse) ProtoMessage()

func (*QuerySingleIncentivePoolResponse) ProtoReflect

func (*QuerySingleIncentivePoolResponse) Reset

func (*QuerySingleIncentivePoolResponse) String

Jump to

Keyboard shortcuts

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