gateway

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

DO NOT DELETE this file. It is intentionally added and kept empty to ensure an empty package exists and can be referenced to prevent the ignite CLI from throwing errors during proto generation.

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_pocket_gateway_event_proto protoreflect.FileDescriptor
View Source
var File_pocket_gateway_genesis_proto protoreflect.FileDescriptor
View Source
var File_pocket_gateway_params_proto protoreflect.FileDescriptor
View Source
var File_pocket_gateway_query_proto protoreflect.FileDescriptor
View Source
var File_pocket_gateway_tx_proto protoreflect.FileDescriptor
View Source
var File_pocket_gateway_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EventGatewayStaked

type EventGatewayStaked struct {

	// The gateway that has been staked.
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// The end height of the session in which gateway was staked.
	SessionEndHeight int64 `protobuf:"varint,2,opt,name=session_end_height,json=sessionEndHeight,proto3" json:"session_end_height,omitempty"`
	// contains filtered or unexported fields
}

EventGatewayStaked is emitted when a gateway is staked or up-staked.

func (*EventGatewayStaked) Descriptor deprecated

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

Deprecated: Use EventGatewayStaked.ProtoReflect.Descriptor instead.

func (*EventGatewayStaked) GetGateway

func (x *EventGatewayStaked) GetGateway() *Gateway

func (*EventGatewayStaked) GetSessionEndHeight

func (x *EventGatewayStaked) GetSessionEndHeight() int64

func (*EventGatewayStaked) ProtoMessage

func (*EventGatewayStaked) ProtoMessage()

func (*EventGatewayStaked) ProtoReflect

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

func (*EventGatewayStaked) Reset

func (x *EventGatewayStaked) Reset()

func (*EventGatewayStaked) String

func (x *EventGatewayStaked) String() string

type EventGatewayUnbondingBegin

type EventGatewayUnbondingBegin struct {
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// The end height of the session in which the unbonding began.
	SessionEndHeight int64 `protobuf:"varint,3,opt,name=session_end_height,json=sessionEndHeight,proto3" json:"session_end_height,omitempty"`
	// The height at which gateway unbonding will end.
	UnbondingEndHeight int64 `protobuf:"varint,4,opt,name=unbonding_end_height,json=unbondingEndHeight,proto3" json:"unbonding_end_height,omitempty"`
	// contains filtered or unexported fields
}

EventGatewayUnbondingBegin is emitted when a gateway begins unbonding. It is triggered by the commitment of an unstake gateway message. This event signals that a gateway has begun unbonding. The unbonding period is determined by the shared param gateway_unbonding_period_sessions.

func (*EventGatewayUnbondingBegin) Descriptor deprecated

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

Deprecated: Use EventGatewayUnbondingBegin.ProtoReflect.Descriptor instead.

func (*EventGatewayUnbondingBegin) GetGateway

func (x *EventGatewayUnbondingBegin) GetGateway() *Gateway

func (*EventGatewayUnbondingBegin) GetSessionEndHeight

func (x *EventGatewayUnbondingBegin) GetSessionEndHeight() int64

func (*EventGatewayUnbondingBegin) GetUnbondingEndHeight

func (x *EventGatewayUnbondingBegin) GetUnbondingEndHeight() int64

func (*EventGatewayUnbondingBegin) ProtoMessage

func (*EventGatewayUnbondingBegin) ProtoMessage()

func (*EventGatewayUnbondingBegin) ProtoReflect

func (*EventGatewayUnbondingBegin) Reset

func (x *EventGatewayUnbondingBegin) Reset()

func (*EventGatewayUnbondingBegin) String

func (x *EventGatewayUnbondingBegin) String() string

type EventGatewayUnbondingCanceled

type EventGatewayUnbondingCanceled struct {
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// The end height of the session in which the unbonding was canceled.
	SessionEndHeight int64 `protobuf:"varint,2,opt,name=session_end_height,json=sessionEndHeight,proto3" json:"session_end_height,omitempty"`
	// contains filtered or unexported fields
}

EventGatewayUnbondingCanceled is emitted when a gateway which was unbonding successfully (re-)stakes before the unbonding period has elapsed. An EventGatewayStaked event will also be emitted immediately after this event.

func (*EventGatewayUnbondingCanceled) Descriptor deprecated

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

Deprecated: Use EventGatewayUnbondingCanceled.ProtoReflect.Descriptor instead.

func (*EventGatewayUnbondingCanceled) GetGateway

func (x *EventGatewayUnbondingCanceled) GetGateway() *Gateway

func (*EventGatewayUnbondingCanceled) GetSessionEndHeight

func (x *EventGatewayUnbondingCanceled) GetSessionEndHeight() int64

func (*EventGatewayUnbondingCanceled) ProtoMessage

func (*EventGatewayUnbondingCanceled) ProtoMessage()

func (*EventGatewayUnbondingCanceled) ProtoReflect

func (*EventGatewayUnbondingCanceled) Reset

func (x *EventGatewayUnbondingCanceled) Reset()

func (*EventGatewayUnbondingCanceled) String

type EventGatewayUnbondingEnd

type EventGatewayUnbondingEnd struct {

	// The gateway that has completed unbonding.
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// The end height of the session in which the unbonding began.
	SessionEndHeight int64 `protobuf:"varint,3,opt,name=session_end_height,json=sessionEndHeight,proto3" json:"session_end_height,omitempty"`
	// The height at which gateway unbonding will end.
	UnbondingEndHeight int64 `protobuf:"varint,4,opt,name=unbonding_end_height,json=unbondingEndHeight,proto3" json:"unbonding_end_height,omitempty"`
	// contains filtered or unexported fields
}

EventGatewayUnbondingEnd is emitted when a gateway has completed unbonding. The unbonding period is determined by the shared param gateway_unbonding_period_sessions.

func (*EventGatewayUnbondingEnd) Descriptor deprecated

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

Deprecated: Use EventGatewayUnbondingEnd.ProtoReflect.Descriptor instead.

func (*EventGatewayUnbondingEnd) GetGateway

func (x *EventGatewayUnbondingEnd) GetGateway() *Gateway

func (*EventGatewayUnbondingEnd) GetSessionEndHeight

func (x *EventGatewayUnbondingEnd) GetSessionEndHeight() int64

func (*EventGatewayUnbondingEnd) GetUnbondingEndHeight

func (x *EventGatewayUnbondingEnd) GetUnbondingEndHeight() int64

func (*EventGatewayUnbondingEnd) ProtoMessage

func (*EventGatewayUnbondingEnd) ProtoMessage()

func (*EventGatewayUnbondingEnd) ProtoReflect

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

func (*EventGatewayUnbondingEnd) Reset

func (x *EventGatewayUnbondingEnd) Reset()

func (*EventGatewayUnbondingEnd) String

func (x *EventGatewayUnbondingEnd) String() string

type Gateway

type Gateway struct {

	// The Bech32 address of the gateway
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// The total amount of uPOKT the gateway has staked
	Stake *v1beta1.Coin `protobuf:"bytes,2,opt,name=stake,proto3" json:"stake,omitempty"`
	// Session end height at which the gateway initiated unstaking (0 if not unstaking)
	UnstakeSessionEndHeight uint64 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Gateway) Descriptor deprecated

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

Deprecated: Use Gateway.ProtoReflect.Descriptor instead.

func (*Gateway) GetAddress

func (x *Gateway) GetAddress() string

func (*Gateway) GetStake

func (x *Gateway) GetStake() *v1beta1.Coin

func (*Gateway) GetUnstakeSessionEndHeight

func (x *Gateway) GetUnstakeSessionEndHeight() uint64

func (*Gateway) ProtoMessage

func (*Gateway) ProtoMessage()

func (*Gateway) ProtoReflect

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

func (*Gateway) Reset

func (x *Gateway) Reset()

func (*Gateway) String

func (x *Gateway) String() string

type GenesisState

type GenesisState struct {

	// params defines all the parameters of the module.
	Params      *Params    `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	GatewayList []*Gateway `protobuf:"bytes,2,rep,name=gateway_list,json=gatewayList,proto3" json:"gateway_list,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the gateway module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetGatewayList

func (x *GenesisState) GetGatewayList() []*Gateway

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 MsgStakeGateway

type MsgStakeGateway struct {
	Address string        `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // The Bech32 address of the gateway
	Stake   *v1beta1.Coin `protobuf:"bytes,2,opt,name=stake,proto3" json:"stake,omitempty"`     // The total amount of uPOKT the gateway is staking. Must be ≥ to the current amount that the gateway has staked (if any)
	// contains filtered or unexported fields
}

func (*MsgStakeGateway) Descriptor deprecated

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

Deprecated: Use MsgStakeGateway.ProtoReflect.Descriptor instead.

func (*MsgStakeGateway) GetAddress

func (x *MsgStakeGateway) GetAddress() string

func (*MsgStakeGateway) GetStake

func (x *MsgStakeGateway) GetStake() *v1beta1.Coin

func (*MsgStakeGateway) ProtoMessage

func (*MsgStakeGateway) ProtoMessage()

func (*MsgStakeGateway) ProtoReflect

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

func (*MsgStakeGateway) Reset

func (x *MsgStakeGateway) Reset()

func (*MsgStakeGateway) String

func (x *MsgStakeGateway) String() string

type MsgStakeGatewayResponse

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

func (*MsgStakeGatewayResponse) Descriptor deprecated

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

Deprecated: Use MsgStakeGatewayResponse.ProtoReflect.Descriptor instead.

func (*MsgStakeGatewayResponse) GetGateway

func (x *MsgStakeGatewayResponse) GetGateway() *Gateway

func (*MsgStakeGatewayResponse) ProtoMessage

func (*MsgStakeGatewayResponse) ProtoMessage()

func (*MsgStakeGatewayResponse) ProtoReflect

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

func (*MsgStakeGatewayResponse) Reset

func (x *MsgStakeGatewayResponse) Reset()

func (*MsgStakeGatewayResponse) String

func (x *MsgStakeGatewayResponse) String() string

type MsgUnstakeGateway

type MsgUnstakeGateway struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // The Bech32 address of the gateway
	// contains filtered or unexported fields
}

func (*MsgUnstakeGateway) Descriptor deprecated

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

Deprecated: Use MsgUnstakeGateway.ProtoReflect.Descriptor instead.

func (*MsgUnstakeGateway) GetAddress

func (x *MsgUnstakeGateway) GetAddress() string

func (*MsgUnstakeGateway) ProtoMessage

func (*MsgUnstakeGateway) ProtoMessage()

func (*MsgUnstakeGateway) ProtoReflect

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

func (*MsgUnstakeGateway) Reset

func (x *MsgUnstakeGateway) Reset()

func (*MsgUnstakeGateway) String

func (x *MsgUnstakeGateway) String() string

type MsgUnstakeGatewayResponse

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

func (*MsgUnstakeGatewayResponse) Descriptor deprecated

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

Deprecated: Use MsgUnstakeGatewayResponse.ProtoReflect.Descriptor instead.

func (*MsgUnstakeGatewayResponse) GetGateway

func (x *MsgUnstakeGatewayResponse) GetGateway() *Gateway

func (*MsgUnstakeGatewayResponse) ProtoMessage

func (*MsgUnstakeGatewayResponse) ProtoMessage()

func (*MsgUnstakeGatewayResponse) ProtoReflect

func (*MsgUnstakeGatewayResponse) Reset

func (x *MsgUnstakeGatewayResponse) Reset()

func (*MsgUnstakeGatewayResponse) String

func (x *MsgUnstakeGatewayResponse) String() string

type MsgUpdateParam

type MsgUpdateParam struct {

	// authority is the address that controls the module (defaults to x/gov unless overwritten).
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to AsType:
	//
	//	*MsgUpdateParam_AsCoin
	AsType isMsgUpdateParam_AsType `protobuf_oneof:"as_type"`
	// contains filtered or unexported fields
}

MsgUpdateParam is the Msg/UpdateParam request type to update a single param.

func (*MsgUpdateParam) Descriptor deprecated

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

Deprecated: Use MsgUpdateParam.ProtoReflect.Descriptor instead.

func (*MsgUpdateParam) GetAsCoin

func (x *MsgUpdateParam) GetAsCoin() *v1beta1.Coin

func (*MsgUpdateParam) GetAsType

func (x *MsgUpdateParam) GetAsType() isMsgUpdateParam_AsType

func (*MsgUpdateParam) GetAuthority

func (x *MsgUpdateParam) GetAuthority() string

func (*MsgUpdateParam) GetName

func (x *MsgUpdateParam) GetName() string

func (*MsgUpdateParam) ProtoMessage

func (*MsgUpdateParam) ProtoMessage()

func (*MsgUpdateParam) ProtoReflect

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

func (*MsgUpdateParam) Reset

func (x *MsgUpdateParam) Reset()

func (*MsgUpdateParam) String

func (x *MsgUpdateParam) String() string

type MsgUpdateParamResponse

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

func (*MsgUpdateParamResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateParamResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamResponse) GetParams

func (x *MsgUpdateParamResponse) GetParams() *Params

func (*MsgUpdateParamResponse) ProtoMessage

func (*MsgUpdateParamResponse) ProtoMessage()

func (*MsgUpdateParamResponse) ProtoReflect

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

func (*MsgUpdateParamResponse) Reset

func (x *MsgUpdateParamResponse) Reset()

func (*MsgUpdateParamResponse) String

func (x *MsgUpdateParamResponse) String() string

type MsgUpdateParam_AsCoin

type MsgUpdateParam_AsCoin struct {
	AsCoin *v1beta1.Coin `protobuf:"bytes,3,opt,name=as_coin,json=asCoin,proto3,oneof"`
}

type MsgUpdateParams

type MsgUpdateParams struct {

	// authority is the address that controls the module (defaults to x/gov unless overwritten).
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	// params defines the x/gateway parameters to update.
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

MsgUpdateParams is the Msg/UpdateParams request type.

func (*MsgUpdateParams) Descriptor deprecated

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

Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.

func (*MsgUpdateParams) GetAuthority

func (x *MsgUpdateParams) GetAuthority() string

func (*MsgUpdateParams) GetParams

func (x *MsgUpdateParams) GetParams() *Params

func (*MsgUpdateParams) ProtoMessage

func (*MsgUpdateParams) ProtoMessage()

func (*MsgUpdateParams) ProtoReflect

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

func (*MsgUpdateParams) Reset

func (x *MsgUpdateParams) Reset()

func (*MsgUpdateParams) String

func (x *MsgUpdateParams) String() string

type MsgUpdateParamsResponse

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

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

func (*MsgUpdateParamsResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamsResponse) ProtoMessage

func (*MsgUpdateParamsResponse) ProtoMessage()

func (*MsgUpdateParamsResponse) ProtoReflect

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

func (*MsgUpdateParamsResponse) Reset

func (x *MsgUpdateParamsResponse) Reset()

func (*MsgUpdateParamsResponse) String

func (x *MsgUpdateParamsResponse) String() string

type Params

type Params struct {

	// min_stake is the minimum amount of uPOKT that a gateway must stake.
	MinStake *v1beta1.Coin `protobuf:"bytes,1,opt,name=min_stake,json=minStake,proto3" json:"min_stake,omitempty"`
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetMinStake

func (x *Params) GetMinStake() *v1beta1.Coin

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 QueryAllGatewaysRequest

type QueryAllGatewaysRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllGatewaysRequest) Descriptor deprecated

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

Deprecated: Use QueryAllGatewaysRequest.ProtoReflect.Descriptor instead.

func (*QueryAllGatewaysRequest) GetPagination

func (x *QueryAllGatewaysRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllGatewaysRequest) ProtoMessage

func (*QueryAllGatewaysRequest) ProtoMessage()

func (*QueryAllGatewaysRequest) ProtoReflect

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

func (*QueryAllGatewaysRequest) Reset

func (x *QueryAllGatewaysRequest) Reset()

func (*QueryAllGatewaysRequest) String

func (x *QueryAllGatewaysRequest) String() string

type QueryAllGatewaysResponse

type QueryAllGatewaysResponse struct {
	Gateways   []*Gateway            `protobuf:"bytes,1,rep,name=gateways,proto3" json:"gateways,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllGatewaysResponse) Descriptor deprecated

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

Deprecated: Use QueryAllGatewaysResponse.ProtoReflect.Descriptor instead.

func (*QueryAllGatewaysResponse) GetGateways

func (x *QueryAllGatewaysResponse) GetGateways() []*Gateway

func (*QueryAllGatewaysResponse) GetPagination

func (x *QueryAllGatewaysResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllGatewaysResponse) ProtoMessage

func (*QueryAllGatewaysResponse) ProtoMessage()

func (*QueryAllGatewaysResponse) ProtoReflect

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

func (*QueryAllGatewaysResponse) Reset

func (x *QueryAllGatewaysResponse) Reset()

func (*QueryAllGatewaysResponse) String

func (x *QueryAllGatewaysResponse) String() string

type QueryGetGatewayRequest

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

func (*QueryGetGatewayRequest) Descriptor deprecated

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

Deprecated: Use QueryGetGatewayRequest.ProtoReflect.Descriptor instead.

func (*QueryGetGatewayRequest) GetAddress

func (x *QueryGetGatewayRequest) GetAddress() string

func (*QueryGetGatewayRequest) ProtoMessage

func (*QueryGetGatewayRequest) ProtoMessage()

func (*QueryGetGatewayRequest) ProtoReflect

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

func (*QueryGetGatewayRequest) Reset

func (x *QueryGetGatewayRequest) Reset()

func (*QueryGetGatewayRequest) String

func (x *QueryGetGatewayRequest) String() string

type QueryGetGatewayResponse

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

func (*QueryGetGatewayResponse) Descriptor deprecated

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

Deprecated: Use QueryGetGatewayResponse.ProtoReflect.Descriptor instead.

func (*QueryGetGatewayResponse) GetGateway

func (x *QueryGetGatewayResponse) GetGateway() *Gateway

func (*QueryGetGatewayResponse) ProtoMessage

func (*QueryGetGatewayResponse) ProtoMessage()

func (*QueryGetGatewayResponse) ProtoReflect

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

func (*QueryGetGatewayResponse) Reset

func (x *QueryGetGatewayResponse) Reset()

func (*QueryGetGatewayResponse) String

func (x *QueryGetGatewayResponse) String() string

type QueryParamsRequest

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

QueryParamsRequest is 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 holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is 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

Directories

Path Synopsis
DO NOT DELETE this file.
DO NOT DELETE this file.

Jump to

Keyboard shortcuts

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