launchv1

package
v0.0.0-...-abdbe5d Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

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

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

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

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

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

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

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

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

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

View Source
const (
	Query_Params_FullMethodName               = "/network.launch.v1.Query/Params"
	Query_GetChain_FullMethodName             = "/network.launch.v1.Query/GetChain"
	Query_ListChain_FullMethodName            = "/network.launch.v1.Query/ListChain"
	Query_GetGenesisAccount_FullMethodName    = "/network.launch.v1.Query/GetGenesisAccount"
	Query_ListGenesisAccount_FullMethodName   = "/network.launch.v1.Query/ListGenesisAccount"
	Query_GetGenesisValidator_FullMethodName  = "/network.launch.v1.Query/GetGenesisValidator"
	Query_ListGenesisValidator_FullMethodName = "/network.launch.v1.Query/ListGenesisValidator"
	Query_GetVestingAccount_FullMethodName    = "/network.launch.v1.Query/GetVestingAccount"
	Query_ListVestingAccount_FullMethodName   = "/network.launch.v1.Query/ListVestingAccount"
	Query_GetRequest_FullMethodName           = "/network.launch.v1.Query/GetRequest"
	Query_ListRequest_FullMethodName          = "/network.launch.v1.Query/ListRequest"
	Query_ListParamChange_FullMethodName      = "/network.launch.v1.Query/ListParamChange"
)
View Source
const (
	Msg_UpdateParams_FullMethodName            = "/network.launch.v1.Msg/UpdateParams"
	Msg_CreateChain_FullMethodName             = "/network.launch.v1.Msg/CreateChain"
	Msg_EditChain_FullMethodName               = "/network.launch.v1.Msg/EditChain"
	Msg_UpdateLaunchInformation_FullMethodName = "/network.launch.v1.Msg/UpdateLaunchInformation"
	Msg_SendRequest_FullMethodName             = "/network.launch.v1.Msg/SendRequest"
	Msg_SettleRequest_FullMethodName           = "/network.launch.v1.Msg/SettleRequest"
	Msg_TriggerLaunch_FullMethodName           = "/network.launch.v1.Msg/TriggerLaunch"
	Msg_RevertLaunch_FullMethodName            = "/network.launch.v1.Msg/RevertLaunch"
)

Variables

View Source
var (
	Request_Status_name = map[int32]string{
		0: "PENDING",
		1: "APPROVED",
		2: "REJECTED",
	}
	Request_Status_value = map[string]int32{
		"PENDING":  0,
		"APPROVED": 1,
		"REJECTED": 2,
	}
)

Enum value maps for Request_Status.

View Source
var File_network_launch_v1_chain_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_events_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_genesis_account_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_genesis_validator_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_initial_genesis_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_param_change_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_params_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_query_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_request_content_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_request_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_tx_proto protoreflect.FileDescriptor
View Source
var File_network_launch_v1_vesting_account_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "network.launch.v1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateParams",
			Handler:    _Msg_UpdateParams_Handler,
		},
		{
			MethodName: "CreateChain",
			Handler:    _Msg_CreateChain_Handler,
		},
		{
			MethodName: "EditChain",
			Handler:    _Msg_EditChain_Handler,
		},
		{
			MethodName: "UpdateLaunchInformation",
			Handler:    _Msg_UpdateLaunchInformation_Handler,
		},
		{
			MethodName: "SendRequest",
			Handler:    _Msg_SendRequest_Handler,
		},
		{
			MethodName: "SettleRequest",
			Handler:    _Msg_SettleRequest_Handler,
		},
		{
			MethodName: "TriggerLaunch",
			Handler:    _Msg_TriggerLaunch_Handler,
		},
		{
			MethodName: "RevertLaunch",
			Handler:    _Msg_RevertLaunch_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/launch/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: "network.launch.v1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "GetChain",
			Handler:    _Query_GetChain_Handler,
		},
		{
			MethodName: "ListChain",
			Handler:    _Query_ListChain_Handler,
		},
		{
			MethodName: "GetGenesisAccount",
			Handler:    _Query_GetGenesisAccount_Handler,
		},
		{
			MethodName: "ListGenesisAccount",
			Handler:    _Query_ListGenesisAccount_Handler,
		},
		{
			MethodName: "GetGenesisValidator",
			Handler:    _Query_GetGenesisValidator_Handler,
		},
		{
			MethodName: "ListGenesisValidator",
			Handler:    _Query_ListGenesisValidator_Handler,
		},
		{
			MethodName: "GetVestingAccount",
			Handler:    _Query_GetVestingAccount_Handler,
		},
		{
			MethodName: "ListVestingAccount",
			Handler:    _Query_ListVestingAccount_Handler,
		},
		{
			MethodName: "GetRequest",
			Handler:    _Query_GetRequest_Handler,
		},
		{
			MethodName: "ListRequest",
			Handler:    _Query_ListRequest_Handler,
		},
		{
			MethodName: "ListParamChange",
			Handler:    _Query_ListParamChange_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/launch/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 AccountRemoval

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

func (*AccountRemoval) Descriptor deprecated

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

Deprecated: Use AccountRemoval.ProtoReflect.Descriptor instead.

func (*AccountRemoval) GetAddress

func (x *AccountRemoval) GetAddress() string

func (*AccountRemoval) ProtoMessage

func (*AccountRemoval) ProtoMessage()

func (*AccountRemoval) ProtoReflect

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

func (*AccountRemoval) Reset

func (x *AccountRemoval) Reset()

func (*AccountRemoval) String

func (x *AccountRemoval) String() string

type Chain

type Chain struct {
	LaunchId               uint64                 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	CoordinatorId          uint64                 `protobuf:"varint,2,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	GenesisChainId         string                 `protobuf:"bytes,3,opt,name=genesis_chain_id,json=genesisChainId,proto3" json:"genesis_chain_id,omitempty"`
	CreatedAt              int64                  `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	SourceUrl              string                 `protobuf:"bytes,5,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	SourceHash             string                 `protobuf:"bytes,6,opt,name=source_hash,json=sourceHash,proto3" json:"source_hash,omitempty"`
	InitialGenesis         *InitialGenesis        `protobuf:"bytes,7,opt,name=initial_genesis,json=initialGenesis,proto3" json:"initial_genesis,omitempty"`
	HasProject             bool                   `protobuf:"varint,8,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"`
	ProjectId              uint64                 `protobuf:"varint,9,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	IsMainnet              bool                   `protobuf:"varint,10,opt,name=is_mainnet,json=isMainnet,proto3" json:"is_mainnet,omitempty"`
	LaunchTriggered        bool                   `protobuf:"varint,11,opt,name=launch_triggered,json=launchTriggered,proto3" json:"launch_triggered,omitempty"`
	LaunchTime             *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=launch_time,json=launchTime,proto3" json:"launch_time,omitempty"`
	ConsumerRevisionHeight int64                  `` /* 131-byte string literal not displayed */
	MonitoringConnected    bool                   `protobuf:"varint,14,opt,name=monitoring_connected,json=monitoringConnected,proto3" json:"monitoring_connected,omitempty"`
	// account_balance is the balance given to approved accounts
	// for this chain.  If not set, the balances used will be those
	// contained in the requests
	AccountBalance []*v1beta1.Coin `protobuf:"bytes,15,rep,name=account_balance,json=accountBalance,proto3" json:"account_balance,omitempty"`
	Metadata       []byte          `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Chain) Descriptor deprecated

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

Deprecated: Use Chain.ProtoReflect.Descriptor instead.

func (*Chain) GetAccountBalance

func (x *Chain) GetAccountBalance() []*v1beta1.Coin

func (*Chain) GetConsumerRevisionHeight

func (x *Chain) GetConsumerRevisionHeight() int64

func (*Chain) GetCoordinatorId

func (x *Chain) GetCoordinatorId() uint64

func (*Chain) GetCreatedAt

func (x *Chain) GetCreatedAt() int64

func (*Chain) GetGenesisChainId

func (x *Chain) GetGenesisChainId() string

func (*Chain) GetHasProject

func (x *Chain) GetHasProject() bool

func (*Chain) GetInitialGenesis

func (x *Chain) GetInitialGenesis() *InitialGenesis

func (*Chain) GetIsMainnet

func (x *Chain) GetIsMainnet() bool

func (*Chain) GetLaunchId

func (x *Chain) GetLaunchId() uint64

func (*Chain) GetLaunchTime

func (x *Chain) GetLaunchTime() *timestamppb.Timestamp

func (*Chain) GetLaunchTriggered

func (x *Chain) GetLaunchTriggered() bool

func (*Chain) GetMetadata

func (x *Chain) GetMetadata() []byte

func (*Chain) GetMonitoringConnected

func (x *Chain) GetMonitoringConnected() bool

func (*Chain) GetProjectId

func (x *Chain) GetProjectId() uint64

func (*Chain) GetSourceHash

func (x *Chain) GetSourceHash() string

func (*Chain) GetSourceUrl

func (x *Chain) GetSourceUrl() string

func (*Chain) ProtoMessage

func (*Chain) ProtoMessage()

func (*Chain) ProtoReflect

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

func (*Chain) Reset

func (x *Chain) Reset()

func (*Chain) String

func (x *Chain) String() string

type DefaultInitialGenesis

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

DefaultInitialGenesis specifies using the default CLI-generated genesis as an initial genesis

func (*DefaultInitialGenesis) Descriptor deprecated

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

Deprecated: Use DefaultInitialGenesis.ProtoReflect.Descriptor instead.

func (*DefaultInitialGenesis) ProtoMessage

func (*DefaultInitialGenesis) ProtoMessage()

func (*DefaultInitialGenesis) ProtoReflect

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

func (*DefaultInitialGenesis) Reset

func (x *DefaultInitialGenesis) Reset()

func (*DefaultInitialGenesis) String

func (x *DefaultInitialGenesis) String() string

type DelayedVesting

type DelayedVesting struct {
	TotalBalance []*v1beta1.Coin        `protobuf:"bytes,1,rep,name=totalBalance,proto3" json:"totalBalance,omitempty"`
	Vesting      []*v1beta1.Coin        `protobuf:"bytes,2,rep,name=vesting,proto3" json:"vesting,omitempty"`
	EndTime      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

DelayedVesting represents options for delayed vesting Delayed vesting is the type of vesting where all vesting coins are vested once end time is reached

func (*DelayedVesting) Descriptor deprecated

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

Deprecated: Use DelayedVesting.ProtoReflect.Descriptor instead.

func (*DelayedVesting) GetEndTime

func (x *DelayedVesting) GetEndTime() *timestamppb.Timestamp

func (*DelayedVesting) GetTotalBalance

func (x *DelayedVesting) GetTotalBalance() []*v1beta1.Coin

func (*DelayedVesting) GetVesting

func (x *DelayedVesting) GetVesting() []*v1beta1.Coin

func (*DelayedVesting) ProtoMessage

func (*DelayedVesting) ProtoMessage()

func (*DelayedVesting) ProtoReflect

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

func (*DelayedVesting) Reset

func (x *DelayedVesting) Reset()

func (*DelayedVesting) String

func (x *DelayedVesting) String() string

type EventAccountRemoved

type EventAccountRemoved struct {
	Address            string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	LaunchId           uint64 `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	CoordinatorAddress string `protobuf:"bytes,3,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventAccountRemoved) Descriptor deprecated

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

Deprecated: Use EventAccountRemoved.ProtoReflect.Descriptor instead.

func (*EventAccountRemoved) GetAddress

func (x *EventAccountRemoved) GetAddress() string

func (*EventAccountRemoved) GetCoordinatorAddress

func (x *EventAccountRemoved) GetCoordinatorAddress() string

func (*EventAccountRemoved) GetLaunchId

func (x *EventAccountRemoved) GetLaunchId() uint64

func (*EventAccountRemoved) ProtoMessage

func (*EventAccountRemoved) ProtoMessage()

func (*EventAccountRemoved) ProtoReflect

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

func (*EventAccountRemoved) Reset

func (x *EventAccountRemoved) Reset()

func (*EventAccountRemoved) String

func (x *EventAccountRemoved) String() string

type EventChainCreated

type EventChainCreated struct {
	LaunchId           uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	CoordinatorAddress string `protobuf:"bytes,2,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	CoordinatorId      uint64 `protobuf:"varint,3,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChainCreated) Descriptor deprecated

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

Deprecated: Use EventChainCreated.ProtoReflect.Descriptor instead.

func (*EventChainCreated) GetCoordinatorAddress

func (x *EventChainCreated) GetCoordinatorAddress() string

func (*EventChainCreated) GetCoordinatorId

func (x *EventChainCreated) GetCoordinatorId() uint64

func (*EventChainCreated) GetLaunchId

func (x *EventChainCreated) GetLaunchId() uint64

func (*EventChainCreated) ProtoMessage

func (*EventChainCreated) ProtoMessage()

func (*EventChainCreated) ProtoReflect

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

func (*EventChainCreated) Reset

func (x *EventChainCreated) Reset()

func (*EventChainCreated) String

func (x *EventChainCreated) String() string

type EventGenesisAccountAdded

type EventGenesisAccountAdded struct {
	LaunchId           uint64          `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address            string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Coins              []*v1beta1.Coin `protobuf:"bytes,3,rep,name=coins,proto3" json:"coins,omitempty"`
	CoordinatorAddress string          `protobuf:"bytes,4,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventGenesisAccountAdded) Descriptor deprecated

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

Deprecated: Use EventGenesisAccountAdded.ProtoReflect.Descriptor instead.

func (*EventGenesisAccountAdded) GetAddress

func (x *EventGenesisAccountAdded) GetAddress() string

func (*EventGenesisAccountAdded) GetCoins

func (x *EventGenesisAccountAdded) GetCoins() []*v1beta1.Coin

func (*EventGenesisAccountAdded) GetCoordinatorAddress

func (x *EventGenesisAccountAdded) GetCoordinatorAddress() string

func (*EventGenesisAccountAdded) GetLaunchId

func (x *EventGenesisAccountAdded) GetLaunchId() uint64

func (*EventGenesisAccountAdded) ProtoMessage

func (*EventGenesisAccountAdded) ProtoMessage()

func (*EventGenesisAccountAdded) ProtoReflect

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

func (*EventGenesisAccountAdded) Reset

func (x *EventGenesisAccountAdded) Reset()

func (*EventGenesisAccountAdded) String

func (x *EventGenesisAccountAdded) String() string

type EventLaunchReverted

type EventLaunchReverted struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventLaunchReverted) Descriptor deprecated

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

Deprecated: Use EventLaunchReverted.ProtoReflect.Descriptor instead.

func (*EventLaunchReverted) GetLaunchId

func (x *EventLaunchReverted) GetLaunchId() uint64

func (*EventLaunchReverted) ProtoMessage

func (*EventLaunchReverted) ProtoMessage()

func (*EventLaunchReverted) ProtoReflect

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

func (*EventLaunchReverted) Reset

func (x *EventLaunchReverted) Reset()

func (*EventLaunchReverted) String

func (x *EventLaunchReverted) String() string

type EventLaunchTriggered

type EventLaunchTriggered struct {
	LaunchId        uint64                 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	LaunchTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=launch_timestamp,json=launchTimestamp,proto3" json:"launch_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*EventLaunchTriggered) Descriptor deprecated

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

Deprecated: Use EventLaunchTriggered.ProtoReflect.Descriptor instead.

func (*EventLaunchTriggered) GetLaunchId

func (x *EventLaunchTriggered) GetLaunchId() uint64

func (*EventLaunchTriggered) GetLaunchTimestamp

func (x *EventLaunchTriggered) GetLaunchTimestamp() *timestamppb.Timestamp

func (*EventLaunchTriggered) ProtoMessage

func (*EventLaunchTriggered) ProtoMessage()

func (*EventLaunchTriggered) ProtoReflect

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

func (*EventLaunchTriggered) Reset

func (x *EventLaunchTriggered) Reset()

func (*EventLaunchTriggered) String

func (x *EventLaunchTriggered) String() string

type EventParamChanged

type EventParamChanged struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Module   string `protobuf:"bytes,2,opt,name=module,proto3" json:"module,omitempty"`
	Param    string `protobuf:"bytes,3,opt,name=param,proto3" json:"param,omitempty"`
	Value    []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EventParamChanged) Descriptor deprecated

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

Deprecated: Use EventParamChanged.ProtoReflect.Descriptor instead.

func (*EventParamChanged) GetLaunchId

func (x *EventParamChanged) GetLaunchId() uint64

func (*EventParamChanged) GetModule

func (x *EventParamChanged) GetModule() string

func (*EventParamChanged) GetParam

func (x *EventParamChanged) GetParam() string

func (*EventParamChanged) GetValue

func (x *EventParamChanged) GetValue() []byte

func (*EventParamChanged) ProtoMessage

func (*EventParamChanged) ProtoMessage()

func (*EventParamChanged) ProtoReflect

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

func (*EventParamChanged) Reset

func (x *EventParamChanged) Reset()

func (*EventParamChanged) String

func (x *EventParamChanged) String() string

type EventRequestCreated

type EventRequestCreated struct {
	Creator string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Request *Request `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*EventRequestCreated) Descriptor deprecated

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

Deprecated: Use EventRequestCreated.ProtoReflect.Descriptor instead.

func (*EventRequestCreated) GetCreator

func (x *EventRequestCreated) GetCreator() string

func (*EventRequestCreated) GetRequest

func (x *EventRequestCreated) GetRequest() *Request

func (*EventRequestCreated) ProtoMessage

func (*EventRequestCreated) ProtoMessage()

func (*EventRequestCreated) ProtoReflect

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

func (*EventRequestCreated) Reset

func (x *EventRequestCreated) Reset()

func (*EventRequestCreated) String

func (x *EventRequestCreated) String() string

type EventRequestSettled

type EventRequestSettled struct {
	LaunchId  uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	RequestId uint64 `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Approved  bool   `protobuf:"varint,3,opt,name=approved,proto3" json:"approved,omitempty"`
	// contains filtered or unexported fields
}

func (*EventRequestSettled) Descriptor deprecated

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

Deprecated: Use EventRequestSettled.ProtoReflect.Descriptor instead.

func (*EventRequestSettled) GetApproved

func (x *EventRequestSettled) GetApproved() bool

func (*EventRequestSettled) GetLaunchId

func (x *EventRequestSettled) GetLaunchId() uint64

func (*EventRequestSettled) GetRequestId

func (x *EventRequestSettled) GetRequestId() uint64

func (*EventRequestSettled) ProtoMessage

func (*EventRequestSettled) ProtoMessage()

func (*EventRequestSettled) ProtoReflect

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

func (*EventRequestSettled) Reset

func (x *EventRequestSettled) Reset()

func (*EventRequestSettled) String

func (x *EventRequestSettled) String() string

type EventValidatorAdded

type EventValidatorAdded struct {
	LaunchId           uint64        `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address            string        `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	GenTx              []byte        `protobuf:"bytes,3,opt,name=genTx,proto3" json:"genTx,omitempty"`
	ConsPubKey         []byte        `protobuf:"bytes,4,opt,name=consPubKey,proto3" json:"consPubKey,omitempty"`
	SelfDelegation     *v1beta1.Coin `protobuf:"bytes,5,opt,name=selfDelegation,proto3" json:"selfDelegation,omitempty"`
	Peer               *Peer         `protobuf:"bytes,6,opt,name=peer,proto3" json:"peer,omitempty"`
	HasProject         bool          `protobuf:"varint,7,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"`
	ProjectId          uint64        `protobuf:"varint,8,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress string        `protobuf:"bytes,9,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventValidatorAdded) Descriptor deprecated

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

Deprecated: Use EventValidatorAdded.ProtoReflect.Descriptor instead.

func (*EventValidatorAdded) GetAddress

func (x *EventValidatorAdded) GetAddress() string

func (*EventValidatorAdded) GetConsPubKey

func (x *EventValidatorAdded) GetConsPubKey() []byte

func (*EventValidatorAdded) GetCoordinatorAddress

func (x *EventValidatorAdded) GetCoordinatorAddress() string

func (*EventValidatorAdded) GetGenTx

func (x *EventValidatorAdded) GetGenTx() []byte

func (*EventValidatorAdded) GetHasProject

func (x *EventValidatorAdded) GetHasProject() bool

func (*EventValidatorAdded) GetLaunchId

func (x *EventValidatorAdded) GetLaunchId() uint64

func (*EventValidatorAdded) GetPeer

func (x *EventValidatorAdded) GetPeer() *Peer

func (*EventValidatorAdded) GetProjectId

func (x *EventValidatorAdded) GetProjectId() uint64

func (*EventValidatorAdded) GetSelfDelegation

func (x *EventValidatorAdded) GetSelfDelegation() *v1beta1.Coin

func (*EventValidatorAdded) ProtoMessage

func (*EventValidatorAdded) ProtoMessage()

func (*EventValidatorAdded) ProtoReflect

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

func (*EventValidatorAdded) Reset

func (x *EventValidatorAdded) Reset()

func (*EventValidatorAdded) String

func (x *EventValidatorAdded) String() string

type EventValidatorRemoved

type EventValidatorRemoved struct {
	GenesisValidatorAccount string `` /* 132-byte string literal not displayed */
	LaunchId                uint64 `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	HasProject              bool   `protobuf:"varint,3,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"`
	ProjectId               uint64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress      string `protobuf:"bytes,5,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventValidatorRemoved) Descriptor deprecated

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

Deprecated: Use EventValidatorRemoved.ProtoReflect.Descriptor instead.

func (*EventValidatorRemoved) GetCoordinatorAddress

func (x *EventValidatorRemoved) GetCoordinatorAddress() string

func (*EventValidatorRemoved) GetGenesisValidatorAccount

func (x *EventValidatorRemoved) GetGenesisValidatorAccount() string

func (*EventValidatorRemoved) GetHasProject

func (x *EventValidatorRemoved) GetHasProject() bool

func (*EventValidatorRemoved) GetLaunchId

func (x *EventValidatorRemoved) GetLaunchId() uint64

func (*EventValidatorRemoved) GetProjectId

func (x *EventValidatorRemoved) GetProjectId() uint64

func (*EventValidatorRemoved) ProtoMessage

func (*EventValidatorRemoved) ProtoMessage()

func (*EventValidatorRemoved) ProtoReflect

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

func (*EventValidatorRemoved) Reset

func (x *EventValidatorRemoved) Reset()

func (*EventValidatorRemoved) String

func (x *EventValidatorRemoved) String() string

type EventVestingAccountAdded

type EventVestingAccountAdded struct {
	LaunchId           uint64          `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address            string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	VestingOptions     *VestingOptions `protobuf:"bytes,3,opt,name=vesting_options,json=vestingOptions,proto3" json:"vesting_options,omitempty"`
	CoordinatorAddress string          `protobuf:"bytes,4,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventVestingAccountAdded) Descriptor deprecated

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

Deprecated: Use EventVestingAccountAdded.ProtoReflect.Descriptor instead.

func (*EventVestingAccountAdded) GetAddress

func (x *EventVestingAccountAdded) GetAddress() string

func (*EventVestingAccountAdded) GetCoordinatorAddress

func (x *EventVestingAccountAdded) GetCoordinatorAddress() string

func (*EventVestingAccountAdded) GetLaunchId

func (x *EventVestingAccountAdded) GetLaunchId() uint64

func (*EventVestingAccountAdded) GetVestingOptions

func (x *EventVestingAccountAdded) GetVestingOptions() *VestingOptions

func (*EventVestingAccountAdded) ProtoMessage

func (*EventVestingAccountAdded) ProtoMessage()

func (*EventVestingAccountAdded) ProtoReflect

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

func (*EventVestingAccountAdded) Reset

func (x *EventVestingAccountAdded) Reset()

func (*EventVestingAccountAdded) String

func (x *EventVestingAccountAdded) String() string

type GenesisAccount

type GenesisAccount struct {
	LaunchId uint64          `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address  string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Coins    []*v1beta1.Coin `protobuf:"bytes,3,rep,name=coins,proto3" json:"coins,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisAccount) Descriptor deprecated

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

Deprecated: Use GenesisAccount.ProtoReflect.Descriptor instead.

func (*GenesisAccount) GetAddress

func (x *GenesisAccount) GetAddress() string

func (*GenesisAccount) GetCoins

func (x *GenesisAccount) GetCoins() []*v1beta1.Coin

func (*GenesisAccount) GetLaunchId

func (x *GenesisAccount) GetLaunchId() uint64

func (*GenesisAccount) ProtoMessage

func (*GenesisAccount) ProtoMessage()

func (*GenesisAccount) ProtoReflect

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

func (*GenesisAccount) Reset

func (x *GenesisAccount) Reset()

func (*GenesisAccount) String

func (x *GenesisAccount) String() string

type GenesisConfig

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

GenesisConfig specifies using a custom genesis from a Ignite CLI config file the file is located in the root specified by source_url

func (*GenesisConfig) Descriptor deprecated

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

Deprecated: Use GenesisConfig.ProtoReflect.Descriptor instead.

func (*GenesisConfig) GetFile

func (x *GenesisConfig) GetFile() string

func (*GenesisConfig) ProtoMessage

func (*GenesisConfig) ProtoMessage()

func (*GenesisConfig) ProtoReflect

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

func (*GenesisConfig) Reset

func (x *GenesisConfig) Reset()

func (*GenesisConfig) String

func (x *GenesisConfig) 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"`
	ChainList            []*Chain            `protobuf:"bytes,2,rep,name=chain_list,json=chainList,proto3" json:"chain_list,omitempty"`
	ChainCount           uint64              `protobuf:"varint,3,opt,name=chain_count,json=chainCount,proto3" json:"chain_count,omitempty"`
	GenesisAccountList   []*GenesisAccount   `protobuf:"bytes,4,rep,name=genesis_account_list,json=genesisAccountList,proto3" json:"genesis_account_list,omitempty"`
	VestingAccountList   []*VestingAccount   `protobuf:"bytes,5,rep,name=vesting_account_list,json=vestingAccountList,proto3" json:"vesting_account_list,omitempty"`
	GenesisValidatorList []*GenesisValidator `protobuf:"bytes,6,rep,name=genesis_validator_list,json=genesisValidatorList,proto3" json:"genesis_validator_list,omitempty"`
	RequestList          []*Request          `protobuf:"bytes,7,rep,name=request_list,json=requestList,proto3" json:"request_list,omitempty"`
	RequestCounters      []*RequestCounter   `protobuf:"bytes,8,rep,name=request_counters,json=requestCounters,proto3" json:"request_counters,omitempty"`
	ParamChangeList      []*ParamChange      `protobuf:"bytes,9,rep,name=param_change_list,json=paramChangeList,proto3" json:"param_change_list,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the launch module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetChainCount

func (x *GenesisState) GetChainCount() uint64

func (*GenesisState) GetChainList

func (x *GenesisState) GetChainList() []*Chain

func (*GenesisState) GetGenesisAccountList

func (x *GenesisState) GetGenesisAccountList() []*GenesisAccount

func (*GenesisState) GetGenesisValidatorList

func (x *GenesisState) GetGenesisValidatorList() []*GenesisValidator

func (*GenesisState) GetParamChangeList

func (x *GenesisState) GetParamChangeList() []*ParamChange

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetRequestCounters

func (x *GenesisState) GetRequestCounters() []*RequestCounter

func (*GenesisState) GetRequestList

func (x *GenesisState) GetRequestList() []*Request

func (*GenesisState) GetVestingAccountList

func (x *GenesisState) GetVestingAccountList() []*VestingAccount

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 GenesisURL

type GenesisURL struct {
	Url  string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

GenesisURL specifies using a custom genesis from a URL as the initial genesis

func (*GenesisURL) Descriptor deprecated

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

Deprecated: Use GenesisURL.ProtoReflect.Descriptor instead.

func (*GenesisURL) GetHash

func (x *GenesisURL) GetHash() string

func (*GenesisURL) GetUrl

func (x *GenesisURL) GetUrl() string

func (*GenesisURL) ProtoMessage

func (*GenesisURL) ProtoMessage()

func (*GenesisURL) ProtoReflect

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

func (*GenesisURL) Reset

func (x *GenesisURL) Reset()

func (*GenesisURL) String

func (x *GenesisURL) String() string

type GenesisValidator

type GenesisValidator struct {
	LaunchId       uint64        `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address        string        `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	GenTx          []byte        `protobuf:"bytes,3,opt,name=gen_tx,json=genTx,proto3" json:"gen_tx,omitempty"`
	ConsPubKey     []byte        `protobuf:"bytes,4,opt,name=cons_pub_key,json=consPubKey,proto3" json:"cons_pub_key,omitempty"`
	SelfDelegation *v1beta1.Coin `protobuf:"bytes,5,opt,name=selfDelegation,proto3" json:"selfDelegation,omitempty"`
	Peer           *Peer         `protobuf:"bytes,6,opt,name=peer,proto3" json:"peer,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisValidator) Descriptor deprecated

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

Deprecated: Use GenesisValidator.ProtoReflect.Descriptor instead.

func (*GenesisValidator) GetAddress

func (x *GenesisValidator) GetAddress() string

func (*GenesisValidator) GetConsPubKey

func (x *GenesisValidator) GetConsPubKey() []byte

func (*GenesisValidator) GetGenTx

func (x *GenesisValidator) GetGenTx() []byte

func (*GenesisValidator) GetLaunchId

func (x *GenesisValidator) GetLaunchId() uint64

func (*GenesisValidator) GetPeer

func (x *GenesisValidator) GetPeer() *Peer

func (*GenesisValidator) GetSelfDelegation

func (x *GenesisValidator) GetSelfDelegation() *v1beta1.Coin

func (*GenesisValidator) ProtoMessage

func (*GenesisValidator) ProtoMessage()

func (*GenesisValidator) ProtoReflect

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

func (*GenesisValidator) Reset

func (x *GenesisValidator) Reset()

func (*GenesisValidator) String

func (x *GenesisValidator) String() string

type InitialGenesis

type InitialGenesis struct {

	// Types that are assignable to Source:
	//
	//	*InitialGenesis_DefaultInitialGenesis
	//	*InitialGenesis_GenesisUrl
	//	*InitialGenesis_GenesisConfig
	Source isInitialGenesis_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*InitialGenesis) Descriptor deprecated

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

Deprecated: Use InitialGenesis.ProtoReflect.Descriptor instead.

func (*InitialGenesis) GetDefaultInitialGenesis

func (x *InitialGenesis) GetDefaultInitialGenesis() *DefaultInitialGenesis

func (*InitialGenesis) GetGenesisConfig

func (x *InitialGenesis) GetGenesisConfig() *GenesisConfig

func (*InitialGenesis) GetGenesisUrl

func (x *InitialGenesis) GetGenesisUrl() *GenesisURL

func (*InitialGenesis) GetSource

func (x *InitialGenesis) GetSource() isInitialGenesis_Source

func (*InitialGenesis) ProtoMessage

func (*InitialGenesis) ProtoMessage()

func (*InitialGenesis) ProtoReflect

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

func (*InitialGenesis) Reset

func (x *InitialGenesis) Reset()

func (*InitialGenesis) String

func (x *InitialGenesis) String() string

type InitialGenesis_DefaultInitialGenesis

type InitialGenesis_DefaultInitialGenesis struct {
	DefaultInitialGenesis *DefaultInitialGenesis `protobuf:"bytes,1,opt,name=default_initial_genesis,json=defaultInitialGenesis,proto3,oneof"`
}

type InitialGenesis_GenesisConfig

type InitialGenesis_GenesisConfig struct {
	GenesisConfig *GenesisConfig `protobuf:"bytes,3,opt,name=genesis_config,json=genesisConfig,proto3,oneof"`
}

type InitialGenesis_GenesisUrl

type InitialGenesis_GenesisUrl struct {
	GenesisUrl *GenesisURL `protobuf:"bytes,2,opt,name=genesis_url,json=genesisUrl,proto3,oneof"`
}

type LaunchTimeRange

type LaunchTimeRange struct {
	MinLaunchTime *durationpb.Duration `protobuf:"bytes,1,opt,name=min_launch_time,json=minLaunchTime,proto3" json:"min_launch_time,omitempty"`
	MaxLaunchTime *durationpb.Duration `protobuf:"bytes,2,opt,name=max_launch_time,json=maxLaunchTime,proto3" json:"max_launch_time,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchTimeRange) Descriptor deprecated

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

Deprecated: Use LaunchTimeRange.ProtoReflect.Descriptor instead.

func (*LaunchTimeRange) GetMaxLaunchTime

func (x *LaunchTimeRange) GetMaxLaunchTime() *durationpb.Duration

func (*LaunchTimeRange) GetMinLaunchTime

func (x *LaunchTimeRange) GetMinLaunchTime() *durationpb.Duration

func (*LaunchTimeRange) ProtoMessage

func (*LaunchTimeRange) ProtoMessage()

func (*LaunchTimeRange) ProtoReflect

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

func (*LaunchTimeRange) Reset

func (x *LaunchTimeRange) Reset()

func (*LaunchTimeRange) String

func (x *LaunchTimeRange) String() string

type MsgClient

type MsgClient interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
	CreateChain(ctx context.Context, in *MsgCreateChain, opts ...grpc.CallOption) (*MsgCreateChainResponse, error)
	EditChain(ctx context.Context, in *MsgEditChain, opts ...grpc.CallOption) (*MsgEditChainResponse, error)
	UpdateLaunchInformation(ctx context.Context, in *MsgUpdateLaunchInformation, opts ...grpc.CallOption) (*MsgUpdateLaunchInformationResponse, error)
	SendRequest(ctx context.Context, in *MsgSendRequest, opts ...grpc.CallOption) (*MsgSendRequestResponse, error)
	SettleRequest(ctx context.Context, in *MsgSettleRequest, opts ...grpc.CallOption) (*MsgSettleRequestResponse, error)
	TriggerLaunch(ctx context.Context, in *MsgTriggerLaunch, opts ...grpc.CallOption) (*MsgTriggerLaunchResponse, error)
	RevertLaunch(ctx context.Context, in *MsgRevertLaunch, opts ...grpc.CallOption) (*MsgRevertLaunchResponse, 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 MsgCreateChain

type MsgCreateChain struct {
	Coordinator    string          `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	GenesisChainId string          `protobuf:"bytes,2,opt,name=genesis_chain_id,json=genesisChainId,proto3" json:"genesis_chain_id,omitempty"`
	SourceUrl      string          `protobuf:"bytes,3,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	SourceHash     string          `protobuf:"bytes,4,opt,name=source_hash,json=sourceHash,proto3" json:"source_hash,omitempty"`
	InitialGenesis *InitialGenesis `protobuf:"bytes,5,opt,name=initial_genesis,json=initialGenesis,proto3" json:"initial_genesis,omitempty"`
	HasProject     bool            `protobuf:"varint,6,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"`
	ProjectId      uint64          `protobuf:"varint,7,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AccountBalance []*v1beta1.Coin `protobuf:"bytes,8,rep,name=account_balance,json=accountBalance,proto3" json:"account_balance,omitempty"`
	Metadata       []byte          `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateChain) Descriptor deprecated

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

Deprecated: Use MsgCreateChain.ProtoReflect.Descriptor instead.

func (*MsgCreateChain) GetAccountBalance

func (x *MsgCreateChain) GetAccountBalance() []*v1beta1.Coin

func (*MsgCreateChain) GetCoordinator

func (x *MsgCreateChain) GetCoordinator() string

func (*MsgCreateChain) GetGenesisChainId

func (x *MsgCreateChain) GetGenesisChainId() string

func (*MsgCreateChain) GetHasProject

func (x *MsgCreateChain) GetHasProject() bool

func (*MsgCreateChain) GetInitialGenesis

func (x *MsgCreateChain) GetInitialGenesis() *InitialGenesis

func (*MsgCreateChain) GetMetadata

func (x *MsgCreateChain) GetMetadata() []byte

func (*MsgCreateChain) GetProjectId

func (x *MsgCreateChain) GetProjectId() uint64

func (*MsgCreateChain) GetSourceHash

func (x *MsgCreateChain) GetSourceHash() string

func (*MsgCreateChain) GetSourceUrl

func (x *MsgCreateChain) GetSourceUrl() string

func (*MsgCreateChain) ProtoMessage

func (*MsgCreateChain) ProtoMessage()

func (*MsgCreateChain) ProtoReflect

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

func (*MsgCreateChain) Reset

func (x *MsgCreateChain) Reset()

func (*MsgCreateChain) String

func (x *MsgCreateChain) String() string

type MsgCreateChainResponse

type MsgCreateChainResponse struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateChainResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateChainResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateChainResponse) GetLaunchId

func (x *MsgCreateChainResponse) GetLaunchId() uint64

func (*MsgCreateChainResponse) ProtoMessage

func (*MsgCreateChainResponse) ProtoMessage()

func (*MsgCreateChainResponse) ProtoReflect

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

func (*MsgCreateChainResponse) Reset

func (x *MsgCreateChainResponse) Reset()

func (*MsgCreateChainResponse) String

func (x *MsgCreateChainResponse) String() string

type MsgEditChain

type MsgEditChain struct {
	Coordinator  string `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	LaunchId     uint64 `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	SetProjectId bool   `protobuf:"varint,3,opt,name=set_project_id,json=setProjectId,proto3" json:"set_project_id,omitempty"`
	ProjectId    uint64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Metadata     []byte `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgEditChain) Descriptor deprecated

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

Deprecated: Use MsgEditChain.ProtoReflect.Descriptor instead.

func (*MsgEditChain) GetCoordinator

func (x *MsgEditChain) GetCoordinator() string

func (*MsgEditChain) GetLaunchId

func (x *MsgEditChain) GetLaunchId() uint64

func (*MsgEditChain) GetMetadata

func (x *MsgEditChain) GetMetadata() []byte

func (*MsgEditChain) GetProjectId

func (x *MsgEditChain) GetProjectId() uint64

func (*MsgEditChain) GetSetProjectId

func (x *MsgEditChain) GetSetProjectId() bool

func (*MsgEditChain) ProtoMessage

func (*MsgEditChain) ProtoMessage()

func (*MsgEditChain) ProtoReflect

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

func (*MsgEditChain) Reset

func (x *MsgEditChain) Reset()

func (*MsgEditChain) String

func (x *MsgEditChain) String() string

type MsgEditChainResponse

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

func (*MsgEditChainResponse) Descriptor deprecated

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

Deprecated: Use MsgEditChainResponse.ProtoReflect.Descriptor instead.

func (*MsgEditChainResponse) ProtoMessage

func (*MsgEditChainResponse) ProtoMessage()

func (*MsgEditChainResponse) ProtoReflect

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

func (*MsgEditChainResponse) Reset

func (x *MsgEditChainResponse) Reset()

func (*MsgEditChainResponse) String

func (x *MsgEditChainResponse) String() string

type MsgRevertLaunch

type MsgRevertLaunch struct {
	Coordinator string `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	LaunchId    uint64 `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgRevertLaunch) Descriptor deprecated

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

Deprecated: Use MsgRevertLaunch.ProtoReflect.Descriptor instead.

func (*MsgRevertLaunch) GetCoordinator

func (x *MsgRevertLaunch) GetCoordinator() string

func (*MsgRevertLaunch) GetLaunchId

func (x *MsgRevertLaunch) GetLaunchId() uint64

func (*MsgRevertLaunch) ProtoMessage

func (*MsgRevertLaunch) ProtoMessage()

func (*MsgRevertLaunch) ProtoReflect

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

func (*MsgRevertLaunch) Reset

func (x *MsgRevertLaunch) Reset()

func (*MsgRevertLaunch) String

func (x *MsgRevertLaunch) String() string

type MsgRevertLaunchResponse

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

func (*MsgRevertLaunchResponse) Descriptor deprecated

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

Deprecated: Use MsgRevertLaunchResponse.ProtoReflect.Descriptor instead.

func (*MsgRevertLaunchResponse) ProtoMessage

func (*MsgRevertLaunchResponse) ProtoMessage()

func (*MsgRevertLaunchResponse) ProtoReflect

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

func (*MsgRevertLaunchResponse) Reset

func (x *MsgRevertLaunchResponse) Reset()

func (*MsgRevertLaunchResponse) String

func (x *MsgRevertLaunchResponse) String() string

type MsgSendRequest

type MsgSendRequest struct {
	Creator  string          `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	LaunchId uint64          `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Content  *RequestContent `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSendRequest) Descriptor deprecated

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

Deprecated: Use MsgSendRequest.ProtoReflect.Descriptor instead.

func (*MsgSendRequest) GetContent

func (x *MsgSendRequest) GetContent() *RequestContent

func (*MsgSendRequest) GetCreator

func (x *MsgSendRequest) GetCreator() string

func (*MsgSendRequest) GetLaunchId

func (x *MsgSendRequest) GetLaunchId() uint64

func (*MsgSendRequest) ProtoMessage

func (*MsgSendRequest) ProtoMessage()

func (*MsgSendRequest) ProtoReflect

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

func (*MsgSendRequest) Reset

func (x *MsgSendRequest) Reset()

func (*MsgSendRequest) String

func (x *MsgSendRequest) String() string

type MsgSendRequestResponse

type MsgSendRequestResponse struct {
	RequestId    uint64 `protobuf:"varint,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	AutoApproved bool   `protobuf:"varint,2,opt,name=auto_approved,json=autoApproved,proto3" json:"auto_approved,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSendRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgSendRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgSendRequestResponse) GetAutoApproved

func (x *MsgSendRequestResponse) GetAutoApproved() bool

func (*MsgSendRequestResponse) GetRequestId

func (x *MsgSendRequestResponse) GetRequestId() uint64

func (*MsgSendRequestResponse) ProtoMessage

func (*MsgSendRequestResponse) ProtoMessage()

func (*MsgSendRequestResponse) ProtoReflect

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

func (*MsgSendRequestResponse) Reset

func (x *MsgSendRequestResponse) Reset()

func (*MsgSendRequestResponse) String

func (x *MsgSendRequestResponse) String() string

type MsgServer

type MsgServer interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
	CreateChain(context.Context, *MsgCreateChain) (*MsgCreateChainResponse, error)
	EditChain(context.Context, *MsgEditChain) (*MsgEditChainResponse, error)
	UpdateLaunchInformation(context.Context, *MsgUpdateLaunchInformation) (*MsgUpdateLaunchInformationResponse, error)
	SendRequest(context.Context, *MsgSendRequest) (*MsgSendRequestResponse, error)
	SettleRequest(context.Context, *MsgSettleRequest) (*MsgSettleRequestResponse, error)
	TriggerLaunch(context.Context, *MsgTriggerLaunch) (*MsgTriggerLaunchResponse, error)
	RevertLaunch(context.Context, *MsgRevertLaunch) (*MsgRevertLaunchResponse, error)
	// contains filtered or unexported methods
}

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

type MsgSettleRequest

type MsgSettleRequest struct {
	Signer    string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
	LaunchId  uint64 `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	RequestId uint64 `protobuf:"varint,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Approve   bool   `protobuf:"varint,4,opt,name=approve,proto3" json:"approve,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSettleRequest) Descriptor deprecated

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

Deprecated: Use MsgSettleRequest.ProtoReflect.Descriptor instead.

func (*MsgSettleRequest) GetApprove

func (x *MsgSettleRequest) GetApprove() bool

func (*MsgSettleRequest) GetLaunchId

func (x *MsgSettleRequest) GetLaunchId() uint64

func (*MsgSettleRequest) GetRequestId

func (x *MsgSettleRequest) GetRequestId() uint64

func (*MsgSettleRequest) GetSigner

func (x *MsgSettleRequest) GetSigner() string

func (*MsgSettleRequest) ProtoMessage

func (*MsgSettleRequest) ProtoMessage()

func (*MsgSettleRequest) ProtoReflect

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

func (*MsgSettleRequest) Reset

func (x *MsgSettleRequest) Reset()

func (*MsgSettleRequest) String

func (x *MsgSettleRequest) String() string

type MsgSettleRequestResponse

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

func (*MsgSettleRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgSettleRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgSettleRequestResponse) ProtoMessage

func (*MsgSettleRequestResponse) ProtoMessage()

func (*MsgSettleRequestResponse) ProtoReflect

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

func (*MsgSettleRequestResponse) Reset

func (x *MsgSettleRequestResponse) Reset()

func (*MsgSettleRequestResponse) String

func (x *MsgSettleRequestResponse) String() string

type MsgTriggerLaunch

type MsgTriggerLaunch struct {
	Coordinator string               `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	LaunchId    uint64               `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	LaunchTime  *durationpb.Duration `protobuf:"bytes,3,opt,name=launch_time,json=launchTime,proto3" json:"launch_time,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgTriggerLaunch) Descriptor deprecated

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

Deprecated: Use MsgTriggerLaunch.ProtoReflect.Descriptor instead.

func (*MsgTriggerLaunch) GetCoordinator

func (x *MsgTriggerLaunch) GetCoordinator() string

func (*MsgTriggerLaunch) GetLaunchId

func (x *MsgTriggerLaunch) GetLaunchId() uint64

func (*MsgTriggerLaunch) GetLaunchTime

func (x *MsgTriggerLaunch) GetLaunchTime() *durationpb.Duration

func (*MsgTriggerLaunch) ProtoMessage

func (*MsgTriggerLaunch) ProtoMessage()

func (*MsgTriggerLaunch) ProtoReflect

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

func (*MsgTriggerLaunch) Reset

func (x *MsgTriggerLaunch) Reset()

func (*MsgTriggerLaunch) String

func (x *MsgTriggerLaunch) String() string

type MsgTriggerLaunchResponse

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

func (*MsgTriggerLaunchResponse) Descriptor deprecated

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

Deprecated: Use MsgTriggerLaunchResponse.ProtoReflect.Descriptor instead.

func (*MsgTriggerLaunchResponse) ProtoMessage

func (*MsgTriggerLaunchResponse) ProtoMessage()

func (*MsgTriggerLaunchResponse) ProtoReflect

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

func (*MsgTriggerLaunchResponse) Reset

func (x *MsgTriggerLaunchResponse) Reset()

func (*MsgTriggerLaunchResponse) String

func (x *MsgTriggerLaunchResponse) String() string

type MsgUpdateLaunchInformation

type MsgUpdateLaunchInformation struct {
	Coordinator    string          `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	LaunchId       uint64          `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	GenesisChainId string          `protobuf:"bytes,3,opt,name=genesis_chain_id,json=genesisChainId,proto3" json:"genesis_chain_id,omitempty"`
	SourceUrl      string          `protobuf:"bytes,4,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	SourceHash     string          `protobuf:"bytes,5,opt,name=source_hash,json=sourceHash,proto3" json:"source_hash,omitempty"`
	InitialGenesis *InitialGenesis `protobuf:"bytes,6,opt,name=initial_genesis,json=initialGenesis,proto3" json:"initial_genesis,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateLaunchInformation) Descriptor deprecated

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

Deprecated: Use MsgUpdateLaunchInformation.ProtoReflect.Descriptor instead.

func (*MsgUpdateLaunchInformation) GetCoordinator

func (x *MsgUpdateLaunchInformation) GetCoordinator() string

func (*MsgUpdateLaunchInformation) GetGenesisChainId

func (x *MsgUpdateLaunchInformation) GetGenesisChainId() string

func (*MsgUpdateLaunchInformation) GetInitialGenesis

func (x *MsgUpdateLaunchInformation) GetInitialGenesis() *InitialGenesis

func (*MsgUpdateLaunchInformation) GetLaunchId

func (x *MsgUpdateLaunchInformation) GetLaunchId() uint64

func (*MsgUpdateLaunchInformation) GetSourceHash

func (x *MsgUpdateLaunchInformation) GetSourceHash() string

func (*MsgUpdateLaunchInformation) GetSourceUrl

func (x *MsgUpdateLaunchInformation) GetSourceUrl() string

func (*MsgUpdateLaunchInformation) ProtoMessage

func (*MsgUpdateLaunchInformation) ProtoMessage()

func (*MsgUpdateLaunchInformation) ProtoReflect

func (*MsgUpdateLaunchInformation) Reset

func (x *MsgUpdateLaunchInformation) Reset()

func (*MsgUpdateLaunchInformation) String

func (x *MsgUpdateLaunchInformation) String() string

type MsgUpdateLaunchInformationResponse

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

func (*MsgUpdateLaunchInformationResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateLaunchInformationResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateLaunchInformationResponse) ProtoMessage

func (*MsgUpdateLaunchInformationResponse) ProtoMessage()

func (*MsgUpdateLaunchInformationResponse) ProtoReflect

func (*MsgUpdateLaunchInformationResponse) Reset

func (*MsgUpdateLaunchInformationResponse) String

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"`
	// 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 ParamChange

type ParamChange struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Module   string `protobuf:"bytes,2,opt,name=module,proto3" json:"module,omitempty"`
	Param    string `protobuf:"bytes,3,opt,name=param,proto3" json:"param,omitempty"`
	Value    []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ParamChange) Descriptor deprecated

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

Deprecated: Use ParamChange.ProtoReflect.Descriptor instead.

func (*ParamChange) GetLaunchId

func (x *ParamChange) GetLaunchId() uint64

func (*ParamChange) GetModule

func (x *ParamChange) GetModule() string

func (*ParamChange) GetParam

func (x *ParamChange) GetParam() string

func (*ParamChange) GetValue

func (x *ParamChange) GetValue() []byte

func (*ParamChange) ProtoMessage

func (*ParamChange) ProtoMessage()

func (*ParamChange) ProtoReflect

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

func (*ParamChange) Reset

func (x *ParamChange) Reset()

func (*ParamChange) String

func (x *ParamChange) String() string

type Params

type Params struct {
	LaunchTimeRange  *LaunchTimeRange     `protobuf:"bytes,1,opt,name=launch_time_range,json=launchTimeRange,proto3" json:"launch_time_range,omitempty"`
	RevertDelay      *durationpb.Duration `protobuf:"bytes,2,opt,name=revert_delay,json=revertDelay,proto3" json:"revert_delay,omitempty"`
	ChainCreationFee []*v1beta1.Coin      `protobuf:"bytes,3,rep,name=chain_creation_fee,json=chainCreationFee,proto3" json:"chain_creation_fee,omitempty"`
	// request_fee is the fee for making a request to a chain
	RequestFee        []*v1beta1.Coin `protobuf:"bytes,4,rep,name=request_fee,json=requestFee,proto3" json:"request_fee,omitempty"`
	MaxMetadataLength uint64          `protobuf:"varint,5,opt,name=max_metadata_length,json=maxMetadataLength,proto3" json:"max_metadata_length,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) GetChainCreationFee

func (x *Params) GetChainCreationFee() []*v1beta1.Coin

func (*Params) GetLaunchTimeRange

func (x *Params) GetLaunchTimeRange() *LaunchTimeRange

func (*Params) GetMaxMetadataLength

func (x *Params) GetMaxMetadataLength() uint64

func (*Params) GetRequestFee

func (x *Params) GetRequestFee() []*v1beta1.Coin

func (*Params) GetRevertDelay

func (x *Params) GetRevertDelay() *durationpb.Duration

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 Peer

type Peer struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // e.g.: 7786ace6ddb3d771024792a46540c88587e0e8cc
	// Types that are assignable to Connection:
	//
	//	*Peer_TcpAddress
	//	*Peer_HttpTunnel
	//	*Peer_None
	Connection isPeer_Connection `protobuf_oneof:"connection"`
	// contains filtered or unexported fields
}

func (*Peer) Descriptor deprecated

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

Deprecated: Use Peer.ProtoReflect.Descriptor instead.

func (*Peer) GetConnection

func (x *Peer) GetConnection() isPeer_Connection

func (*Peer) GetHttpTunnel

func (x *Peer) GetHttpTunnel() *Peer_HTTPTunnel

func (*Peer) GetId

func (x *Peer) GetId() string

func (*Peer) GetNone

func (x *Peer) GetNone() *Peer_EmptyConnection

func (*Peer) GetTcpAddress

func (x *Peer) GetTcpAddress() string

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) ProtoReflect

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

func (*Peer) Reset

func (x *Peer) Reset()

func (*Peer) String

func (x *Peer) String() string

type Peer_EmptyConnection

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

func (*Peer_EmptyConnection) Descriptor deprecated

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

Deprecated: Use Peer_EmptyConnection.ProtoReflect.Descriptor instead.

func (*Peer_EmptyConnection) ProtoMessage

func (*Peer_EmptyConnection) ProtoMessage()

func (*Peer_EmptyConnection) ProtoReflect

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

func (*Peer_EmptyConnection) Reset

func (x *Peer_EmptyConnection) Reset()

func (*Peer_EmptyConnection) String

func (x *Peer_EmptyConnection) String() string

type Peer_HTTPTunnel

type Peer_HTTPTunnel struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`       // e.g.: chisel (https://github.com/jpillora/chisel)
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // for chisel running on Gitpod, e.g.: https://3475-chocolate-capybara-kkiztq32.ws-eu21.gitpod.io/
	// contains filtered or unexported fields
}

func (*Peer_HTTPTunnel) Descriptor deprecated

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

Deprecated: Use Peer_HTTPTunnel.ProtoReflect.Descriptor instead.

func (*Peer_HTTPTunnel) GetAddress

func (x *Peer_HTTPTunnel) GetAddress() string

func (*Peer_HTTPTunnel) GetName

func (x *Peer_HTTPTunnel) GetName() string

func (*Peer_HTTPTunnel) ProtoMessage

func (*Peer_HTTPTunnel) ProtoMessage()

func (*Peer_HTTPTunnel) ProtoReflect

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

func (*Peer_HTTPTunnel) Reset

func (x *Peer_HTTPTunnel) Reset()

func (*Peer_HTTPTunnel) String

func (x *Peer_HTTPTunnel) String() string

type Peer_HttpTunnel

type Peer_HttpTunnel struct {
	HttpTunnel *Peer_HTTPTunnel `protobuf:"bytes,3,opt,name=http_tunnel,json=httpTunnel,proto3,oneof"` // or use an HTTP tunnel
}

type Peer_None

type Peer_None struct {
	None *Peer_EmptyConnection `protobuf:"bytes,4,opt,name=none,proto3,oneof"` // or don't provide any connection
}

type Peer_TcpAddress

type Peer_TcpAddress struct {
	TcpAddress string `protobuf:"bytes,2,opt,name=tcp_address,json=tcpAddress,proto3,oneof"` // use a TCP address
}

type QueryAllChainRequest

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

func (*QueryAllChainRequest) Descriptor deprecated

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

Deprecated: Use QueryAllChainRequest.ProtoReflect.Descriptor instead.

func (*QueryAllChainRequest) GetPagination

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

func (*QueryAllChainRequest) ProtoMessage

func (*QueryAllChainRequest) ProtoMessage()

func (*QueryAllChainRequest) ProtoReflect

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

func (*QueryAllChainRequest) Reset

func (x *QueryAllChainRequest) Reset()

func (*QueryAllChainRequest) String

func (x *QueryAllChainRequest) String() string

type QueryAllChainResponse

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

func (*QueryAllChainResponse) Descriptor deprecated

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

Deprecated: Use QueryAllChainResponse.ProtoReflect.Descriptor instead.

func (*QueryAllChainResponse) GetChain

func (x *QueryAllChainResponse) GetChain() []*Chain

func (*QueryAllChainResponse) GetPagination

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

func (*QueryAllChainResponse) ProtoMessage

func (*QueryAllChainResponse) ProtoMessage()

func (*QueryAllChainResponse) ProtoReflect

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

func (*QueryAllChainResponse) Reset

func (x *QueryAllChainResponse) Reset()

func (*QueryAllChainResponse) String

func (x *QueryAllChainResponse) String() string

type QueryAllGenesisAccountRequest

type QueryAllGenesisAccountRequest struct {
	LaunchId   uint64               `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllGenesisAccountRequest) Descriptor deprecated

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

Deprecated: Use QueryAllGenesisAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryAllGenesisAccountRequest) GetLaunchId

func (x *QueryAllGenesisAccountRequest) GetLaunchId() uint64

func (*QueryAllGenesisAccountRequest) GetPagination

func (*QueryAllGenesisAccountRequest) ProtoMessage

func (*QueryAllGenesisAccountRequest) ProtoMessage()

func (*QueryAllGenesisAccountRequest) ProtoReflect

func (*QueryAllGenesisAccountRequest) Reset

func (x *QueryAllGenesisAccountRequest) Reset()

func (*QueryAllGenesisAccountRequest) String

type QueryAllGenesisAccountResponse

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

func (*QueryAllGenesisAccountResponse) Descriptor deprecated

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

Deprecated: Use QueryAllGenesisAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryAllGenesisAccountResponse) GetGenesisAccount

func (x *QueryAllGenesisAccountResponse) GetGenesisAccount() []*GenesisAccount

func (*QueryAllGenesisAccountResponse) GetPagination

func (*QueryAllGenesisAccountResponse) ProtoMessage

func (*QueryAllGenesisAccountResponse) ProtoMessage()

func (*QueryAllGenesisAccountResponse) ProtoReflect

func (*QueryAllGenesisAccountResponse) Reset

func (x *QueryAllGenesisAccountResponse) Reset()

func (*QueryAllGenesisAccountResponse) String

type QueryAllGenesisValidatorRequest

type QueryAllGenesisValidatorRequest struct {
	LaunchId   uint64               `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllGenesisValidatorRequest) Descriptor deprecated

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

Deprecated: Use QueryAllGenesisValidatorRequest.ProtoReflect.Descriptor instead.

func (*QueryAllGenesisValidatorRequest) GetLaunchId

func (x *QueryAllGenesisValidatorRequest) GetLaunchId() uint64

func (*QueryAllGenesisValidatorRequest) GetPagination

func (*QueryAllGenesisValidatorRequest) ProtoMessage

func (*QueryAllGenesisValidatorRequest) ProtoMessage()

func (*QueryAllGenesisValidatorRequest) ProtoReflect

func (*QueryAllGenesisValidatorRequest) Reset

func (*QueryAllGenesisValidatorRequest) String

type QueryAllGenesisValidatorResponse

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

func (*QueryAllGenesisValidatorResponse) Descriptor deprecated

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

Deprecated: Use QueryAllGenesisValidatorResponse.ProtoReflect.Descriptor instead.

func (*QueryAllGenesisValidatorResponse) GetGenesisValidator

func (x *QueryAllGenesisValidatorResponse) GetGenesisValidator() []*GenesisValidator

func (*QueryAllGenesisValidatorResponse) GetPagination

func (*QueryAllGenesisValidatorResponse) ProtoMessage

func (*QueryAllGenesisValidatorResponse) ProtoMessage()

func (*QueryAllGenesisValidatorResponse) ProtoReflect

func (*QueryAllGenesisValidatorResponse) Reset

func (*QueryAllGenesisValidatorResponse) String

type QueryAllParamChangeRequest

type QueryAllParamChangeRequest struct {
	LaunchId   uint64               `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllParamChangeRequest) Descriptor deprecated

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

Deprecated: Use QueryAllParamChangeRequest.ProtoReflect.Descriptor instead.

func (*QueryAllParamChangeRequest) GetLaunchId

func (x *QueryAllParamChangeRequest) GetLaunchId() uint64

func (*QueryAllParamChangeRequest) GetPagination

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

func (*QueryAllParamChangeRequest) ProtoMessage

func (*QueryAllParamChangeRequest) ProtoMessage()

func (*QueryAllParamChangeRequest) ProtoReflect

func (*QueryAllParamChangeRequest) Reset

func (x *QueryAllParamChangeRequest) Reset()

func (*QueryAllParamChangeRequest) String

func (x *QueryAllParamChangeRequest) String() string

type QueryAllParamChangeResponse

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

func (*QueryAllParamChangeResponse) Descriptor deprecated

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

Deprecated: Use QueryAllParamChangeResponse.ProtoReflect.Descriptor instead.

func (*QueryAllParamChangeResponse) GetPagination

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

func (*QueryAllParamChangeResponse) GetParamChange

func (x *QueryAllParamChangeResponse) GetParamChange() []*ParamChange

func (*QueryAllParamChangeResponse) ProtoMessage

func (*QueryAllParamChangeResponse) ProtoMessage()

func (*QueryAllParamChangeResponse) ProtoReflect

func (*QueryAllParamChangeResponse) Reset

func (x *QueryAllParamChangeResponse) Reset()

func (*QueryAllParamChangeResponse) String

func (x *QueryAllParamChangeResponse) String() string

type QueryAllRequestRequest

type QueryAllRequestRequest struct {
	LaunchId   uint64               `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllRequestRequest) Descriptor deprecated

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

Deprecated: Use QueryAllRequestRequest.ProtoReflect.Descriptor instead.

func (*QueryAllRequestRequest) GetLaunchId

func (x *QueryAllRequestRequest) GetLaunchId() uint64

func (*QueryAllRequestRequest) GetPagination

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

func (*QueryAllRequestRequest) ProtoMessage

func (*QueryAllRequestRequest) ProtoMessage()

func (*QueryAllRequestRequest) ProtoReflect

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

func (*QueryAllRequestRequest) Reset

func (x *QueryAllRequestRequest) Reset()

func (*QueryAllRequestRequest) String

func (x *QueryAllRequestRequest) String() string

type QueryAllRequestResponse

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

func (*QueryAllRequestResponse) Descriptor deprecated

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

Deprecated: Use QueryAllRequestResponse.ProtoReflect.Descriptor instead.

func (*QueryAllRequestResponse) GetPagination

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

func (*QueryAllRequestResponse) GetRequest

func (x *QueryAllRequestResponse) GetRequest() []*Request

func (*QueryAllRequestResponse) ProtoMessage

func (*QueryAllRequestResponse) ProtoMessage()

func (*QueryAllRequestResponse) ProtoReflect

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

func (*QueryAllRequestResponse) Reset

func (x *QueryAllRequestResponse) Reset()

func (*QueryAllRequestResponse) String

func (x *QueryAllRequestResponse) String() string

type QueryAllVestingAccountRequest

type QueryAllVestingAccountRequest struct {
	LaunchId   uint64               `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllVestingAccountRequest) Descriptor deprecated

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

Deprecated: Use QueryAllVestingAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryAllVestingAccountRequest) GetLaunchId

func (x *QueryAllVestingAccountRequest) GetLaunchId() uint64

func (*QueryAllVestingAccountRequest) GetPagination

func (*QueryAllVestingAccountRequest) ProtoMessage

func (*QueryAllVestingAccountRequest) ProtoMessage()

func (*QueryAllVestingAccountRequest) ProtoReflect

func (*QueryAllVestingAccountRequest) Reset

func (x *QueryAllVestingAccountRequest) Reset()

func (*QueryAllVestingAccountRequest) String

type QueryAllVestingAccountResponse

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

func (*QueryAllVestingAccountResponse) Descriptor deprecated

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

Deprecated: Use QueryAllVestingAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryAllVestingAccountResponse) GetPagination

func (*QueryAllVestingAccountResponse) GetVestingAccount

func (x *QueryAllVestingAccountResponse) GetVestingAccount() []*VestingAccount

func (*QueryAllVestingAccountResponse) ProtoMessage

func (*QueryAllVestingAccountResponse) ProtoMessage()

func (*QueryAllVestingAccountResponse) ProtoReflect

func (*QueryAllVestingAccountResponse) Reset

func (x *QueryAllVestingAccountResponse) Reset()

func (*QueryAllVestingAccountResponse) String

type QueryClient

type QueryClient interface {
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a list of Chain items.
	GetChain(ctx context.Context, in *QueryGetChainRequest, opts ...grpc.CallOption) (*QueryGetChainResponse, error)
	ListChain(ctx context.Context, in *QueryAllChainRequest, opts ...grpc.CallOption) (*QueryAllChainResponse, error)
	// Queries a list of GenesisAccount items.
	GetGenesisAccount(ctx context.Context, in *QueryGetGenesisAccountRequest, opts ...grpc.CallOption) (*QueryGetGenesisAccountResponse, error)
	ListGenesisAccount(ctx context.Context, in *QueryAllGenesisAccountRequest, opts ...grpc.CallOption) (*QueryAllGenesisAccountResponse, error)
	// Queries a list of GenesisValidator items.
	GetGenesisValidator(ctx context.Context, in *QueryGetGenesisValidatorRequest, opts ...grpc.CallOption) (*QueryGetGenesisValidatorResponse, error)
	ListGenesisValidator(ctx context.Context, in *QueryAllGenesisValidatorRequest, opts ...grpc.CallOption) (*QueryAllGenesisValidatorResponse, error)
	// Queries a list of VestingAccount items.
	GetVestingAccount(ctx context.Context, in *QueryGetVestingAccountRequest, opts ...grpc.CallOption) (*QueryGetVestingAccountResponse, error)
	ListVestingAccount(ctx context.Context, in *QueryAllVestingAccountRequest, opts ...grpc.CallOption) (*QueryAllVestingAccountResponse, error)
	// Queries a list of Request items.
	GetRequest(ctx context.Context, in *QueryGetRequestRequest, opts ...grpc.CallOption) (*QueryGetRequestResponse, error)
	ListRequest(ctx context.Context, in *QueryAllRequestRequest, opts ...grpc.CallOption) (*QueryAllRequestResponse, error)
	ListParamChange(ctx context.Context, in *QueryAllParamChangeRequest, opts ...grpc.CallOption) (*QueryAllParamChangeResponse, 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 QueryGetChainRequest

type QueryGetChainRequest struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetChainRequest) Descriptor deprecated

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

Deprecated: Use QueryGetChainRequest.ProtoReflect.Descriptor instead.

func (*QueryGetChainRequest) GetLaunchId

func (x *QueryGetChainRequest) GetLaunchId() uint64

func (*QueryGetChainRequest) ProtoMessage

func (*QueryGetChainRequest) ProtoMessage()

func (*QueryGetChainRequest) ProtoReflect

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

func (*QueryGetChainRequest) Reset

func (x *QueryGetChainRequest) Reset()

func (*QueryGetChainRequest) String

func (x *QueryGetChainRequest) String() string

type QueryGetChainResponse

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

func (*QueryGetChainResponse) Descriptor deprecated

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

Deprecated: Use QueryGetChainResponse.ProtoReflect.Descriptor instead.

func (*QueryGetChainResponse) GetChain

func (x *QueryGetChainResponse) GetChain() *Chain

func (*QueryGetChainResponse) ProtoMessage

func (*QueryGetChainResponse) ProtoMessage()

func (*QueryGetChainResponse) ProtoReflect

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

func (*QueryGetChainResponse) Reset

func (x *QueryGetChainResponse) Reset()

func (*QueryGetChainResponse) String

func (x *QueryGetChainResponse) String() string

type QueryGetGenesisAccountRequest

type QueryGetGenesisAccountRequest struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address  string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGenesisAccountRequest) Descriptor deprecated

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

Deprecated: Use QueryGetGenesisAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryGetGenesisAccountRequest) GetAddress

func (x *QueryGetGenesisAccountRequest) GetAddress() string

func (*QueryGetGenesisAccountRequest) GetLaunchId

func (x *QueryGetGenesisAccountRequest) GetLaunchId() uint64

func (*QueryGetGenesisAccountRequest) ProtoMessage

func (*QueryGetGenesisAccountRequest) ProtoMessage()

func (*QueryGetGenesisAccountRequest) ProtoReflect

func (*QueryGetGenesisAccountRequest) Reset

func (x *QueryGetGenesisAccountRequest) Reset()

func (*QueryGetGenesisAccountRequest) String

type QueryGetGenesisAccountResponse

type QueryGetGenesisAccountResponse struct {
	GenesisAccount *GenesisAccount `protobuf:"bytes,1,opt,name=genesis_account,json=genesisAccount,proto3" json:"genesis_account,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGenesisAccountResponse) Descriptor deprecated

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

Deprecated: Use QueryGetGenesisAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryGetGenesisAccountResponse) GetGenesisAccount

func (x *QueryGetGenesisAccountResponse) GetGenesisAccount() *GenesisAccount

func (*QueryGetGenesisAccountResponse) ProtoMessage

func (*QueryGetGenesisAccountResponse) ProtoMessage()

func (*QueryGetGenesisAccountResponse) ProtoReflect

func (*QueryGetGenesisAccountResponse) Reset

func (x *QueryGetGenesisAccountResponse) Reset()

func (*QueryGetGenesisAccountResponse) String

type QueryGetGenesisValidatorRequest

type QueryGetGenesisValidatorRequest struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address  string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGenesisValidatorRequest) Descriptor deprecated

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

Deprecated: Use QueryGetGenesisValidatorRequest.ProtoReflect.Descriptor instead.

func (*QueryGetGenesisValidatorRequest) GetAddress

func (x *QueryGetGenesisValidatorRequest) GetAddress() string

func (*QueryGetGenesisValidatorRequest) GetLaunchId

func (x *QueryGetGenesisValidatorRequest) GetLaunchId() uint64

func (*QueryGetGenesisValidatorRequest) ProtoMessage

func (*QueryGetGenesisValidatorRequest) ProtoMessage()

func (*QueryGetGenesisValidatorRequest) ProtoReflect

func (*QueryGetGenesisValidatorRequest) Reset

func (*QueryGetGenesisValidatorRequest) String

type QueryGetGenesisValidatorResponse

type QueryGetGenesisValidatorResponse struct {
	GenesisValidator *GenesisValidator `protobuf:"bytes,1,opt,name=genesis_validator,json=genesisValidator,proto3" json:"genesis_validator,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGenesisValidatorResponse) Descriptor deprecated

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

Deprecated: Use QueryGetGenesisValidatorResponse.ProtoReflect.Descriptor instead.

func (*QueryGetGenesisValidatorResponse) GetGenesisValidator

func (x *QueryGetGenesisValidatorResponse) GetGenesisValidator() *GenesisValidator

func (*QueryGetGenesisValidatorResponse) ProtoMessage

func (*QueryGetGenesisValidatorResponse) ProtoMessage()

func (*QueryGetGenesisValidatorResponse) ProtoReflect

func (*QueryGetGenesisValidatorResponse) Reset

func (*QueryGetGenesisValidatorResponse) String

type QueryGetRequestRequest

type QueryGetRequestRequest struct {
	LaunchId  uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	RequestId uint64 `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRequestRequest) Descriptor deprecated

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

Deprecated: Use QueryGetRequestRequest.ProtoReflect.Descriptor instead.

func (*QueryGetRequestRequest) GetLaunchId

func (x *QueryGetRequestRequest) GetLaunchId() uint64

func (*QueryGetRequestRequest) GetRequestId

func (x *QueryGetRequestRequest) GetRequestId() uint64

func (*QueryGetRequestRequest) ProtoMessage

func (*QueryGetRequestRequest) ProtoMessage()

func (*QueryGetRequestRequest) ProtoReflect

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

func (*QueryGetRequestRequest) Reset

func (x *QueryGetRequestRequest) Reset()

func (*QueryGetRequestRequest) String

func (x *QueryGetRequestRequest) String() string

type QueryGetRequestResponse

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

func (*QueryGetRequestResponse) Descriptor deprecated

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

Deprecated: Use QueryGetRequestResponse.ProtoReflect.Descriptor instead.

func (*QueryGetRequestResponse) GetRequest

func (x *QueryGetRequestResponse) GetRequest() *Request

func (*QueryGetRequestResponse) ProtoMessage

func (*QueryGetRequestResponse) ProtoMessage()

func (*QueryGetRequestResponse) ProtoReflect

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

func (*QueryGetRequestResponse) Reset

func (x *QueryGetRequestResponse) Reset()

func (*QueryGetRequestResponse) String

func (x *QueryGetRequestResponse) String() string

type QueryGetVestingAccountRequest

type QueryGetVestingAccountRequest struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address  string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetVestingAccountRequest) Descriptor deprecated

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

Deprecated: Use QueryGetVestingAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryGetVestingAccountRequest) GetAddress

func (x *QueryGetVestingAccountRequest) GetAddress() string

func (*QueryGetVestingAccountRequest) GetLaunchId

func (x *QueryGetVestingAccountRequest) GetLaunchId() uint64

func (*QueryGetVestingAccountRequest) ProtoMessage

func (*QueryGetVestingAccountRequest) ProtoMessage()

func (*QueryGetVestingAccountRequest) ProtoReflect

func (*QueryGetVestingAccountRequest) Reset

func (x *QueryGetVestingAccountRequest) Reset()

func (*QueryGetVestingAccountRequest) String

type QueryGetVestingAccountResponse

type QueryGetVestingAccountResponse struct {
	VestingAccount *VestingAccount `protobuf:"bytes,1,opt,name=vesting_account,json=vestingAccount,proto3" json:"vesting_account,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetVestingAccountResponse) Descriptor deprecated

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

Deprecated: Use QueryGetVestingAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryGetVestingAccountResponse) GetVestingAccount

func (x *QueryGetVestingAccountResponse) GetVestingAccount() *VestingAccount

func (*QueryGetVestingAccountResponse) ProtoMessage

func (*QueryGetVestingAccountResponse) ProtoMessage()

func (*QueryGetVestingAccountResponse) ProtoReflect

func (*QueryGetVestingAccountResponse) Reset

func (x *QueryGetVestingAccountResponse) Reset()

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

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a list of Chain items.
	GetChain(context.Context, *QueryGetChainRequest) (*QueryGetChainResponse, error)
	ListChain(context.Context, *QueryAllChainRequest) (*QueryAllChainResponse, error)
	// Queries a list of GenesisAccount items.
	GetGenesisAccount(context.Context, *QueryGetGenesisAccountRequest) (*QueryGetGenesisAccountResponse, error)
	ListGenesisAccount(context.Context, *QueryAllGenesisAccountRequest) (*QueryAllGenesisAccountResponse, error)
	// Queries a list of GenesisValidator items.
	GetGenesisValidator(context.Context, *QueryGetGenesisValidatorRequest) (*QueryGetGenesisValidatorResponse, error)
	ListGenesisValidator(context.Context, *QueryAllGenesisValidatorRequest) (*QueryAllGenesisValidatorResponse, error)
	// Queries a list of VestingAccount items.
	GetVestingAccount(context.Context, *QueryGetVestingAccountRequest) (*QueryGetVestingAccountResponse, error)
	ListVestingAccount(context.Context, *QueryAllVestingAccountRequest) (*QueryAllVestingAccountResponse, error)
	// Queries a list of Request items.
	GetRequest(context.Context, *QueryGetRequestRequest) (*QueryGetRequestResponse, error)
	ListRequest(context.Context, *QueryAllRequestRequest) (*QueryAllRequestResponse, error)
	ListParamChange(context.Context, *QueryAllParamChangeRequest) (*QueryAllParamChangeResponse, error)
	// contains filtered or unexported methods
}

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

type Request

type Request struct {
	LaunchId  uint64          `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	RequestId uint64          `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Creator   string          `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	CreatedAt int64           `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Content   *RequestContent `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	Status    Request_Status  `protobuf:"varint,6,opt,name=status,proto3,enum=network.launch.v1.Request_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Request) Descriptor deprecated

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

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetContent

func (x *Request) GetContent() *RequestContent

func (*Request) GetCreatedAt

func (x *Request) GetCreatedAt() int64

func (*Request) GetCreator

func (x *Request) GetCreator() string

func (*Request) GetLaunchId

func (x *Request) GetLaunchId() uint64

func (*Request) GetRequestId

func (x *Request) GetRequestId() uint64

func (*Request) GetStatus

func (x *Request) GetStatus() Request_Status

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

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

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

type RequestContent

type RequestContent struct {

	// Types that are assignable to Content:
	//
	//	*RequestContent_GenesisAccount
	//	*RequestContent_VestingAccount
	//	*RequestContent_GenesisValidator
	//	*RequestContent_AccountRemoval
	//	*RequestContent_ValidatorRemoval
	//	*RequestContent_ParamChange
	Content isRequestContent_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*RequestContent) Descriptor deprecated

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

Deprecated: Use RequestContent.ProtoReflect.Descriptor instead.

func (*RequestContent) GetAccountRemoval

func (x *RequestContent) GetAccountRemoval() *AccountRemoval

func (*RequestContent) GetContent

func (x *RequestContent) GetContent() isRequestContent_Content

func (*RequestContent) GetGenesisAccount

func (x *RequestContent) GetGenesisAccount() *GenesisAccount

func (*RequestContent) GetGenesisValidator

func (x *RequestContent) GetGenesisValidator() *GenesisValidator

func (*RequestContent) GetParamChange

func (x *RequestContent) GetParamChange() *ParamChange

func (*RequestContent) GetValidatorRemoval

func (x *RequestContent) GetValidatorRemoval() *ValidatorRemoval

func (*RequestContent) GetVestingAccount

func (x *RequestContent) GetVestingAccount() *VestingAccount

func (*RequestContent) ProtoMessage

func (*RequestContent) ProtoMessage()

func (*RequestContent) ProtoReflect

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

func (*RequestContent) Reset

func (x *RequestContent) Reset()

func (*RequestContent) String

func (x *RequestContent) String() string

type RequestContent_AccountRemoval

type RequestContent_AccountRemoval struct {
	AccountRemoval *AccountRemoval `protobuf:"bytes,4,opt,name=account_removal,json=accountRemoval,proto3,oneof"`
}

type RequestContent_GenesisAccount

type RequestContent_GenesisAccount struct {
	GenesisAccount *GenesisAccount `protobuf:"bytes,1,opt,name=genesis_account,json=genesisAccount,proto3,oneof"`
}

type RequestContent_GenesisValidator

type RequestContent_GenesisValidator struct {
	GenesisValidator *GenesisValidator `protobuf:"bytes,3,opt,name=genesis_validator,json=genesisValidator,proto3,oneof"`
}

type RequestContent_ParamChange

type RequestContent_ParamChange struct {
	ParamChange *ParamChange `protobuf:"bytes,6,opt,name=param_change,json=paramChange,proto3,oneof"`
}

type RequestContent_ValidatorRemoval

type RequestContent_ValidatorRemoval struct {
	ValidatorRemoval *ValidatorRemoval `protobuf:"bytes,5,opt,name=validator_removal,json=validatorRemoval,proto3,oneof"`
}

type RequestContent_VestingAccount

type RequestContent_VestingAccount struct {
	VestingAccount *VestingAccount `protobuf:"bytes,2,opt,name=vesting_account,json=vestingAccount,proto3,oneof"`
}

type RequestCounter

type RequestCounter struct {
	LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Counter  uint64 `protobuf:"varint,2,opt,name=counter,proto3" json:"counter,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCounter) Descriptor deprecated

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

Deprecated: Use RequestCounter.ProtoReflect.Descriptor instead.

func (*RequestCounter) GetCounter

func (x *RequestCounter) GetCounter() uint64

func (*RequestCounter) GetLaunchId

func (x *RequestCounter) GetLaunchId() uint64

func (*RequestCounter) ProtoMessage

func (*RequestCounter) ProtoMessage()

func (*RequestCounter) ProtoReflect

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

func (*RequestCounter) Reset

func (x *RequestCounter) Reset()

func (*RequestCounter) String

func (x *RequestCounter) String() string

type Request_Status

type Request_Status int32
const (
	Request_PENDING  Request_Status = 0
	Request_APPROVED Request_Status = 1
	Request_REJECTED Request_Status = 2
)

func (Request_Status) Descriptor

func (Request_Status) Enum

func (x Request_Status) Enum() *Request_Status

func (Request_Status) EnumDescriptor deprecated

func (Request_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Request_Status.Descriptor instead.

func (Request_Status) Number

func (Request_Status) String

func (x Request_Status) String() string

func (Request_Status) Type

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) CreateChain

func (UnimplementedMsgServer) EditChain

func (UnimplementedMsgServer) RevertLaunch

func (UnimplementedMsgServer) SendRequest

func (UnimplementedMsgServer) SettleRequest

func (UnimplementedMsgServer) TriggerLaunch

func (UnimplementedMsgServer) UpdateParams

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) GetChain

func (UnimplementedQueryServer) ListChain

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 ValidatorRemoval

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

func (*ValidatorRemoval) Descriptor deprecated

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

Deprecated: Use ValidatorRemoval.ProtoReflect.Descriptor instead.

func (*ValidatorRemoval) GetValAddress

func (x *ValidatorRemoval) GetValAddress() string

func (*ValidatorRemoval) ProtoMessage

func (*ValidatorRemoval) ProtoMessage()

func (*ValidatorRemoval) ProtoReflect

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

func (*ValidatorRemoval) Reset

func (x *ValidatorRemoval) Reset()

func (*ValidatorRemoval) String

func (x *ValidatorRemoval) String() string

type VestingAccount

type VestingAccount struct {
	LaunchId       uint64          `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	Address        string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	VestingOptions *VestingOptions `protobuf:"bytes,3,opt,name=vesting_options,json=vestingOptions,proto3" json:"vesting_options,omitempty"`
	// contains filtered or unexported fields
}

func (*VestingAccount) Descriptor deprecated

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

Deprecated: Use VestingAccount.ProtoReflect.Descriptor instead.

func (*VestingAccount) GetAddress

func (x *VestingAccount) GetAddress() string

func (*VestingAccount) GetLaunchId

func (x *VestingAccount) GetLaunchId() uint64

func (*VestingAccount) GetVestingOptions

func (x *VestingAccount) GetVestingOptions() *VestingOptions

func (*VestingAccount) ProtoMessage

func (*VestingAccount) ProtoMessage()

func (*VestingAccount) ProtoReflect

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

func (*VestingAccount) Reset

func (x *VestingAccount) Reset()

func (*VestingAccount) String

func (x *VestingAccount) String() string

type VestingOptions

type VestingOptions struct {

	// Types that are assignable to Options:
	//
	//	*VestingOptions_DelayedVesting
	Options isVestingOptions_Options `protobuf_oneof:"options"`
	// contains filtered or unexported fields
}

func (*VestingOptions) Descriptor deprecated

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

Deprecated: Use VestingOptions.ProtoReflect.Descriptor instead.

func (*VestingOptions) GetDelayedVesting

func (x *VestingOptions) GetDelayedVesting() *DelayedVesting

func (*VestingOptions) GetOptions

func (x *VestingOptions) GetOptions() isVestingOptions_Options

func (*VestingOptions) ProtoMessage

func (*VestingOptions) ProtoMessage()

func (*VestingOptions) ProtoReflect

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

func (*VestingOptions) Reset

func (x *VestingOptions) Reset()

func (*VestingOptions) String

func (x *VestingOptions) String() string

type VestingOptions_DelayedVesting

type VestingOptions_DelayedVesting struct {
	DelayedVesting *DelayedVesting `protobuf:"bytes,1,opt,name=delayed_vesting,json=delayedVesting,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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