Documentation
¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func GenesisURLHash(content string) string
- func ParamChangeSubKey(module, param string) string
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- type AccountKeeper
- type AccountRemoval
- func (*AccountRemoval) Descriptor() ([]byte, []int)
- func (m *AccountRemoval) GetAddress() string
- func (m *AccountRemoval) Marshal() (dAtA []byte, err error)
- func (m *AccountRemoval) MarshalTo(dAtA []byte) (int, error)
- func (m *AccountRemoval) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AccountRemoval) ProtoMessage()
- func (m *AccountRemoval) Reset()
- func (m *AccountRemoval) Size() (n int)
- func (m *AccountRemoval) String() string
- func (m *AccountRemoval) Unmarshal(dAtA []byte) error
- func (m AccountRemoval) Validate() error
- func (m *AccountRemoval) XXX_DiscardUnknown()
- func (m *AccountRemoval) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountRemoval) XXX_Merge(src proto.Message)
- func (m *AccountRemoval) XXX_Size() int
- func (m *AccountRemoval) XXX_Unmarshal(b []byte) error
- type BankKeeper
- type Chain
- func (*Chain) Descriptor() ([]byte, []int)
- func (m *Chain) GetAccountBalance() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *Chain) GetConsumerRevisionHeight() int64
- func (m *Chain) GetCoordinatorId() uint64
- func (m *Chain) GetCreatedAt() int64
- func (m *Chain) GetGenesisChainId() string
- func (m *Chain) GetHasProject() bool
- func (m *Chain) GetInitialGenesis() InitialGenesis
- func (m *Chain) GetIsMainnet() bool
- func (m *Chain) GetLaunchId() uint64
- func (m *Chain) GetLaunchTime() time.Time
- func (m *Chain) GetLaunchTriggered() bool
- func (m *Chain) GetMetadata() []byte
- func (m *Chain) GetMonitoringConnected() bool
- func (m *Chain) GetProjectId() uint64
- func (m *Chain) GetSourceHash() string
- func (m *Chain) GetSourceUrl() string
- func (m *Chain) Marshal() (dAtA []byte, err error)
- func (m *Chain) MarshalTo(dAtA []byte) (int, error)
- func (m *Chain) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Chain) ProtoMessage()
- func (m *Chain) Reset()
- func (m *Chain) Size() (n int)
- func (m *Chain) String() string
- func (m *Chain) Unmarshal(dAtA []byte) error
- func (m Chain) Validate() error
- func (m *Chain) XXX_DiscardUnknown()
- func (m *Chain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Chain) XXX_Merge(src proto.Message)
- func (m *Chain) XXX_Size() int
- func (m *Chain) XXX_Unmarshal(b []byte) error
- type DefaultInitialGenesis
- func (*DefaultInitialGenesis) Descriptor() ([]byte, []int)
- func (m *DefaultInitialGenesis) Marshal() (dAtA []byte, err error)
- func (m *DefaultInitialGenesis) MarshalTo(dAtA []byte) (int, error)
- func (m *DefaultInitialGenesis) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DefaultInitialGenesis) ProtoMessage()
- func (m *DefaultInitialGenesis) Reset()
- func (m *DefaultInitialGenesis) Size() (n int)
- func (m *DefaultInitialGenesis) String() string
- func (m *DefaultInitialGenesis) Unmarshal(dAtA []byte) error
- func (m *DefaultInitialGenesis) XXX_DiscardUnknown()
- func (m *DefaultInitialGenesis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DefaultInitialGenesis) XXX_Merge(src proto.Message)
- func (m *DefaultInitialGenesis) XXX_Size() int
- func (m *DefaultInitialGenesis) XXX_Unmarshal(b []byte) error
- type DelayedVesting
- func (*DelayedVesting) Descriptor() ([]byte, []int)
- func (m *DelayedVesting) GetEndTime() time.Time
- func (m *DelayedVesting) GetTotalBalance() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *DelayedVesting) GetVesting() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *DelayedVesting) Marshal() (dAtA []byte, err error)
- func (m *DelayedVesting) MarshalTo(dAtA []byte) (int, error)
- func (m *DelayedVesting) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelayedVesting) ProtoMessage()
- func (m *DelayedVesting) Reset()
- func (m *DelayedVesting) Size() (n int)
- func (m *DelayedVesting) String() string
- func (m *DelayedVesting) Unmarshal(dAtA []byte) error
- func (m *DelayedVesting) XXX_DiscardUnknown()
- func (m *DelayedVesting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelayedVesting) XXX_Merge(src proto.Message)
- func (m *DelayedVesting) XXX_Size() int
- func (m *DelayedVesting) XXX_Unmarshal(b []byte) error
- type DistributionKeeper
- type EventAccountRemoved
- func (*EventAccountRemoved) Descriptor() ([]byte, []int)
- func (m *EventAccountRemoved) GetAddress() string
- func (m *EventAccountRemoved) GetCoordinatorAddress() string
- func (m *EventAccountRemoved) GetLaunchId() uint64
- func (m *EventAccountRemoved) Marshal() (dAtA []byte, err error)
- func (m *EventAccountRemoved) MarshalTo(dAtA []byte) (int, error)
- func (m *EventAccountRemoved) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventAccountRemoved) ProtoMessage()
- func (m *EventAccountRemoved) Reset()
- func (m *EventAccountRemoved) Size() (n int)
- func (m *EventAccountRemoved) String() string
- func (m *EventAccountRemoved) Unmarshal(dAtA []byte) error
- func (m *EventAccountRemoved) XXX_DiscardUnknown()
- func (m *EventAccountRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventAccountRemoved) XXX_Merge(src proto.Message)
- func (m *EventAccountRemoved) XXX_Size() int
- func (m *EventAccountRemoved) XXX_Unmarshal(b []byte) error
- type EventChainCreated
- func (*EventChainCreated) Descriptor() ([]byte, []int)
- func (m *EventChainCreated) GetCoordinatorAddress() string
- func (m *EventChainCreated) GetCoordinatorId() uint64
- func (m *EventChainCreated) GetLaunchId() uint64
- func (m *EventChainCreated) Marshal() (dAtA []byte, err error)
- func (m *EventChainCreated) MarshalTo(dAtA []byte) (int, error)
- func (m *EventChainCreated) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventChainCreated) ProtoMessage()
- func (m *EventChainCreated) Reset()
- func (m *EventChainCreated) Size() (n int)
- func (m *EventChainCreated) String() string
- func (m *EventChainCreated) Unmarshal(dAtA []byte) error
- func (m *EventChainCreated) XXX_DiscardUnknown()
- func (m *EventChainCreated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventChainCreated) XXX_Merge(src proto.Message)
- func (m *EventChainCreated) XXX_Size() int
- func (m *EventChainCreated) XXX_Unmarshal(b []byte) error
- type EventGenesisAccountAdded
- func (*EventGenesisAccountAdded) Descriptor() ([]byte, []int)
- func (m *EventGenesisAccountAdded) GetAddress() string
- func (m *EventGenesisAccountAdded) GetCoins() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *EventGenesisAccountAdded) GetCoordinatorAddress() string
- func (m *EventGenesisAccountAdded) GetLaunchId() uint64
- func (m *EventGenesisAccountAdded) Marshal() (dAtA []byte, err error)
- func (m *EventGenesisAccountAdded) MarshalTo(dAtA []byte) (int, error)
- func (m *EventGenesisAccountAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventGenesisAccountAdded) ProtoMessage()
- func (m *EventGenesisAccountAdded) Reset()
- func (m *EventGenesisAccountAdded) Size() (n int)
- func (m *EventGenesisAccountAdded) String() string
- func (m *EventGenesisAccountAdded) Unmarshal(dAtA []byte) error
- func (m *EventGenesisAccountAdded) XXX_DiscardUnknown()
- func (m *EventGenesisAccountAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventGenesisAccountAdded) XXX_Merge(src proto.Message)
- func (m *EventGenesisAccountAdded) XXX_Size() int
- func (m *EventGenesisAccountAdded) XXX_Unmarshal(b []byte) error
- type EventLaunchReverted
- func (*EventLaunchReverted) Descriptor() ([]byte, []int)
- func (m *EventLaunchReverted) GetLaunchId() uint64
- func (m *EventLaunchReverted) Marshal() (dAtA []byte, err error)
- func (m *EventLaunchReverted) MarshalTo(dAtA []byte) (int, error)
- func (m *EventLaunchReverted) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventLaunchReverted) ProtoMessage()
- func (m *EventLaunchReverted) Reset()
- func (m *EventLaunchReverted) Size() (n int)
- func (m *EventLaunchReverted) String() string
- func (m *EventLaunchReverted) Unmarshal(dAtA []byte) error
- func (m *EventLaunchReverted) XXX_DiscardUnknown()
- func (m *EventLaunchReverted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventLaunchReverted) XXX_Merge(src proto.Message)
- func (m *EventLaunchReverted) XXX_Size() int
- func (m *EventLaunchReverted) XXX_Unmarshal(b []byte) error
- type EventLaunchTriggered
- func (*EventLaunchTriggered) Descriptor() ([]byte, []int)
- func (m *EventLaunchTriggered) GetLaunchId() uint64
- func (m *EventLaunchTriggered) GetLaunchTimestamp() time.Time
- func (m *EventLaunchTriggered) Marshal() (dAtA []byte, err error)
- func (m *EventLaunchTriggered) MarshalTo(dAtA []byte) (int, error)
- func (m *EventLaunchTriggered) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventLaunchTriggered) ProtoMessage()
- func (m *EventLaunchTriggered) Reset()
- func (m *EventLaunchTriggered) Size() (n int)
- func (m *EventLaunchTriggered) String() string
- func (m *EventLaunchTriggered) Unmarshal(dAtA []byte) error
- func (m *EventLaunchTriggered) XXX_DiscardUnknown()
- func (m *EventLaunchTriggered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventLaunchTriggered) XXX_Merge(src proto.Message)
- func (m *EventLaunchTriggered) XXX_Size() int
- func (m *EventLaunchTriggered) XXX_Unmarshal(b []byte) error
- type EventParamChanged
- func (*EventParamChanged) Descriptor() ([]byte, []int)
- func (m *EventParamChanged) GetLaunchId() uint64
- func (m *EventParamChanged) GetModule() string
- func (m *EventParamChanged) GetParam() string
- func (m *EventParamChanged) GetValue() []byte
- func (m *EventParamChanged) Marshal() (dAtA []byte, err error)
- func (m *EventParamChanged) MarshalTo(dAtA []byte) (int, error)
- func (m *EventParamChanged) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventParamChanged) ProtoMessage()
- func (m *EventParamChanged) Reset()
- func (m *EventParamChanged) Size() (n int)
- func (m *EventParamChanged) String() string
- func (m *EventParamChanged) Unmarshal(dAtA []byte) error
- func (m *EventParamChanged) XXX_DiscardUnknown()
- func (m *EventParamChanged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventParamChanged) XXX_Merge(src proto.Message)
- func (m *EventParamChanged) XXX_Size() int
- func (m *EventParamChanged) XXX_Unmarshal(b []byte) error
- type EventRequestCreated
- func (*EventRequestCreated) Descriptor() ([]byte, []int)
- func (m *EventRequestCreated) GetCreator() string
- func (m *EventRequestCreated) GetRequest() Request
- func (m *EventRequestCreated) Marshal() (dAtA []byte, err error)
- func (m *EventRequestCreated) MarshalTo(dAtA []byte) (int, error)
- func (m *EventRequestCreated) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventRequestCreated) ProtoMessage()
- func (m *EventRequestCreated) Reset()
- func (m *EventRequestCreated) Size() (n int)
- func (m *EventRequestCreated) String() string
- func (m *EventRequestCreated) Unmarshal(dAtA []byte) error
- func (m *EventRequestCreated) XXX_DiscardUnknown()
- func (m *EventRequestCreated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventRequestCreated) XXX_Merge(src proto.Message)
- func (m *EventRequestCreated) XXX_Size() int
- func (m *EventRequestCreated) XXX_Unmarshal(b []byte) error
- type EventRequestSettled
- func (*EventRequestSettled) Descriptor() ([]byte, []int)
- func (m *EventRequestSettled) GetApproved() bool
- func (m *EventRequestSettled) GetLaunchId() uint64
- func (m *EventRequestSettled) GetRequestId() uint64
- func (m *EventRequestSettled) Marshal() (dAtA []byte, err error)
- func (m *EventRequestSettled) MarshalTo(dAtA []byte) (int, error)
- func (m *EventRequestSettled) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventRequestSettled) ProtoMessage()
- func (m *EventRequestSettled) Reset()
- func (m *EventRequestSettled) Size() (n int)
- func (m *EventRequestSettled) String() string
- func (m *EventRequestSettled) Unmarshal(dAtA []byte) error
- func (m *EventRequestSettled) XXX_DiscardUnknown()
- func (m *EventRequestSettled) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventRequestSettled) XXX_Merge(src proto.Message)
- func (m *EventRequestSettled) XXX_Size() int
- func (m *EventRequestSettled) XXX_Unmarshal(b []byte) error
- type EventValidatorAdded
- func (*EventValidatorAdded) Descriptor() ([]byte, []int)
- func (m *EventValidatorAdded) GetAddress() string
- func (m *EventValidatorAdded) GetConsPubKey() []byte
- func (m *EventValidatorAdded) GetCoordinatorAddress() string
- func (m *EventValidatorAdded) GetGenTx() []byte
- func (m *EventValidatorAdded) GetHasProject() bool
- func (m *EventValidatorAdded) GetLaunchId() uint64
- func (m *EventValidatorAdded) GetPeer() Peer
- func (m *EventValidatorAdded) GetProjectId() uint64
- func (m *EventValidatorAdded) GetSelfDelegation() types.Coin
- func (m *EventValidatorAdded) Marshal() (dAtA []byte, err error)
- func (m *EventValidatorAdded) MarshalTo(dAtA []byte) (int, error)
- func (m *EventValidatorAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventValidatorAdded) ProtoMessage()
- func (m *EventValidatorAdded) Reset()
- func (m *EventValidatorAdded) Size() (n int)
- func (m *EventValidatorAdded) String() string
- func (m *EventValidatorAdded) Unmarshal(dAtA []byte) error
- func (m *EventValidatorAdded) XXX_DiscardUnknown()
- func (m *EventValidatorAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventValidatorAdded) XXX_Merge(src proto.Message)
- func (m *EventValidatorAdded) XXX_Size() int
- func (m *EventValidatorAdded) XXX_Unmarshal(b []byte) error
- type EventValidatorRemoved
- func (*EventValidatorRemoved) Descriptor() ([]byte, []int)
- func (m *EventValidatorRemoved) GetCoordinatorAddress() string
- func (m *EventValidatorRemoved) GetGenesisValidatorAccount() string
- func (m *EventValidatorRemoved) GetHasProject() bool
- func (m *EventValidatorRemoved) GetLaunchId() uint64
- func (m *EventValidatorRemoved) GetProjectId() uint64
- func (m *EventValidatorRemoved) Marshal() (dAtA []byte, err error)
- func (m *EventValidatorRemoved) MarshalTo(dAtA []byte) (int, error)
- func (m *EventValidatorRemoved) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventValidatorRemoved) ProtoMessage()
- func (m *EventValidatorRemoved) Reset()
- func (m *EventValidatorRemoved) Size() (n int)
- func (m *EventValidatorRemoved) String() string
- func (m *EventValidatorRemoved) Unmarshal(dAtA []byte) error
- func (m *EventValidatorRemoved) XXX_DiscardUnknown()
- func (m *EventValidatorRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventValidatorRemoved) XXX_Merge(src proto.Message)
- func (m *EventValidatorRemoved) XXX_Size() int
- func (m *EventValidatorRemoved) XXX_Unmarshal(b []byte) error
- type EventVestingAccountAdded
- func (*EventVestingAccountAdded) Descriptor() ([]byte, []int)
- func (m *EventVestingAccountAdded) GetAddress() string
- func (m *EventVestingAccountAdded) GetCoordinatorAddress() string
- func (m *EventVestingAccountAdded) GetLaunchId() uint64
- func (m *EventVestingAccountAdded) GetVestingOptions() VestingOptions
- func (m *EventVestingAccountAdded) Marshal() (dAtA []byte, err error)
- func (m *EventVestingAccountAdded) MarshalTo(dAtA []byte) (int, error)
- func (m *EventVestingAccountAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventVestingAccountAdded) ProtoMessage()
- func (m *EventVestingAccountAdded) Reset()
- func (m *EventVestingAccountAdded) Size() (n int)
- func (m *EventVestingAccountAdded) String() string
- func (m *EventVestingAccountAdded) Unmarshal(dAtA []byte) error
- func (m *EventVestingAccountAdded) XXX_DiscardUnknown()
- func (m *EventVestingAccountAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventVestingAccountAdded) XXX_Merge(src proto.Message)
- func (m *EventVestingAccountAdded) XXX_Size() int
- func (m *EventVestingAccountAdded) XXX_Unmarshal(b []byte) error
- type GenesisAccount
- func (*GenesisAccount) Descriptor() ([]byte, []int)
- func (m *GenesisAccount) GetAddress() string
- func (m *GenesisAccount) GetCoins() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *GenesisAccount) GetLaunchId() uint64
- func (m *GenesisAccount) Marshal() (dAtA []byte, err error)
- func (m *GenesisAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisAccount) ProtoMessage()
- func (m *GenesisAccount) Reset()
- func (m *GenesisAccount) Size() (n int)
- func (m *GenesisAccount) String() string
- func (m *GenesisAccount) Unmarshal(dAtA []byte) error
- func (m GenesisAccount) Validate(launchID uint64) error
- func (m *GenesisAccount) XXX_DiscardUnknown()
- func (m *GenesisAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisAccount) XXX_Merge(src proto.Message)
- func (m *GenesisAccount) XXX_Size() int
- func (m *GenesisAccount) XXX_Unmarshal(b []byte) error
- type GenesisConfig
- func (*GenesisConfig) Descriptor() ([]byte, []int)
- func (m *GenesisConfig) GetFile() string
- func (m *GenesisConfig) Marshal() (dAtA []byte, err error)
- func (m *GenesisConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisConfig) ProtoMessage()
- func (m *GenesisConfig) Reset()
- func (m *GenesisConfig) Size() (n int)
- func (m *GenesisConfig) String() string
- func (m *GenesisConfig) Unmarshal(dAtA []byte) error
- func (m *GenesisConfig) XXX_DiscardUnknown()
- func (m *GenesisConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisConfig) XXX_Merge(src proto.Message)
- func (m *GenesisConfig) XXX_Size() int
- func (m *GenesisConfig) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetChainCount() uint64
- func (m *GenesisState) GetChainList() []Chain
- func (m *GenesisState) GetGenesisAccountList() []GenesisAccount
- func (m *GenesisState) GetGenesisValidatorList() []GenesisValidator
- func (m *GenesisState) GetParamChangeList() []ParamChange
- func (m *GenesisState) GetParams() Params
- func (m *GenesisState) GetRequestCounters() []RequestCounter
- func (m *GenesisState) GetRequestList() []Request
- func (m *GenesisState) GetVestingAccountList() []VestingAccount
- func (m *GenesisState) Marshal() (dAtA []byte, err error)
- func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs GenesisState) Validate() error
- func (m *GenesisState) XXX_DiscardUnknown()
- func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisState) XXX_Merge(src proto.Message)
- func (m *GenesisState) XXX_Size() int
- func (m *GenesisState) XXX_Unmarshal(b []byte) error
- type GenesisURL
- func (*GenesisURL) Descriptor() ([]byte, []int)
- func (m *GenesisURL) GetHash() string
- func (m *GenesisURL) GetUrl() string
- func (m *GenesisURL) Marshal() (dAtA []byte, err error)
- func (m *GenesisURL) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisURL) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisURL) ProtoMessage()
- func (m *GenesisURL) Reset()
- func (m *GenesisURL) Size() (n int)
- func (m *GenesisURL) String() string
- func (m *GenesisURL) Unmarshal(dAtA []byte) error
- func (m *GenesisURL) XXX_DiscardUnknown()
- func (m *GenesisURL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisURL) XXX_Merge(src proto.Message)
- func (m *GenesisURL) XXX_Size() int
- func (m *GenesisURL) XXX_Unmarshal(b []byte) error
- type GenesisValidator
- func (*GenesisValidator) Descriptor() ([]byte, []int)
- func (m *GenesisValidator) GetAddress() string
- func (m *GenesisValidator) GetConsPubKey() []byte
- func (m *GenesisValidator) GetGenTx() []byte
- func (m *GenesisValidator) GetLaunchId() uint64
- func (m *GenesisValidator) GetPeer() Peer
- func (m *GenesisValidator) GetSelfDelegation() types.Coin
- func (m *GenesisValidator) Marshal() (dAtA []byte, err error)
- func (m *GenesisValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisValidator) ProtoMessage()
- func (m *GenesisValidator) Reset()
- func (m *GenesisValidator) Size() (n int)
- func (m *GenesisValidator) String() string
- func (m *GenesisValidator) Unmarshal(dAtA []byte) error
- func (m GenesisValidator) Validate(launchID uint64) error
- func (m *GenesisValidator) XXX_DiscardUnknown()
- func (m *GenesisValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisValidator) XXX_Merge(src proto.Message)
- func (m *GenesisValidator) XXX_Size() int
- func (m *GenesisValidator) XXX_Unmarshal(b []byte) error
- type InitialGenesis
- func (*InitialGenesis) Descriptor() ([]byte, []int)
- func (m *InitialGenesis) GetDefaultInitialGenesis() *DefaultInitialGenesis
- func (m *InitialGenesis) GetGenesisConfig() *GenesisConfig
- func (m *InitialGenesis) GetGenesisUrl() *GenesisURL
- func (m *InitialGenesis) GetSource() isInitialGenesis_Source
- func (m *InitialGenesis) Marshal() (dAtA []byte, err error)
- func (m *InitialGenesis) MarshalTo(dAtA []byte) (int, error)
- func (m *InitialGenesis) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InitialGenesis) ProtoMessage()
- func (m *InitialGenesis) Reset()
- func (m *InitialGenesis) Size() (n int)
- func (m *InitialGenesis) String() string
- func (m *InitialGenesis) Unmarshal(dAtA []byte) error
- func (m InitialGenesis) Validate() error
- func (m *InitialGenesis) XXX_DiscardUnknown()
- func (m *InitialGenesis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InitialGenesis) XXX_Merge(src proto.Message)
- func (*InitialGenesis) XXX_OneofWrappers() []interface{}
- func (m *InitialGenesis) XXX_Size() int
- func (m *InitialGenesis) XXX_Unmarshal(b []byte) error
- type InitialGenesis_DefaultInitialGenesis
- type InitialGenesis_GenesisConfig
- type InitialGenesis_GenesisUrl
- type LaunchHooks
- type LaunchTimeRange
- func (*LaunchTimeRange) Descriptor() ([]byte, []int)
- func (l *LaunchTimeRange) Equal(cmp *LaunchTimeRange) bool
- func (m *LaunchTimeRange) GetMaxLaunchTime() time.Duration
- func (m *LaunchTimeRange) GetMinLaunchTime() time.Duration
- func (m *LaunchTimeRange) Marshal() (dAtA []byte, err error)
- func (m *LaunchTimeRange) MarshalTo(dAtA []byte) (int, error)
- func (m *LaunchTimeRange) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LaunchTimeRange) ProtoMessage()
- func (m *LaunchTimeRange) Reset()
- func (m *LaunchTimeRange) Size() (n int)
- func (m *LaunchTimeRange) String() string
- func (m *LaunchTimeRange) Unmarshal(dAtA []byte) error
- func (m *LaunchTimeRange) XXX_DiscardUnknown()
- func (m *LaunchTimeRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LaunchTimeRange) XXX_Merge(src proto.Message)
- func (m *LaunchTimeRange) XXX_Size() int
- func (m *LaunchTimeRange) XXX_Unmarshal(b []byte) error
- type MonitoringConsumerKeeper
- type MsgClient
- type MsgCreateChain
- func (*MsgCreateChain) Descriptor() ([]byte, []int)
- func (m *MsgCreateChain) GetAccountBalance() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *MsgCreateChain) GetCoordinator() string
- func (m *MsgCreateChain) GetGenesisChainId() string
- func (m *MsgCreateChain) GetHasProject() bool
- func (m *MsgCreateChain) GetInitialGenesis() InitialGenesis
- func (m *MsgCreateChain) GetMetadata() []byte
- func (m *MsgCreateChain) GetProjectId() uint64
- func (m *MsgCreateChain) GetSourceHash() string
- func (m *MsgCreateChain) GetSourceUrl() string
- func (m *MsgCreateChain) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateChain) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateChain) ProtoMessage()
- func (m *MsgCreateChain) Reset()
- func (m *MsgCreateChain) Size() (n int)
- func (m *MsgCreateChain) String() string
- func (msg MsgCreateChain) Type() string
- func (m *MsgCreateChain) Unmarshal(dAtA []byte) error
- func (msg *MsgCreateChain) ValidateBasic() error
- func (m *MsgCreateChain) XXX_DiscardUnknown()
- func (m *MsgCreateChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateChain) XXX_Merge(src proto.Message)
- func (m *MsgCreateChain) XXX_Size() int
- func (m *MsgCreateChain) XXX_Unmarshal(b []byte) error
- type MsgCreateChainResponse
- func (*MsgCreateChainResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreateChainResponse) GetLaunchId() uint64
- func (m *MsgCreateChainResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateChainResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateChainResponse) ProtoMessage()
- func (m *MsgCreateChainResponse) Reset()
- func (m *MsgCreateChainResponse) Size() (n int)
- func (m *MsgCreateChainResponse) String() string
- func (m *MsgCreateChainResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreateChainResponse) XXX_DiscardUnknown()
- func (m *MsgCreateChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateChainResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreateChainResponse) XXX_Size() int
- func (m *MsgCreateChainResponse) XXX_Unmarshal(b []byte) error
- type MsgEditChain
- func (*MsgEditChain) Descriptor() ([]byte, []int)
- func (m *MsgEditChain) GetCoordinator() string
- func (m *MsgEditChain) GetLaunchId() uint64
- func (m *MsgEditChain) GetMetadata() []byte
- func (m *MsgEditChain) GetProjectId() uint64
- func (m *MsgEditChain) GetSetProjectId() bool
- func (m *MsgEditChain) Marshal() (dAtA []byte, err error)
- func (m *MsgEditChain) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgEditChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgEditChain) ProtoMessage()
- func (m *MsgEditChain) Reset()
- func (m *MsgEditChain) Size() (n int)
- func (m *MsgEditChain) String() string
- func (msg MsgEditChain) Type() string
- func (m *MsgEditChain) Unmarshal(dAtA []byte) error
- func (msg *MsgEditChain) ValidateBasic() error
- func (m *MsgEditChain) XXX_DiscardUnknown()
- func (m *MsgEditChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgEditChain) XXX_Merge(src proto.Message)
- func (m *MsgEditChain) XXX_Size() int
- func (m *MsgEditChain) XXX_Unmarshal(b []byte) error
- type MsgEditChainResponse
- func (*MsgEditChainResponse) Descriptor() ([]byte, []int)
- func (m *MsgEditChainResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgEditChainResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgEditChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgEditChainResponse) ProtoMessage()
- func (m *MsgEditChainResponse) Reset()
- func (m *MsgEditChainResponse) Size() (n int)
- func (m *MsgEditChainResponse) String() string
- func (m *MsgEditChainResponse) Unmarshal(dAtA []byte) error
- func (m *MsgEditChainResponse) XXX_DiscardUnknown()
- func (m *MsgEditChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgEditChainResponse) XXX_Merge(src proto.Message)
- func (m *MsgEditChainResponse) XXX_Size() int
- func (m *MsgEditChainResponse) XXX_Unmarshal(b []byte) error
- type MsgRevertLaunch
- func (*MsgRevertLaunch) Descriptor() ([]byte, []int)
- func (m *MsgRevertLaunch) GetCoordinator() string
- func (m *MsgRevertLaunch) GetLaunchId() uint64
- func (m *MsgRevertLaunch) Marshal() (dAtA []byte, err error)
- func (m *MsgRevertLaunch) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRevertLaunch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRevertLaunch) ProtoMessage()
- func (m *MsgRevertLaunch) Reset()
- func (m *MsgRevertLaunch) Size() (n int)
- func (m *MsgRevertLaunch) String() string
- func (msg MsgRevertLaunch) Type() string
- func (m *MsgRevertLaunch) Unmarshal(dAtA []byte) error
- func (m *MsgRevertLaunch) XXX_DiscardUnknown()
- func (m *MsgRevertLaunch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRevertLaunch) XXX_Merge(src proto.Message)
- func (m *MsgRevertLaunch) XXX_Size() int
- func (m *MsgRevertLaunch) XXX_Unmarshal(b []byte) error
- type MsgRevertLaunchResponse
- func (*MsgRevertLaunchResponse) Descriptor() ([]byte, []int)
- func (m *MsgRevertLaunchResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRevertLaunchResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRevertLaunchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRevertLaunchResponse) ProtoMessage()
- func (m *MsgRevertLaunchResponse) Reset()
- func (m *MsgRevertLaunchResponse) Size() (n int)
- func (m *MsgRevertLaunchResponse) String() string
- func (m *MsgRevertLaunchResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRevertLaunchResponse) XXX_DiscardUnknown()
- func (m *MsgRevertLaunchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRevertLaunchResponse) XXX_Merge(src proto.Message)
- func (m *MsgRevertLaunchResponse) XXX_Size() int
- func (m *MsgRevertLaunchResponse) XXX_Unmarshal(b []byte) error
- type MsgSendRequest
- func (*MsgSendRequest) Descriptor() ([]byte, []int)
- func (m *MsgSendRequest) GetContent() RequestContent
- func (m *MsgSendRequest) GetCreator() string
- func (m *MsgSendRequest) GetLaunchId() uint64
- func (m *MsgSendRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgSendRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendRequest) ProtoMessage()
- func (m *MsgSendRequest) Reset()
- func (m *MsgSendRequest) Size() (n int)
- func (m *MsgSendRequest) String() string
- func (msg MsgSendRequest) Type() string
- func (m *MsgSendRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgSendRequest) ValidateBasic() error
- func (m *MsgSendRequest) XXX_DiscardUnknown()
- func (m *MsgSendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendRequest) XXX_Merge(src proto.Message)
- func (m *MsgSendRequest) XXX_Size() int
- func (m *MsgSendRequest) XXX_Unmarshal(b []byte) error
- type MsgSendRequestResponse
- func (*MsgSendRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgSendRequestResponse) GetAutoApproved() bool
- func (m *MsgSendRequestResponse) GetRequestId() uint64
- func (m *MsgSendRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSendRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendRequestResponse) ProtoMessage()
- func (m *MsgSendRequestResponse) Reset()
- func (m *MsgSendRequestResponse) Size() (n int)
- func (m *MsgSendRequestResponse) String() string
- func (m *MsgSendRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSendRequestResponse) XXX_DiscardUnknown()
- func (m *MsgSendRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgSendRequestResponse) XXX_Size() int
- func (m *MsgSendRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSettleRequest
- func (*MsgSettleRequest) Descriptor() ([]byte, []int)
- func (m *MsgSettleRequest) GetApprove() bool
- func (m *MsgSettleRequest) GetLaunchId() uint64
- func (m *MsgSettleRequest) GetRequestId() uint64
- func (m *MsgSettleRequest) GetSigner() string
- func (m *MsgSettleRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgSettleRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSettleRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSettleRequest) ProtoMessage()
- func (m *MsgSettleRequest) Reset()
- func (m *MsgSettleRequest) Size() (n int)
- func (m *MsgSettleRequest) String() string
- func (msg MsgSettleRequest) Type() string
- func (m *MsgSettleRequest) Unmarshal(dAtA []byte) error
- func (m *MsgSettleRequest) XXX_DiscardUnknown()
- func (m *MsgSettleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSettleRequest) XXX_Merge(src proto.Message)
- func (m *MsgSettleRequest) XXX_Size() int
- func (m *MsgSettleRequest) XXX_Unmarshal(b []byte) error
- type MsgSettleRequestResponse
- func (*MsgSettleRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgSettleRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSettleRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSettleRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSettleRequestResponse) ProtoMessage()
- func (m *MsgSettleRequestResponse) Reset()
- func (m *MsgSettleRequestResponse) Size() (n int)
- func (m *MsgSettleRequestResponse) String() string
- func (m *MsgSettleRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSettleRequestResponse) XXX_DiscardUnknown()
- func (m *MsgSettleRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSettleRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgSettleRequestResponse) XXX_Size() int
- func (m *MsgSettleRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgTriggerLaunch
- func (*MsgTriggerLaunch) Descriptor() ([]byte, []int)
- func (m *MsgTriggerLaunch) GetCoordinator() string
- func (m *MsgTriggerLaunch) GetLaunchId() uint64
- func (m *MsgTriggerLaunch) GetLaunchTime() time.Duration
- func (m *MsgTriggerLaunch) Marshal() (dAtA []byte, err error)
- func (m *MsgTriggerLaunch) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTriggerLaunch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTriggerLaunch) ProtoMessage()
- func (m *MsgTriggerLaunch) Reset()
- func (m *MsgTriggerLaunch) Size() (n int)
- func (m *MsgTriggerLaunch) String() string
- func (msg MsgTriggerLaunch) Type() string
- func (m *MsgTriggerLaunch) Unmarshal(dAtA []byte) error
- func (m *MsgTriggerLaunch) XXX_DiscardUnknown()
- func (m *MsgTriggerLaunch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTriggerLaunch) XXX_Merge(src proto.Message)
- func (m *MsgTriggerLaunch) XXX_Size() int
- func (m *MsgTriggerLaunch) XXX_Unmarshal(b []byte) error
- type MsgTriggerLaunchResponse
- func (*MsgTriggerLaunchResponse) Descriptor() ([]byte, []int)
- func (m *MsgTriggerLaunchResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTriggerLaunchResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTriggerLaunchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTriggerLaunchResponse) ProtoMessage()
- func (m *MsgTriggerLaunchResponse) Reset()
- func (m *MsgTriggerLaunchResponse) Size() (n int)
- func (m *MsgTriggerLaunchResponse) String() string
- func (m *MsgTriggerLaunchResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTriggerLaunchResponse) XXX_DiscardUnknown()
- func (m *MsgTriggerLaunchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTriggerLaunchResponse) XXX_Merge(src proto.Message)
- func (m *MsgTriggerLaunchResponse) XXX_Size() int
- func (m *MsgTriggerLaunchResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateLaunchInformation
- func (*MsgUpdateLaunchInformation) Descriptor() ([]byte, []int)
- func (m *MsgUpdateLaunchInformation) GetCoordinator() string
- func (m *MsgUpdateLaunchInformation) GetGenesisChainId() string
- func (m *MsgUpdateLaunchInformation) GetInitialGenesis() *InitialGenesis
- func (m *MsgUpdateLaunchInformation) GetLaunchId() uint64
- func (m *MsgUpdateLaunchInformation) GetSourceHash() string
- func (m *MsgUpdateLaunchInformation) GetSourceUrl() string
- func (m *MsgUpdateLaunchInformation) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateLaunchInformation) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateLaunchInformation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateLaunchInformation) ProtoMessage()
- func (m *MsgUpdateLaunchInformation) Reset()
- func (m *MsgUpdateLaunchInformation) Size() (n int)
- func (m *MsgUpdateLaunchInformation) String() string
- func (msg MsgUpdateLaunchInformation) Type() string
- func (m *MsgUpdateLaunchInformation) Unmarshal(dAtA []byte) error
- func (msg *MsgUpdateLaunchInformation) ValidateBasic() error
- func (m *MsgUpdateLaunchInformation) XXX_DiscardUnknown()
- func (m *MsgUpdateLaunchInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateLaunchInformation) XXX_Merge(src proto.Message)
- func (m *MsgUpdateLaunchInformation) XXX_Size() int
- func (m *MsgUpdateLaunchInformation) XXX_Unmarshal(b []byte) error
- type MsgUpdateLaunchInformationResponse
- func (*MsgUpdateLaunchInformationResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateLaunchInformationResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateLaunchInformationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateLaunchInformationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateLaunchInformationResponse) ProtoMessage()
- func (m *MsgUpdateLaunchInformationResponse) Reset()
- func (m *MsgUpdateLaunchInformationResponse) Size() (n int)
- func (m *MsgUpdateLaunchInformationResponse) String() string
- func (m *MsgUpdateLaunchInformationResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateLaunchInformationResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateLaunchInformationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateLaunchInformationResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateLaunchInformationResponse) XXX_Size() int
- func (m *MsgUpdateLaunchInformationResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParams) GetAuthority() string
- func (m *MsgUpdateParams) GetParams() Params
- func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParams) ProtoMessage()
- func (m *MsgUpdateParams) Reset()
- func (m *MsgUpdateParams) Size() (n int)
- func (m *MsgUpdateParams) String() string
- func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParams) XXX_DiscardUnknown()
- func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParams) XXX_Size() int
- func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
- type MsgUpdateParamsResponse
- func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParamsResponse) ProtoMessage()
- func (m *MsgUpdateParamsResponse) Reset()
- func (m *MsgUpdateParamsResponse) Size() (n int)
- func (m *MsgUpdateParamsResponse) String() string
- func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParamsResponse) XXX_Size() int
- func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
- type MultiLaunchHooks
- type ParamChange
- func (*ParamChange) Descriptor() ([]byte, []int)
- func (m *ParamChange) GetLaunchId() uint64
- func (m *ParamChange) GetModule() string
- func (m *ParamChange) GetParam() string
- func (m *ParamChange) GetValue() []byte
- func (m *ParamChange) Marshal() (dAtA []byte, err error)
- func (m *ParamChange) MarshalTo(dAtA []byte) (int, error)
- func (m *ParamChange) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ParamChange) ProtoMessage()
- func (m *ParamChange) Reset()
- func (m *ParamChange) Size() (n int)
- func (m *ParamChange) String() string
- func (m *ParamChange) Unmarshal(dAtA []byte) error
- func (m ParamChange) Validate(launchID uint64) error
- func (m *ParamChange) XXX_DiscardUnknown()
- func (m *ParamChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParamChange) XXX_Merge(src proto.Message)
- func (m *ParamChange) XXX_Size() int
- func (m *ParamChange) XXX_Unmarshal(b []byte) error
- type ParamSubspace
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (this *Params) Equal(that interface{}) bool
- func (m *Params) GetChainCreationFee() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *Params) GetLaunchTimeRange() LaunchTimeRange
- func (m *Params) GetMaxMetadataLength() uint64
- func (m *Params) GetRequestFee() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *Params) GetRevertDelay() time.Duration
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) Validate() error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
- type Peer
- func (*Peer) Descriptor() ([]byte, []int)
- func (m *Peer) GetConnection() isPeer_Connection
- func (m *Peer) GetHttpTunnel() *Peer_HTTPTunnel
- func (m *Peer) GetId() string
- func (m *Peer) GetNone() *Peer_EmptyConnection
- func (m *Peer) GetTcpAddress() string
- func (m *Peer) Marshal() (dAtA []byte, err error)
- func (m *Peer) MarshalTo(dAtA []byte) (int, error)
- func (m *Peer) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Peer) ProtoMessage()
- func (m *Peer) Reset()
- func (m *Peer) Size() (n int)
- func (m *Peer) String() string
- func (m *Peer) Unmarshal(dAtA []byte) error
- func (m Peer) Validate() error
- func (m *Peer) XXX_DiscardUnknown()
- func (m *Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Peer) XXX_Merge(src proto.Message)
- func (*Peer) XXX_OneofWrappers() []interface{}
- func (m *Peer) XXX_Size() int
- func (m *Peer) XXX_Unmarshal(b []byte) error
- type Peer_EmptyConnection
- func (*Peer_EmptyConnection) Descriptor() ([]byte, []int)
- func (m *Peer_EmptyConnection) Marshal() (dAtA []byte, err error)
- func (m *Peer_EmptyConnection) MarshalTo(dAtA []byte) (int, error)
- func (m *Peer_EmptyConnection) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Peer_EmptyConnection) ProtoMessage()
- func (m *Peer_EmptyConnection) Reset()
- func (m *Peer_EmptyConnection) Size() (n int)
- func (m *Peer_EmptyConnection) String() string
- func (m *Peer_EmptyConnection) Unmarshal(dAtA []byte) error
- func (m *Peer_EmptyConnection) XXX_DiscardUnknown()
- func (m *Peer_EmptyConnection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Peer_EmptyConnection) XXX_Merge(src proto.Message)
- func (m *Peer_EmptyConnection) XXX_Size() int
- func (m *Peer_EmptyConnection) XXX_Unmarshal(b []byte) error
- type Peer_HTTPTunnel
- func (*Peer_HTTPTunnel) Descriptor() ([]byte, []int)
- func (m *Peer_HTTPTunnel) GetAddress() string
- func (m *Peer_HTTPTunnel) GetName() string
- func (m *Peer_HTTPTunnel) Marshal() (dAtA []byte, err error)
- func (m *Peer_HTTPTunnel) MarshalTo(dAtA []byte) (int, error)
- func (m *Peer_HTTPTunnel) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Peer_HTTPTunnel) ProtoMessage()
- func (m *Peer_HTTPTunnel) Reset()
- func (m *Peer_HTTPTunnel) Size() (n int)
- func (m *Peer_HTTPTunnel) String() string
- func (m *Peer_HTTPTunnel) Unmarshal(dAtA []byte) error
- func (m *Peer_HTTPTunnel) XXX_DiscardUnknown()
- func (m *Peer_HTTPTunnel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Peer_HTTPTunnel) XXX_Merge(src proto.Message)
- func (m *Peer_HTTPTunnel) XXX_Size() int
- func (m *Peer_HTTPTunnel) XXX_Unmarshal(b []byte) error
- type Peer_HttpTunnel
- type Peer_None
- type Peer_TcpAddress
- type ProfileKeeper
- type ProjectKeeper
- type QueryAllChainRequest
- func (*QueryAllChainRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllChainRequest) GetPagination() *query.PageRequest
- func (m *QueryAllChainRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllChainRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllChainRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllChainRequest) ProtoMessage()
- func (m *QueryAllChainRequest) Reset()
- func (m *QueryAllChainRequest) Size() (n int)
- func (m *QueryAllChainRequest) String() string
- func (m *QueryAllChainRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllChainRequest) XXX_DiscardUnknown()
- func (m *QueryAllChainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllChainRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllChainRequest) XXX_Size() int
- func (m *QueryAllChainRequest) XXX_Unmarshal(b []byte) error
- type QueryAllChainResponse
- func (*QueryAllChainResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllChainResponse) GetChain() []Chain
- func (m *QueryAllChainResponse) GetPagination() *query.PageResponse
- func (m *QueryAllChainResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllChainResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllChainResponse) ProtoMessage()
- func (m *QueryAllChainResponse) Reset()
- func (m *QueryAllChainResponse) Size() (n int)
- func (m *QueryAllChainResponse) String() string
- func (m *QueryAllChainResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllChainResponse) XXX_DiscardUnknown()
- func (m *QueryAllChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllChainResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllChainResponse) XXX_Size() int
- func (m *QueryAllChainResponse) XXX_Unmarshal(b []byte) error
- type QueryAllGenesisAccountRequest
- func (*QueryAllGenesisAccountRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllGenesisAccountRequest) GetLaunchId() uint64
- func (m *QueryAllGenesisAccountRequest) GetPagination() *query.PageRequest
- func (m *QueryAllGenesisAccountRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllGenesisAccountRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllGenesisAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllGenesisAccountRequest) ProtoMessage()
- func (m *QueryAllGenesisAccountRequest) Reset()
- func (m *QueryAllGenesisAccountRequest) Size() (n int)
- func (m *QueryAllGenesisAccountRequest) String() string
- func (m *QueryAllGenesisAccountRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllGenesisAccountRequest) XXX_DiscardUnknown()
- func (m *QueryAllGenesisAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllGenesisAccountRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllGenesisAccountRequest) XXX_Size() int
- func (m *QueryAllGenesisAccountRequest) XXX_Unmarshal(b []byte) error
- type QueryAllGenesisAccountResponse
- func (*QueryAllGenesisAccountResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllGenesisAccountResponse) GetGenesisAccount() []GenesisAccount
- func (m *QueryAllGenesisAccountResponse) GetPagination() *query.PageResponse
- func (m *QueryAllGenesisAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllGenesisAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllGenesisAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllGenesisAccountResponse) ProtoMessage()
- func (m *QueryAllGenesisAccountResponse) Reset()
- func (m *QueryAllGenesisAccountResponse) Size() (n int)
- func (m *QueryAllGenesisAccountResponse) String() string
- func (m *QueryAllGenesisAccountResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllGenesisAccountResponse) XXX_DiscardUnknown()
- func (m *QueryAllGenesisAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllGenesisAccountResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllGenesisAccountResponse) XXX_Size() int
- func (m *QueryAllGenesisAccountResponse) XXX_Unmarshal(b []byte) error
- type QueryAllGenesisValidatorRequest
- func (*QueryAllGenesisValidatorRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllGenesisValidatorRequest) GetLaunchId() uint64
- func (m *QueryAllGenesisValidatorRequest) GetPagination() *query.PageRequest
- func (m *QueryAllGenesisValidatorRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllGenesisValidatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllGenesisValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllGenesisValidatorRequest) ProtoMessage()
- func (m *QueryAllGenesisValidatorRequest) Reset()
- func (m *QueryAllGenesisValidatorRequest) Size() (n int)
- func (m *QueryAllGenesisValidatorRequest) String() string
- func (m *QueryAllGenesisValidatorRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllGenesisValidatorRequest) XXX_DiscardUnknown()
- func (m *QueryAllGenesisValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllGenesisValidatorRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllGenesisValidatorRequest) XXX_Size() int
- func (m *QueryAllGenesisValidatorRequest) XXX_Unmarshal(b []byte) error
- type QueryAllGenesisValidatorResponse
- func (*QueryAllGenesisValidatorResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllGenesisValidatorResponse) GetGenesisValidator() []GenesisValidator
- func (m *QueryAllGenesisValidatorResponse) GetPagination() *query.PageResponse
- func (m *QueryAllGenesisValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllGenesisValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllGenesisValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllGenesisValidatorResponse) ProtoMessage()
- func (m *QueryAllGenesisValidatorResponse) Reset()
- func (m *QueryAllGenesisValidatorResponse) Size() (n int)
- func (m *QueryAllGenesisValidatorResponse) String() string
- func (m *QueryAllGenesisValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllGenesisValidatorResponse) XXX_DiscardUnknown()
- func (m *QueryAllGenesisValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllGenesisValidatorResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllGenesisValidatorResponse) XXX_Size() int
- func (m *QueryAllGenesisValidatorResponse) XXX_Unmarshal(b []byte) error
- type QueryAllParamChangeRequest
- func (*QueryAllParamChangeRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllParamChangeRequest) GetLaunchId() uint64
- func (m *QueryAllParamChangeRequest) GetPagination() *query.PageRequest
- func (m *QueryAllParamChangeRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllParamChangeRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllParamChangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllParamChangeRequest) ProtoMessage()
- func (m *QueryAllParamChangeRequest) Reset()
- func (m *QueryAllParamChangeRequest) Size() (n int)
- func (m *QueryAllParamChangeRequest) String() string
- func (m *QueryAllParamChangeRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllParamChangeRequest) XXX_DiscardUnknown()
- func (m *QueryAllParamChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllParamChangeRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllParamChangeRequest) XXX_Size() int
- func (m *QueryAllParamChangeRequest) XXX_Unmarshal(b []byte) error
- type QueryAllParamChangeResponse
- func (*QueryAllParamChangeResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllParamChangeResponse) GetPagination() *query.PageResponse
- func (m *QueryAllParamChangeResponse) GetParamChange() []ParamChange
- func (m *QueryAllParamChangeResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllParamChangeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllParamChangeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllParamChangeResponse) ProtoMessage()
- func (m *QueryAllParamChangeResponse) Reset()
- func (m *QueryAllParamChangeResponse) Size() (n int)
- func (m *QueryAllParamChangeResponse) String() string
- func (m *QueryAllParamChangeResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllParamChangeResponse) XXX_DiscardUnknown()
- func (m *QueryAllParamChangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllParamChangeResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllParamChangeResponse) XXX_Size() int
- func (m *QueryAllParamChangeResponse) XXX_Unmarshal(b []byte) error
- type QueryAllRequestRequest
- func (*QueryAllRequestRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllRequestRequest) GetLaunchId() uint64
- func (m *QueryAllRequestRequest) GetPagination() *query.PageRequest
- func (m *QueryAllRequestRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllRequestRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllRequestRequest) ProtoMessage()
- func (m *QueryAllRequestRequest) Reset()
- func (m *QueryAllRequestRequest) Size() (n int)
- func (m *QueryAllRequestRequest) String() string
- func (m *QueryAllRequestRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllRequestRequest) XXX_DiscardUnknown()
- func (m *QueryAllRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllRequestRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllRequestRequest) XXX_Size() int
- func (m *QueryAllRequestRequest) XXX_Unmarshal(b []byte) error
- type QueryAllRequestResponse
- func (*QueryAllRequestResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllRequestResponse) GetPagination() *query.PageResponse
- func (m *QueryAllRequestResponse) GetRequest() []Request
- func (m *QueryAllRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllRequestResponse) ProtoMessage()
- func (m *QueryAllRequestResponse) Reset()
- func (m *QueryAllRequestResponse) Size() (n int)
- func (m *QueryAllRequestResponse) String() string
- func (m *QueryAllRequestResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllRequestResponse) XXX_DiscardUnknown()
- func (m *QueryAllRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllRequestResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllRequestResponse) XXX_Size() int
- func (m *QueryAllRequestResponse) XXX_Unmarshal(b []byte) error
- type QueryAllVestingAccountRequest
- func (*QueryAllVestingAccountRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllVestingAccountRequest) GetLaunchId() uint64
- func (m *QueryAllVestingAccountRequest) GetPagination() *query.PageRequest
- func (m *QueryAllVestingAccountRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllVestingAccountRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllVestingAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllVestingAccountRequest) ProtoMessage()
- func (m *QueryAllVestingAccountRequest) Reset()
- func (m *QueryAllVestingAccountRequest) Size() (n int)
- func (m *QueryAllVestingAccountRequest) String() string
- func (m *QueryAllVestingAccountRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllVestingAccountRequest) XXX_DiscardUnknown()
- func (m *QueryAllVestingAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllVestingAccountRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllVestingAccountRequest) XXX_Size() int
- func (m *QueryAllVestingAccountRequest) XXX_Unmarshal(b []byte) error
- type QueryAllVestingAccountResponse
- func (*QueryAllVestingAccountResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllVestingAccountResponse) GetPagination() *query.PageResponse
- func (m *QueryAllVestingAccountResponse) GetVestingAccount() []VestingAccount
- func (m *QueryAllVestingAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllVestingAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllVestingAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllVestingAccountResponse) ProtoMessage()
- func (m *QueryAllVestingAccountResponse) Reset()
- func (m *QueryAllVestingAccountResponse) Size() (n int)
- func (m *QueryAllVestingAccountResponse) String() string
- func (m *QueryAllVestingAccountResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllVestingAccountResponse) XXX_DiscardUnknown()
- func (m *QueryAllVestingAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllVestingAccountResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllVestingAccountResponse) XXX_Size() int
- func (m *QueryAllVestingAccountResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryGetChainRequest
- func (*QueryGetChainRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetChainRequest) GetLaunchId() uint64
- func (m *QueryGetChainRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetChainRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetChainRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetChainRequest) ProtoMessage()
- func (m *QueryGetChainRequest) Reset()
- func (m *QueryGetChainRequest) Size() (n int)
- func (m *QueryGetChainRequest) String() string
- func (m *QueryGetChainRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetChainRequest) XXX_DiscardUnknown()
- func (m *QueryGetChainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetChainRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetChainRequest) XXX_Size() int
- func (m *QueryGetChainRequest) XXX_Unmarshal(b []byte) error
- type QueryGetChainResponse
- func (*QueryGetChainResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetChainResponse) GetChain() Chain
- func (m *QueryGetChainResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetChainResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetChainResponse) ProtoMessage()
- func (m *QueryGetChainResponse) Reset()
- func (m *QueryGetChainResponse) Size() (n int)
- func (m *QueryGetChainResponse) String() string
- func (m *QueryGetChainResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetChainResponse) XXX_DiscardUnknown()
- func (m *QueryGetChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetChainResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetChainResponse) XXX_Size() int
- func (m *QueryGetChainResponse) XXX_Unmarshal(b []byte) error
- type QueryGetGenesisAccountRequest
- func (*QueryGetGenesisAccountRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetGenesisAccountRequest) GetAddress() string
- func (m *QueryGetGenesisAccountRequest) GetLaunchId() uint64
- func (m *QueryGetGenesisAccountRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetGenesisAccountRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetGenesisAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetGenesisAccountRequest) ProtoMessage()
- func (m *QueryGetGenesisAccountRequest) Reset()
- func (m *QueryGetGenesisAccountRequest) Size() (n int)
- func (m *QueryGetGenesisAccountRequest) String() string
- func (m *QueryGetGenesisAccountRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetGenesisAccountRequest) XXX_DiscardUnknown()
- func (m *QueryGetGenesisAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetGenesisAccountRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetGenesisAccountRequest) XXX_Size() int
- func (m *QueryGetGenesisAccountRequest) XXX_Unmarshal(b []byte) error
- type QueryGetGenesisAccountResponse
- func (*QueryGetGenesisAccountResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetGenesisAccountResponse) GetGenesisAccount() GenesisAccount
- func (m *QueryGetGenesisAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetGenesisAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetGenesisAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetGenesisAccountResponse) ProtoMessage()
- func (m *QueryGetGenesisAccountResponse) Reset()
- func (m *QueryGetGenesisAccountResponse) Size() (n int)
- func (m *QueryGetGenesisAccountResponse) String() string
- func (m *QueryGetGenesisAccountResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetGenesisAccountResponse) XXX_DiscardUnknown()
- func (m *QueryGetGenesisAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetGenesisAccountResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetGenesisAccountResponse) XXX_Size() int
- func (m *QueryGetGenesisAccountResponse) XXX_Unmarshal(b []byte) error
- type QueryGetGenesisValidatorRequest
- func (*QueryGetGenesisValidatorRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetGenesisValidatorRequest) GetAddress() string
- func (m *QueryGetGenesisValidatorRequest) GetLaunchId() uint64
- func (m *QueryGetGenesisValidatorRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetGenesisValidatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetGenesisValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetGenesisValidatorRequest) ProtoMessage()
- func (m *QueryGetGenesisValidatorRequest) Reset()
- func (m *QueryGetGenesisValidatorRequest) Size() (n int)
- func (m *QueryGetGenesisValidatorRequest) String() string
- func (m *QueryGetGenesisValidatorRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetGenesisValidatorRequest) XXX_DiscardUnknown()
- func (m *QueryGetGenesisValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetGenesisValidatorRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetGenesisValidatorRequest) XXX_Size() int
- func (m *QueryGetGenesisValidatorRequest) XXX_Unmarshal(b []byte) error
- type QueryGetGenesisValidatorResponse
- func (*QueryGetGenesisValidatorResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetGenesisValidatorResponse) GetGenesisValidator() GenesisValidator
- func (m *QueryGetGenesisValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetGenesisValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetGenesisValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetGenesisValidatorResponse) ProtoMessage()
- func (m *QueryGetGenesisValidatorResponse) Reset()
- func (m *QueryGetGenesisValidatorResponse) Size() (n int)
- func (m *QueryGetGenesisValidatorResponse) String() string
- func (m *QueryGetGenesisValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetGenesisValidatorResponse) XXX_DiscardUnknown()
- func (m *QueryGetGenesisValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetGenesisValidatorResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetGenesisValidatorResponse) XXX_Size() int
- func (m *QueryGetGenesisValidatorResponse) XXX_Unmarshal(b []byte) error
- type QueryGetRequestRequest
- func (*QueryGetRequestRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetRequestRequest) GetLaunchId() uint64
- func (m *QueryGetRequestRequest) GetRequestId() uint64
- func (m *QueryGetRequestRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRequestRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRequestRequest) ProtoMessage()
- func (m *QueryGetRequestRequest) Reset()
- func (m *QueryGetRequestRequest) Size() (n int)
- func (m *QueryGetRequestRequest) String() string
- func (m *QueryGetRequestRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetRequestRequest) XXX_DiscardUnknown()
- func (m *QueryGetRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRequestRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetRequestRequest) XXX_Size() int
- func (m *QueryGetRequestRequest) XXX_Unmarshal(b []byte) error
- type QueryGetRequestResponse
- func (*QueryGetRequestResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetRequestResponse) GetRequest() Request
- func (m *QueryGetRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRequestResponse) ProtoMessage()
- func (m *QueryGetRequestResponse) Reset()
- func (m *QueryGetRequestResponse) Size() (n int)
- func (m *QueryGetRequestResponse) String() string
- func (m *QueryGetRequestResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetRequestResponse) XXX_DiscardUnknown()
- func (m *QueryGetRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRequestResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetRequestResponse) XXX_Size() int
- func (m *QueryGetRequestResponse) XXX_Unmarshal(b []byte) error
- type QueryGetVestingAccountRequest
- func (*QueryGetVestingAccountRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetVestingAccountRequest) GetAddress() string
- func (m *QueryGetVestingAccountRequest) GetLaunchId() uint64
- func (m *QueryGetVestingAccountRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetVestingAccountRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetVestingAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetVestingAccountRequest) ProtoMessage()
- func (m *QueryGetVestingAccountRequest) Reset()
- func (m *QueryGetVestingAccountRequest) Size() (n int)
- func (m *QueryGetVestingAccountRequest) String() string
- func (m *QueryGetVestingAccountRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetVestingAccountRequest) XXX_DiscardUnknown()
- func (m *QueryGetVestingAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetVestingAccountRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetVestingAccountRequest) XXX_Size() int
- func (m *QueryGetVestingAccountRequest) XXX_Unmarshal(b []byte) error
- type QueryGetVestingAccountResponse
- func (*QueryGetVestingAccountResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetVestingAccountResponse) GetVestingAccount() VestingAccount
- func (m *QueryGetVestingAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetVestingAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetVestingAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetVestingAccountResponse) ProtoMessage()
- func (m *QueryGetVestingAccountResponse) Reset()
- func (m *QueryGetVestingAccountResponse) Size() (n int)
- func (m *QueryGetVestingAccountResponse) String() string
- func (m *QueryGetVestingAccountResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetVestingAccountResponse) XXX_DiscardUnknown()
- func (m *QueryGetVestingAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetVestingAccountResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetVestingAccountResponse) XXX_Size() int
- func (m *QueryGetVestingAccountResponse) XXX_Unmarshal(b []byte) error
- type QueryParamsRequest
- func (*QueryParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsRequest) ProtoMessage()
- func (m *QueryParamsRequest) Reset()
- func (m *QueryParamsRequest) Size() (n int)
- func (m *QueryParamsRequest) String() string
- func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryParamsRequest) XXX_DiscardUnknown()
- func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryParamsRequest) XXX_Size() int
- func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryParamsResponse) GetParams() Params
- func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsResponse) ProtoMessage()
- func (m *QueryParamsResponse) Reset()
- func (m *QueryParamsResponse) Size() (n int)
- func (m *QueryParamsResponse) String() string
- func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryParamsResponse) XXX_DiscardUnknown()
- func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryParamsResponse) XXX_Size() int
- func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (m *Request) GetContent() RequestContent
- func (m *Request) GetCreatedAt() int64
- func (m *Request) GetCreator() string
- func (m *Request) GetLaunchId() uint64
- func (m *Request) GetRequestId() uint64
- func (m *Request) GetStatus() Request_Status
- func (m *Request) Marshal() (dAtA []byte, err error)
- func (m *Request) MarshalTo(dAtA []byte) (int, error)
- func (m *Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) Size() (n int)
- func (m *Request) String() string
- func (m *Request) Unmarshal(dAtA []byte) error
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Request) XXX_Merge(src proto.Message)
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- type RequestContent
- func NewAccountRemoval(address string) RequestContent
- func NewGenesisAccount(launchID uint64, address string, coins sdk.Coins) RequestContent
- func NewGenesisValidator(launchID uint64, address string, genTx, consPubKey []byte, ...) RequestContent
- func NewParamChange(launchID uint64, module, param string, value []byte) RequestContent
- func NewValidatorRemoval(address string) RequestContent
- func NewVestingAccount(launchID uint64, address string, vestingOptions VestingOptions) RequestContent
- func (*RequestContent) Descriptor() ([]byte, []int)
- func (m *RequestContent) GetAccountRemoval() *AccountRemoval
- func (m *RequestContent) GetContent() isRequestContent_Content
- func (m *RequestContent) GetGenesisAccount() *GenesisAccount
- func (m *RequestContent) GetGenesisValidator() *GenesisValidator
- func (m *RequestContent) GetParamChange() *ParamChange
- func (m *RequestContent) GetValidatorRemoval() *ValidatorRemoval
- func (m *RequestContent) GetVestingAccount() *VestingAccount
- func (m RequestContent) IsValidForMainnet() error
- func (m *RequestContent) Marshal() (dAtA []byte, err error)
- func (m *RequestContent) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestContent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestContent) ProtoMessage()
- func (m *RequestContent) Reset()
- func (m *RequestContent) Size() (n int)
- func (m *RequestContent) String() string
- func (m *RequestContent) Unmarshal(dAtA []byte) error
- func (m RequestContent) Validate(launchID uint64) error
- func (m *RequestContent) XXX_DiscardUnknown()
- func (m *RequestContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestContent) XXX_Merge(src proto.Message)
- func (*RequestContent) XXX_OneofWrappers() []interface{}
- func (m *RequestContent) XXX_Size() int
- func (m *RequestContent) XXX_Unmarshal(b []byte) error
- type RequestContent_AccountRemoval
- type RequestContent_GenesisAccount
- type RequestContent_GenesisValidator
- type RequestContent_ParamChange
- type RequestContent_ValidatorRemoval
- type RequestContent_VestingAccount
- type RequestCounter
- func (*RequestCounter) Descriptor() ([]byte, []int)
- func (m *RequestCounter) GetCounter() uint64
- func (m *RequestCounter) GetLaunchId() uint64
- func (m *RequestCounter) Marshal() (dAtA []byte, err error)
- func (m *RequestCounter) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestCounter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestCounter) ProtoMessage()
- func (m *RequestCounter) Reset()
- func (m *RequestCounter) Size() (n int)
- func (m *RequestCounter) String() string
- func (m *RequestCounter) Unmarshal(dAtA []byte) error
- func (m *RequestCounter) XXX_DiscardUnknown()
- func (m *RequestCounter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestCounter) XXX_Merge(src proto.Message)
- func (m *RequestCounter) XXX_Size() int
- func (m *RequestCounter) XXX_Unmarshal(b []byte) error
- type Request_Status
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) CreateChain(ctx context.Context, req *MsgCreateChain) (*MsgCreateChainResponse, error)
- func (*UnimplementedMsgServer) EditChain(ctx context.Context, req *MsgEditChain) (*MsgEditChainResponse, error)
- func (*UnimplementedMsgServer) RevertLaunch(ctx context.Context, req *MsgRevertLaunch) (*MsgRevertLaunchResponse, error)
- func (*UnimplementedMsgServer) SendRequest(ctx context.Context, req *MsgSendRequest) (*MsgSendRequestResponse, error)
- func (*UnimplementedMsgServer) SettleRequest(ctx context.Context, req *MsgSettleRequest) (*MsgSettleRequestResponse, error)
- func (*UnimplementedMsgServer) TriggerLaunch(ctx context.Context, req *MsgTriggerLaunch) (*MsgTriggerLaunchResponse, error)
- func (*UnimplementedMsgServer) UpdateLaunchInformation(ctx context.Context, req *MsgUpdateLaunchInformation) (*MsgUpdateLaunchInformationResponse, error)
- func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) GetChain(ctx context.Context, req *QueryGetChainRequest) (*QueryGetChainResponse, error)
- func (*UnimplementedQueryServer) GetGenesisAccount(ctx context.Context, req *QueryGetGenesisAccountRequest) (*QueryGetGenesisAccountResponse, error)
- func (*UnimplementedQueryServer) GetGenesisValidator(ctx context.Context, req *QueryGetGenesisValidatorRequest) (*QueryGetGenesisValidatorResponse, error)
- func (*UnimplementedQueryServer) GetRequest(ctx context.Context, req *QueryGetRequestRequest) (*QueryGetRequestResponse, error)
- func (*UnimplementedQueryServer) GetVestingAccount(ctx context.Context, req *QueryGetVestingAccountRequest) (*QueryGetVestingAccountResponse, error)
- func (*UnimplementedQueryServer) ListChain(ctx context.Context, req *QueryAllChainRequest) (*QueryAllChainResponse, error)
- func (*UnimplementedQueryServer) ListGenesisAccount(ctx context.Context, req *QueryAllGenesisAccountRequest) (*QueryAllGenesisAccountResponse, error)
- func (*UnimplementedQueryServer) ListGenesisValidator(ctx context.Context, req *QueryAllGenesisValidatorRequest) (*QueryAllGenesisValidatorResponse, error)
- func (*UnimplementedQueryServer) ListParamChange(ctx context.Context, req *QueryAllParamChangeRequest) (*QueryAllParamChangeResponse, error)
- func (*UnimplementedQueryServer) ListRequest(ctx context.Context, req *QueryAllRequestRequest) (*QueryAllRequestResponse, error)
- func (*UnimplementedQueryServer) ListVestingAccount(ctx context.Context, req *QueryAllVestingAccountRequest) (*QueryAllVestingAccountResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
- type ValidatorRemoval
- func (*ValidatorRemoval) Descriptor() ([]byte, []int)
- func (m *ValidatorRemoval) GetValAddress() string
- func (m *ValidatorRemoval) Marshal() (dAtA []byte, err error)
- func (m *ValidatorRemoval) MarshalTo(dAtA []byte) (int, error)
- func (m *ValidatorRemoval) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ValidatorRemoval) ProtoMessage()
- func (m *ValidatorRemoval) Reset()
- func (m *ValidatorRemoval) Size() (n int)
- func (m *ValidatorRemoval) String() string
- func (m *ValidatorRemoval) Unmarshal(dAtA []byte) error
- func (m ValidatorRemoval) Validate() error
- func (m *ValidatorRemoval) XXX_DiscardUnknown()
- func (m *ValidatorRemoval) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidatorRemoval) XXX_Merge(src proto.Message)
- func (m *ValidatorRemoval) XXX_Size() int
- func (m *ValidatorRemoval) XXX_Unmarshal(b []byte) error
- type VestingAccount
- func (*VestingAccount) Descriptor() ([]byte, []int)
- func (m *VestingAccount) GetAddress() string
- func (m *VestingAccount) GetLaunchId() uint64
- func (m *VestingAccount) GetVestingOptions() VestingOptions
- func (m *VestingAccount) Marshal() (dAtA []byte, err error)
- func (m *VestingAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *VestingAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VestingAccount) ProtoMessage()
- func (m *VestingAccount) Reset()
- func (m *VestingAccount) Size() (n int)
- func (m *VestingAccount) String() string
- func (m *VestingAccount) Unmarshal(dAtA []byte) error
- func (m VestingAccount) Validate(launchID uint64) error
- func (m *VestingAccount) XXX_DiscardUnknown()
- func (m *VestingAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VestingAccount) XXX_Merge(src proto.Message)
- func (m *VestingAccount) XXX_Size() int
- func (m *VestingAccount) XXX_Unmarshal(b []byte) error
- type VestingOptions
- func (*VestingOptions) Descriptor() ([]byte, []int)
- func (m *VestingOptions) GetDelayedVesting() *DelayedVesting
- func (m *VestingOptions) GetOptions() isVestingOptions_Options
- func (m *VestingOptions) Marshal() (dAtA []byte, err error)
- func (m *VestingOptions) MarshalTo(dAtA []byte) (int, error)
- func (m *VestingOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VestingOptions) ProtoMessage()
- func (m *VestingOptions) Reset()
- func (m *VestingOptions) Size() (n int)
- func (m *VestingOptions) String() string
- func (m *VestingOptions) Unmarshal(dAtA []byte) error
- func (m VestingOptions) Validate() error
- func (m *VestingOptions) XXX_DiscardUnknown()
- func (m *VestingOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VestingOptions) XXX_Merge(src proto.Message)
- func (*VestingOptions) XXX_OneofWrappers() []interface{}
- func (m *VestingOptions) XXX_Size() int
- func (m *VestingOptions) XXX_Unmarshal(b []byte) error
- type VestingOptions_DelayedVesting
Constants ¶
const ( // ModuleName defines the module name ModuleName = "launch" // StoreKey defines the primary module store key StoreKey = ModuleName // MemStoreKey defines the in-memory store key MemStoreKey = "mem_launch" )
const HashLength = 64
Variables ¶
var ( ErrInvalidLengthChain = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowChain = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupChain = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidSigner = sdkerrors.Register(ModuleName, 1102, "expected gov account as only signer for proposal message") ErrInvalidGenesisChainID = sdkerrors.Register(ModuleName, 1103, "the genesis chain id is invalid") ErrInvalidInitialGenesis = sdkerrors.Register(ModuleName, 1104, "the initial genesis is invalid") ErrTriggeredLaunch = sdkerrors.Register(ModuleName, 1105, "launch is triggered for the chain") ErrNoAddressPermission = sdkerrors.Register(ModuleName, 1106, "you must be the coordinator or address owner to perform this action") ErrInvalidCoins = sdkerrors.Register(ModuleName, 1107, "the coin list is invalid") ErrInvalidVestingOption = sdkerrors.Register(ModuleName, 1108, "invalid vesting option") ErrLaunchTimeTooLow = sdkerrors.Register(ModuleName, 1109, "the remaining time is below authorized launch time") ErrNotTriggeredLaunch = sdkerrors.Register(ModuleName, 1110, "the chain launch has not been triggered") ErrRevertDelayNotReached = sdkerrors.Register(ModuleName, 1111, "the revert delay has not been reached") ErrRequestNotFound = sdkerrors.Register(ModuleName, 1112, "request not found") ErrInvalidConsPubKey = sdkerrors.Register(ModuleName, 1113, "the consensus public key is invalid") ErrInvalidGenTx = sdkerrors.Register(ModuleName, 1114, "the gentx is invalid") ErrInvalidSelfDelegation = sdkerrors.Register(ModuleName, 1115, "the self delegation is invalid") ErrInvalidPeer = sdkerrors.Register(ModuleName, 1116, "the peer is invalid") ErrAccountAlreadyExist = sdkerrors.Register(ModuleName, 1117, "account already exists") ErrAccountNotFound = sdkerrors.Register(ModuleName, 1118, "account not found") ErrValidatorAlreadyExist = sdkerrors.Register(ModuleName, 1119, "validator already exists") ErrValidatorNotFound = sdkerrors.Register(ModuleName, 1120, "validator not found") ErrChainInactive = sdkerrors.Register(ModuleName, 1121, "the chain is inactive") ErrCreateChainFail = sdkerrors.Register(ModuleName, 1122, "fail to create a new chain") ErrLaunchTimeTooHigh = sdkerrors.Register(ModuleName, 1123, "the remaining time is above authorized launch time") ErrMinSelfDelegationNotReached = sdkerrors.Register(ModuleName, 1124, "the minimum self delgation is not reachead") ErrInvalidMetadataLength = sdkerrors.Register(ModuleName, 1125, "metadata field too long") ErrChainHasProject = sdkerrors.Register(ModuleName, 1126, "chain already is associated with a project") ErrAddChainToProject = sdkerrors.Register(ModuleName, 1127, "unable to add chain to project") ErrChainMonitoringConnected = sdkerrors.Register(ModuleName, 1128, "chain is already connected to monitoring") ErrRequestSettled = sdkerrors.Register(ModuleName, 1129, "request is already settled") ErrInvalidRequestContent = sdkerrors.Register(ModuleName, 1130, "request content is invalid") ErrInvalidRequestForMainnet = sdkerrors.Register(ModuleName, 1131, "request is invalid for mainnet") ErrRequestApplicationFailure = sdkerrors.Register(ModuleName, 1132, "request failed to be applied") ErrInvalidLaunchID = sdkerrors.Register(ModuleName, 1133, "invalid launch ID") ErrCannotUpdateChain = sdkerrors.Register(ModuleName, 1134, "cannot update chain") ErrFundCommunityPool = sdkerrors.Register(ModuleName, 1135, "unable to fund community pool") ErrInvalidModuleName = sdkerrors.Register(ModuleName, 1136, "invalid module name") ErrInvalidParamName = sdkerrors.Register(ModuleName, 1137, "invalid param name") ErrChainNotFound = sdkerrors.Register(ModuleName, 1138, "chain not found for launch id") )
x/launch module sentinel errors
var ( ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGenesisAccount = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesisAccount = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesisAccount = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGenesisValidator = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesisValidator = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesisValidator = fmt.Errorf("proto: unexpected end of group") )
var ( // ParamsKey is the prefix to retrieve all Params ParamsKey = collections.NewPrefix("p_launch") // ChainKey is the prefix to retrieve all Chain ChainKey = collections.NewPrefix("chain/value/") // ChainCountKey is the prefix to retrieve all ChainCount ChainCountKey = collections.NewPrefix("chain/count/") // RequestKey is the prefix to retrieve all Request RequestKey = collections.NewPrefix("request/value/") // RequestCountKey is the prefix to retrieve all RequestCount RequestCountKey = collections.NewPrefix("request/count/") // GenesisAccountKey is the prefix to retrieve all GenesisAccount GenesisAccountKey = collections.NewPrefix("GenesisAccount/value/") // VestingAccountKey is the prefix to retrieve all VestingAccount VestingAccountKey = collections.NewPrefix("VestingAccount/value/") // ParamChangeKey is the prefix to retrieve all ParamChange ParamChangeKey = collections.NewPrefix("ParamChange/value/") // GenesisValidatorKey is the prefix to retrieve all GenesisValidator GenesisValidatorKey = collections.NewPrefix("GenesisValidator/value/") )
var ( ErrInvalidLengthParamChange = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowParamChange = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupParamChange = fmt.Errorf("proto: unexpected end of group") )
var ( // DefaultMinLaunchTime ... // TODO: set back this value to the default one // time.Hour * 24 DefaultMinLaunchTime = time.Hour * 5 DefaultMaxLaunchTime = time.Hour * 24 * 7 // DefaultRevertDelay is the delay after the launch time when it is possible to revert the launch of the chain // launch can be reverted on-chain when the actual chain launch failed (incorrect gentx, etc...) // This delay must be small be big enough to ensure nodes had the time to bootstrap\ // This currently corresponds to 1 hour DefaultRevertDelay = time.Hour DefaultFee = sdk.Coins(nil) // EmptyCoins MaxParametrableLaunchTime = time.Hour * 24 * 31 MaxParametrableRevertDelay = time.Hour * 24 DefaultMaxMetadataLength uint64 = 2000 )
var ( ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthRequest = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRequest = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupRequest = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthVestingAccount = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowVestingAccount = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupVestingAccount = fmt.Errorf("proto: unexpected end of group") )
var Msg_serviceDesc = _Msg_serviceDesc
var Query_serviceDesc = _Query_serviceDesc
var Request_Status_name = map[int32]string{
0: "PENDING",
1: "APPROVED",
2: "REJECTED",
}
var Request_Status_value = map[string]int32{
"PENDING": 0,
"APPROVED": 1,
"REJECTED": 2,
}
Functions ¶
func GenesisURLHash ¶
GenesisURLHash compute the hash of the URL from the resource content The hash function is sha256
func ParamChangeSubKey ¶
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
Types ¶
type AccountKeeper ¶
type AccountKeeper interface {
GetAccount(context.Context, sdk.AccAddress) sdk.AccountI // only used for simulation
}
AccountKeeper defines the expected interface for the Account module.
type AccountRemoval ¶
type AccountRemoval struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}
func (*AccountRemoval) Descriptor ¶
func (*AccountRemoval) Descriptor() ([]byte, []int)
func (*AccountRemoval) GetAddress ¶
func (m *AccountRemoval) GetAddress() string
func (*AccountRemoval) Marshal ¶
func (m *AccountRemoval) Marshal() (dAtA []byte, err error)
func (*AccountRemoval) MarshalToSizedBuffer ¶
func (m *AccountRemoval) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AccountRemoval) ProtoMessage ¶
func (*AccountRemoval) ProtoMessage()
func (*AccountRemoval) Reset ¶
func (m *AccountRemoval) Reset()
func (*AccountRemoval) Size ¶
func (m *AccountRemoval) Size() (n int)
func (*AccountRemoval) String ¶
func (m *AccountRemoval) String() string
func (*AccountRemoval) Unmarshal ¶
func (m *AccountRemoval) Unmarshal(dAtA []byte) error
func (AccountRemoval) Validate ¶
func (m AccountRemoval) Validate() error
Validate implements AccountRemoval validation
func (*AccountRemoval) XXX_DiscardUnknown ¶
func (m *AccountRemoval) XXX_DiscardUnknown()
func (*AccountRemoval) XXX_Marshal ¶
func (m *AccountRemoval) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountRemoval) XXX_Merge ¶
func (m *AccountRemoval) XXX_Merge(src proto.Message)
func (*AccountRemoval) XXX_Size ¶
func (m *AccountRemoval) XXX_Size() int
func (*AccountRemoval) XXX_Unmarshal ¶
func (m *AccountRemoval) XXX_Unmarshal(b []byte) error
type BankKeeper ¶
type BankKeeper interface { SpendableCoins(context.Context, sdk.AccAddress) sdk.Coins ValidateBalance(ctx context.Context, addr sdk.AccAddress) error HasBalance(ctx context.Context, addr sdk.AccAddress, amt sdk.Coin) bool GetAllBalances(ctx context.Context, addr sdk.AccAddress) sdk.Coins GetAccountsBalances(ctx context.Context) []banktypes.Balance }
BankKeeper defines the expected interface for the Bank module.
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"` 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 time.Time `protobuf:"bytes,12,opt,name=launch_time,json=launchTime,proto3,stdtime" json:"launch_time"` 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 github_com_cosmos_cosmos_sdk_types.Coins `` /* 197-byte string literal not displayed */ Metadata []byte `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` }
func (*Chain) Descriptor ¶
func (*Chain) GetAccountBalance ¶
func (m *Chain) GetAccountBalance() github_com_cosmos_cosmos_sdk_types.Coins
func (*Chain) GetConsumerRevisionHeight ¶
func (*Chain) GetCoordinatorId ¶
func (*Chain) GetCreatedAt ¶
func (*Chain) GetGenesisChainId ¶
func (*Chain) GetHasProject ¶
func (*Chain) GetInitialGenesis ¶
func (m *Chain) GetInitialGenesis() InitialGenesis
func (*Chain) GetIsMainnet ¶
func (*Chain) GetLaunchId ¶
func (*Chain) GetLaunchTime ¶
func (*Chain) GetLaunchTriggered ¶
func (*Chain) GetMetadata ¶
func (*Chain) GetMonitoringConnected ¶
func (*Chain) GetProjectId ¶
func (*Chain) GetSourceHash ¶
func (*Chain) GetSourceUrl ¶
func (*Chain) ProtoMessage ¶
func (*Chain) ProtoMessage()
func (*Chain) XXX_DiscardUnknown ¶
func (m *Chain) XXX_DiscardUnknown()
func (*Chain) XXX_Marshal ¶
func (*Chain) XXX_Unmarshal ¶
type DefaultInitialGenesis ¶
type DefaultInitialGenesis struct { }
DefaultInitialGenesis specifies using the default CLI-generated genesis as an initial genesis
func (*DefaultInitialGenesis) Descriptor ¶
func (*DefaultInitialGenesis) Descriptor() ([]byte, []int)
func (*DefaultInitialGenesis) Marshal ¶
func (m *DefaultInitialGenesis) Marshal() (dAtA []byte, err error)
func (*DefaultInitialGenesis) MarshalTo ¶
func (m *DefaultInitialGenesis) MarshalTo(dAtA []byte) (int, error)
func (*DefaultInitialGenesis) MarshalToSizedBuffer ¶
func (m *DefaultInitialGenesis) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DefaultInitialGenesis) ProtoMessage ¶
func (*DefaultInitialGenesis) ProtoMessage()
func (*DefaultInitialGenesis) Reset ¶
func (m *DefaultInitialGenesis) Reset()
func (*DefaultInitialGenesis) Size ¶
func (m *DefaultInitialGenesis) Size() (n int)
func (*DefaultInitialGenesis) String ¶
func (m *DefaultInitialGenesis) String() string
func (*DefaultInitialGenesis) Unmarshal ¶
func (m *DefaultInitialGenesis) Unmarshal(dAtA []byte) error
func (*DefaultInitialGenesis) XXX_DiscardUnknown ¶
func (m *DefaultInitialGenesis) XXX_DiscardUnknown()
func (*DefaultInitialGenesis) XXX_Marshal ¶
func (m *DefaultInitialGenesis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DefaultInitialGenesis) XXX_Merge ¶
func (m *DefaultInitialGenesis) XXX_Merge(src proto.Message)
func (*DefaultInitialGenesis) XXX_Size ¶
func (m *DefaultInitialGenesis) XXX_Size() int
func (*DefaultInitialGenesis) XXX_Unmarshal ¶
func (m *DefaultInitialGenesis) XXX_Unmarshal(b []byte) error
type DelayedVesting ¶
type DelayedVesting struct { TotalBalance github_com_cosmos_cosmos_sdk_types.Coins `` /* 170-byte string literal not displayed */ Vesting github_com_cosmos_cosmos_sdk_types.Coins `` /* 160-byte string literal not displayed */ EndTime time.Time `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3,stdtime" json:"end_time"` }
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 ¶
func (*DelayedVesting) Descriptor() ([]byte, []int)
func (*DelayedVesting) GetEndTime ¶
func (m *DelayedVesting) GetEndTime() time.Time
func (*DelayedVesting) GetTotalBalance ¶
func (m *DelayedVesting) GetTotalBalance() github_com_cosmos_cosmos_sdk_types.Coins
func (*DelayedVesting) GetVesting ¶
func (m *DelayedVesting) GetVesting() github_com_cosmos_cosmos_sdk_types.Coins
func (*DelayedVesting) Marshal ¶
func (m *DelayedVesting) Marshal() (dAtA []byte, err error)
func (*DelayedVesting) MarshalToSizedBuffer ¶
func (m *DelayedVesting) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DelayedVesting) ProtoMessage ¶
func (*DelayedVesting) ProtoMessage()
func (*DelayedVesting) Reset ¶
func (m *DelayedVesting) Reset()
func (*DelayedVesting) Size ¶
func (m *DelayedVesting) Size() (n int)
func (*DelayedVesting) String ¶
func (m *DelayedVesting) String() string
func (*DelayedVesting) Unmarshal ¶
func (m *DelayedVesting) Unmarshal(dAtA []byte) error
func (*DelayedVesting) XXX_DiscardUnknown ¶
func (m *DelayedVesting) XXX_DiscardUnknown()
func (*DelayedVesting) XXX_Marshal ¶
func (m *DelayedVesting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DelayedVesting) XXX_Merge ¶
func (m *DelayedVesting) XXX_Merge(src proto.Message)
func (*DelayedVesting) XXX_Size ¶
func (m *DelayedVesting) XXX_Size() int
func (*DelayedVesting) XXX_Unmarshal ¶
func (m *DelayedVesting) XXX_Unmarshal(b []byte) error
type DistributionKeeper ¶
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"` }
func (*EventAccountRemoved) Descriptor ¶
func (*EventAccountRemoved) Descriptor() ([]byte, []int)
func (*EventAccountRemoved) GetAddress ¶
func (m *EventAccountRemoved) GetAddress() string
func (*EventAccountRemoved) GetCoordinatorAddress ¶
func (m *EventAccountRemoved) GetCoordinatorAddress() string
func (*EventAccountRemoved) GetLaunchId ¶
func (m *EventAccountRemoved) GetLaunchId() uint64
func (*EventAccountRemoved) Marshal ¶
func (m *EventAccountRemoved) Marshal() (dAtA []byte, err error)
func (*EventAccountRemoved) MarshalTo ¶
func (m *EventAccountRemoved) MarshalTo(dAtA []byte) (int, error)
func (*EventAccountRemoved) MarshalToSizedBuffer ¶
func (m *EventAccountRemoved) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventAccountRemoved) ProtoMessage ¶
func (*EventAccountRemoved) ProtoMessage()
func (*EventAccountRemoved) Reset ¶
func (m *EventAccountRemoved) Reset()
func (*EventAccountRemoved) Size ¶
func (m *EventAccountRemoved) Size() (n int)
func (*EventAccountRemoved) String ¶
func (m *EventAccountRemoved) String() string
func (*EventAccountRemoved) Unmarshal ¶
func (m *EventAccountRemoved) Unmarshal(dAtA []byte) error
func (*EventAccountRemoved) XXX_DiscardUnknown ¶
func (m *EventAccountRemoved) XXX_DiscardUnknown()
func (*EventAccountRemoved) XXX_Marshal ¶
func (m *EventAccountRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventAccountRemoved) XXX_Merge ¶
func (m *EventAccountRemoved) XXX_Merge(src proto.Message)
func (*EventAccountRemoved) XXX_Size ¶
func (m *EventAccountRemoved) XXX_Size() int
func (*EventAccountRemoved) XXX_Unmarshal ¶
func (m *EventAccountRemoved) XXX_Unmarshal(b []byte) error
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"` }
func (*EventChainCreated) Descriptor ¶
func (*EventChainCreated) Descriptor() ([]byte, []int)
func (*EventChainCreated) GetCoordinatorAddress ¶
func (m *EventChainCreated) GetCoordinatorAddress() string
func (*EventChainCreated) GetCoordinatorId ¶
func (m *EventChainCreated) GetCoordinatorId() uint64
func (*EventChainCreated) GetLaunchId ¶
func (m *EventChainCreated) GetLaunchId() uint64
func (*EventChainCreated) Marshal ¶
func (m *EventChainCreated) Marshal() (dAtA []byte, err error)
func (*EventChainCreated) MarshalTo ¶
func (m *EventChainCreated) MarshalTo(dAtA []byte) (int, error)
func (*EventChainCreated) MarshalToSizedBuffer ¶
func (m *EventChainCreated) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventChainCreated) ProtoMessage ¶
func (*EventChainCreated) ProtoMessage()
func (*EventChainCreated) Reset ¶
func (m *EventChainCreated) Reset()
func (*EventChainCreated) Size ¶
func (m *EventChainCreated) Size() (n int)
func (*EventChainCreated) String ¶
func (m *EventChainCreated) String() string
func (*EventChainCreated) Unmarshal ¶
func (m *EventChainCreated) Unmarshal(dAtA []byte) error
func (*EventChainCreated) XXX_DiscardUnknown ¶
func (m *EventChainCreated) XXX_DiscardUnknown()
func (*EventChainCreated) XXX_Marshal ¶
func (m *EventChainCreated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventChainCreated) XXX_Merge ¶
func (m *EventChainCreated) XXX_Merge(src proto.Message)
func (*EventChainCreated) XXX_Size ¶
func (m *EventChainCreated) XXX_Size() int
func (*EventChainCreated) XXX_Unmarshal ¶
func (m *EventChainCreated) XXX_Unmarshal(b []byte) error
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 github_com_cosmos_cosmos_sdk_types.Coins `` /* 156-byte string literal not displayed */ CoordinatorAddress string `protobuf:"bytes,4,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"` }
func (*EventGenesisAccountAdded) Descriptor ¶
func (*EventGenesisAccountAdded) Descriptor() ([]byte, []int)
func (*EventGenesisAccountAdded) GetAddress ¶
func (m *EventGenesisAccountAdded) GetAddress() string
func (*EventGenesisAccountAdded) GetCoins ¶
func (m *EventGenesisAccountAdded) GetCoins() github_com_cosmos_cosmos_sdk_types.Coins
func (*EventGenesisAccountAdded) GetCoordinatorAddress ¶
func (m *EventGenesisAccountAdded) GetCoordinatorAddress() string
func (*EventGenesisAccountAdded) GetLaunchId ¶
func (m *EventGenesisAccountAdded) GetLaunchId() uint64
func (*EventGenesisAccountAdded) Marshal ¶
func (m *EventGenesisAccountAdded) Marshal() (dAtA []byte, err error)
func (*EventGenesisAccountAdded) MarshalTo ¶
func (m *EventGenesisAccountAdded) MarshalTo(dAtA []byte) (int, error)
func (*EventGenesisAccountAdded) MarshalToSizedBuffer ¶
func (m *EventGenesisAccountAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventGenesisAccountAdded) ProtoMessage ¶
func (*EventGenesisAccountAdded) ProtoMessage()
func (*EventGenesisAccountAdded) Reset ¶
func (m *EventGenesisAccountAdded) Reset()
func (*EventGenesisAccountAdded) Size ¶
func (m *EventGenesisAccountAdded) Size() (n int)
func (*EventGenesisAccountAdded) String ¶
func (m *EventGenesisAccountAdded) String() string
func (*EventGenesisAccountAdded) Unmarshal ¶
func (m *EventGenesisAccountAdded) Unmarshal(dAtA []byte) error
func (*EventGenesisAccountAdded) XXX_DiscardUnknown ¶
func (m *EventGenesisAccountAdded) XXX_DiscardUnknown()
func (*EventGenesisAccountAdded) XXX_Marshal ¶
func (m *EventGenesisAccountAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventGenesisAccountAdded) XXX_Merge ¶
func (m *EventGenesisAccountAdded) XXX_Merge(src proto.Message)
func (*EventGenesisAccountAdded) XXX_Size ¶
func (m *EventGenesisAccountAdded) XXX_Size() int
func (*EventGenesisAccountAdded) XXX_Unmarshal ¶
func (m *EventGenesisAccountAdded) XXX_Unmarshal(b []byte) error
type EventLaunchReverted ¶
type EventLaunchReverted struct {
LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
}
func (*EventLaunchReverted) Descriptor ¶
func (*EventLaunchReverted) Descriptor() ([]byte, []int)
func (*EventLaunchReverted) GetLaunchId ¶
func (m *EventLaunchReverted) GetLaunchId() uint64
func (*EventLaunchReverted) Marshal ¶
func (m *EventLaunchReverted) Marshal() (dAtA []byte, err error)
func (*EventLaunchReverted) MarshalTo ¶
func (m *EventLaunchReverted) MarshalTo(dAtA []byte) (int, error)
func (*EventLaunchReverted) MarshalToSizedBuffer ¶
func (m *EventLaunchReverted) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventLaunchReverted) ProtoMessage ¶
func (*EventLaunchReverted) ProtoMessage()
func (*EventLaunchReverted) Reset ¶
func (m *EventLaunchReverted) Reset()
func (*EventLaunchReverted) Size ¶
func (m *EventLaunchReverted) Size() (n int)
func (*EventLaunchReverted) String ¶
func (m *EventLaunchReverted) String() string
func (*EventLaunchReverted) Unmarshal ¶
func (m *EventLaunchReverted) Unmarshal(dAtA []byte) error
func (*EventLaunchReverted) XXX_DiscardUnknown ¶
func (m *EventLaunchReverted) XXX_DiscardUnknown()
func (*EventLaunchReverted) XXX_Marshal ¶
func (m *EventLaunchReverted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventLaunchReverted) XXX_Merge ¶
func (m *EventLaunchReverted) XXX_Merge(src proto.Message)
func (*EventLaunchReverted) XXX_Size ¶
func (m *EventLaunchReverted) XXX_Size() int
func (*EventLaunchReverted) XXX_Unmarshal ¶
func (m *EventLaunchReverted) XXX_Unmarshal(b []byte) error
type EventLaunchTriggered ¶
type EventLaunchTriggered struct { LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"` LaunchTimestamp time.Time `protobuf:"bytes,2,opt,name=launch_timestamp,json=launchTimestamp,proto3,stdtime" json:"launch_timestamp"` }
func (*EventLaunchTriggered) Descriptor ¶
func (*EventLaunchTriggered) Descriptor() ([]byte, []int)
func (*EventLaunchTriggered) GetLaunchId ¶
func (m *EventLaunchTriggered) GetLaunchId() uint64
func (*EventLaunchTriggered) GetLaunchTimestamp ¶
func (m *EventLaunchTriggered) GetLaunchTimestamp() time.Time
func (*EventLaunchTriggered) Marshal ¶
func (m *EventLaunchTriggered) Marshal() (dAtA []byte, err error)
func (*EventLaunchTriggered) MarshalTo ¶
func (m *EventLaunchTriggered) MarshalTo(dAtA []byte) (int, error)
func (*EventLaunchTriggered) MarshalToSizedBuffer ¶
func (m *EventLaunchTriggered) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventLaunchTriggered) ProtoMessage ¶
func (*EventLaunchTriggered) ProtoMessage()
func (*EventLaunchTriggered) Reset ¶
func (m *EventLaunchTriggered) Reset()
func (*EventLaunchTriggered) Size ¶
func (m *EventLaunchTriggered) Size() (n int)
func (*EventLaunchTriggered) String ¶
func (m *EventLaunchTriggered) String() string
func (*EventLaunchTriggered) Unmarshal ¶
func (m *EventLaunchTriggered) Unmarshal(dAtA []byte) error
func (*EventLaunchTriggered) XXX_DiscardUnknown ¶
func (m *EventLaunchTriggered) XXX_DiscardUnknown()
func (*EventLaunchTriggered) XXX_Marshal ¶
func (m *EventLaunchTriggered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventLaunchTriggered) XXX_Merge ¶
func (m *EventLaunchTriggered) XXX_Merge(src proto.Message)
func (*EventLaunchTriggered) XXX_Size ¶
func (m *EventLaunchTriggered) XXX_Size() int
func (*EventLaunchTriggered) XXX_Unmarshal ¶
func (m *EventLaunchTriggered) XXX_Unmarshal(b []byte) error
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"` }
func (*EventParamChanged) Descriptor ¶
func (*EventParamChanged) Descriptor() ([]byte, []int)
func (*EventParamChanged) GetLaunchId ¶
func (m *EventParamChanged) GetLaunchId() uint64
func (*EventParamChanged) GetModule ¶
func (m *EventParamChanged) GetModule() string
func (*EventParamChanged) GetParam ¶
func (m *EventParamChanged) GetParam() string
func (*EventParamChanged) GetValue ¶
func (m *EventParamChanged) GetValue() []byte
func (*EventParamChanged) Marshal ¶
func (m *EventParamChanged) Marshal() (dAtA []byte, err error)
func (*EventParamChanged) MarshalTo ¶
func (m *EventParamChanged) MarshalTo(dAtA []byte) (int, error)
func (*EventParamChanged) MarshalToSizedBuffer ¶
func (m *EventParamChanged) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventParamChanged) ProtoMessage ¶
func (*EventParamChanged) ProtoMessage()
func (*EventParamChanged) Reset ¶
func (m *EventParamChanged) Reset()
func (*EventParamChanged) Size ¶
func (m *EventParamChanged) Size() (n int)
func (*EventParamChanged) String ¶
func (m *EventParamChanged) String() string
func (*EventParamChanged) Unmarshal ¶
func (m *EventParamChanged) Unmarshal(dAtA []byte) error
func (*EventParamChanged) XXX_DiscardUnknown ¶
func (m *EventParamChanged) XXX_DiscardUnknown()
func (*EventParamChanged) XXX_Marshal ¶
func (m *EventParamChanged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventParamChanged) XXX_Merge ¶
func (m *EventParamChanged) XXX_Merge(src proto.Message)
func (*EventParamChanged) XXX_Size ¶
func (m *EventParamChanged) XXX_Size() int
func (*EventParamChanged) XXX_Unmarshal ¶
func (m *EventParamChanged) XXX_Unmarshal(b []byte) error
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"` }
func (*EventRequestCreated) Descriptor ¶
func (*EventRequestCreated) Descriptor() ([]byte, []int)
func (*EventRequestCreated) GetCreator ¶
func (m *EventRequestCreated) GetCreator() string
func (*EventRequestCreated) GetRequest ¶
func (m *EventRequestCreated) GetRequest() Request
func (*EventRequestCreated) Marshal ¶
func (m *EventRequestCreated) Marshal() (dAtA []byte, err error)
func (*EventRequestCreated) MarshalTo ¶
func (m *EventRequestCreated) MarshalTo(dAtA []byte) (int, error)
func (*EventRequestCreated) MarshalToSizedBuffer ¶
func (m *EventRequestCreated) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventRequestCreated) ProtoMessage ¶
func (*EventRequestCreated) ProtoMessage()
func (*EventRequestCreated) Reset ¶
func (m *EventRequestCreated) Reset()
func (*EventRequestCreated) Size ¶
func (m *EventRequestCreated) Size() (n int)
func (*EventRequestCreated) String ¶
func (m *EventRequestCreated) String() string
func (*EventRequestCreated) Unmarshal ¶
func (m *EventRequestCreated) Unmarshal(dAtA []byte) error
func (*EventRequestCreated) XXX_DiscardUnknown ¶
func (m *EventRequestCreated) XXX_DiscardUnknown()
func (*EventRequestCreated) XXX_Marshal ¶
func (m *EventRequestCreated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventRequestCreated) XXX_Merge ¶
func (m *EventRequestCreated) XXX_Merge(src proto.Message)
func (*EventRequestCreated) XXX_Size ¶
func (m *EventRequestCreated) XXX_Size() int
func (*EventRequestCreated) XXX_Unmarshal ¶
func (m *EventRequestCreated) XXX_Unmarshal(b []byte) error
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"` }
func (*EventRequestSettled) Descriptor ¶
func (*EventRequestSettled) Descriptor() ([]byte, []int)
func (*EventRequestSettled) GetApproved ¶
func (m *EventRequestSettled) GetApproved() bool
func (*EventRequestSettled) GetLaunchId ¶
func (m *EventRequestSettled) GetLaunchId() uint64
func (*EventRequestSettled) GetRequestId ¶
func (m *EventRequestSettled) GetRequestId() uint64
func (*EventRequestSettled) Marshal ¶
func (m *EventRequestSettled) Marshal() (dAtA []byte, err error)
func (*EventRequestSettled) MarshalTo ¶
func (m *EventRequestSettled) MarshalTo(dAtA []byte) (int, error)
func (*EventRequestSettled) MarshalToSizedBuffer ¶
func (m *EventRequestSettled) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventRequestSettled) ProtoMessage ¶
func (*EventRequestSettled) ProtoMessage()
func (*EventRequestSettled) Reset ¶
func (m *EventRequestSettled) Reset()
func (*EventRequestSettled) Size ¶
func (m *EventRequestSettled) Size() (n int)
func (*EventRequestSettled) String ¶
func (m *EventRequestSettled) String() string
func (*EventRequestSettled) Unmarshal ¶
func (m *EventRequestSettled) Unmarshal(dAtA []byte) error
func (*EventRequestSettled) XXX_DiscardUnknown ¶
func (m *EventRequestSettled) XXX_DiscardUnknown()
func (*EventRequestSettled) XXX_Marshal ¶
func (m *EventRequestSettled) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventRequestSettled) XXX_Merge ¶
func (m *EventRequestSettled) XXX_Merge(src proto.Message)
func (*EventRequestSettled) XXX_Size ¶
func (m *EventRequestSettled) XXX_Size() int
func (*EventRequestSettled) XXX_Unmarshal ¶
func (m *EventRequestSettled) XXX_Unmarshal(b []byte) error
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 types.Coin `protobuf:"bytes,5,opt,name=selfDelegation,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coin" json:"selfDelegation"` Peer Peer `protobuf:"bytes,6,opt,name=peer,proto3" json:"peer"` 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"` }
func (*EventValidatorAdded) Descriptor ¶
func (*EventValidatorAdded) Descriptor() ([]byte, []int)
func (*EventValidatorAdded) GetAddress ¶
func (m *EventValidatorAdded) GetAddress() string
func (*EventValidatorAdded) GetConsPubKey ¶
func (m *EventValidatorAdded) GetConsPubKey() []byte
func (*EventValidatorAdded) GetCoordinatorAddress ¶
func (m *EventValidatorAdded) GetCoordinatorAddress() string
func (*EventValidatorAdded) GetGenTx ¶
func (m *EventValidatorAdded) GetGenTx() []byte
func (*EventValidatorAdded) GetHasProject ¶
func (m *EventValidatorAdded) GetHasProject() bool
func (*EventValidatorAdded) GetLaunchId ¶
func (m *EventValidatorAdded) GetLaunchId() uint64
func (*EventValidatorAdded) GetPeer ¶
func (m *EventValidatorAdded) GetPeer() Peer
func (*EventValidatorAdded) GetProjectId ¶
func (m *EventValidatorAdded) GetProjectId() uint64
func (*EventValidatorAdded) GetSelfDelegation ¶
func (m *EventValidatorAdded) GetSelfDelegation() types.Coin
func (*EventValidatorAdded) Marshal ¶
func (m *EventValidatorAdded) Marshal() (dAtA []byte, err error)
func (*EventValidatorAdded) MarshalTo ¶
func (m *EventValidatorAdded) MarshalTo(dAtA []byte) (int, error)
func (*EventValidatorAdded) MarshalToSizedBuffer ¶
func (m *EventValidatorAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventValidatorAdded) ProtoMessage ¶
func (*EventValidatorAdded) ProtoMessage()
func (*EventValidatorAdded) Reset ¶
func (m *EventValidatorAdded) Reset()
func (*EventValidatorAdded) Size ¶
func (m *EventValidatorAdded) Size() (n int)
func (*EventValidatorAdded) String ¶
func (m *EventValidatorAdded) String() string
func (*EventValidatorAdded) Unmarshal ¶
func (m *EventValidatorAdded) Unmarshal(dAtA []byte) error
func (*EventValidatorAdded) XXX_DiscardUnknown ¶
func (m *EventValidatorAdded) XXX_DiscardUnknown()
func (*EventValidatorAdded) XXX_Marshal ¶
func (m *EventValidatorAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventValidatorAdded) XXX_Merge ¶
func (m *EventValidatorAdded) XXX_Merge(src proto.Message)
func (*EventValidatorAdded) XXX_Size ¶
func (m *EventValidatorAdded) XXX_Size() int
func (*EventValidatorAdded) XXX_Unmarshal ¶
func (m *EventValidatorAdded) XXX_Unmarshal(b []byte) error
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"` }
func (*EventValidatorRemoved) Descriptor ¶
func (*EventValidatorRemoved) Descriptor() ([]byte, []int)
func (*EventValidatorRemoved) GetCoordinatorAddress ¶
func (m *EventValidatorRemoved) GetCoordinatorAddress() string
func (*EventValidatorRemoved) GetGenesisValidatorAccount ¶
func (m *EventValidatorRemoved) GetGenesisValidatorAccount() string
func (*EventValidatorRemoved) GetHasProject ¶
func (m *EventValidatorRemoved) GetHasProject() bool
func (*EventValidatorRemoved) GetLaunchId ¶
func (m *EventValidatorRemoved) GetLaunchId() uint64
func (*EventValidatorRemoved) GetProjectId ¶
func (m *EventValidatorRemoved) GetProjectId() uint64
func (*EventValidatorRemoved) Marshal ¶
func (m *EventValidatorRemoved) Marshal() (dAtA []byte, err error)
func (*EventValidatorRemoved) MarshalTo ¶
func (m *EventValidatorRemoved) MarshalTo(dAtA []byte) (int, error)
func (*EventValidatorRemoved) MarshalToSizedBuffer ¶
func (m *EventValidatorRemoved) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventValidatorRemoved) ProtoMessage ¶
func (*EventValidatorRemoved) ProtoMessage()
func (*EventValidatorRemoved) Reset ¶
func (m *EventValidatorRemoved) Reset()
func (*EventValidatorRemoved) Size ¶
func (m *EventValidatorRemoved) Size() (n int)
func (*EventValidatorRemoved) String ¶
func (m *EventValidatorRemoved) String() string
func (*EventValidatorRemoved) Unmarshal ¶
func (m *EventValidatorRemoved) Unmarshal(dAtA []byte) error
func (*EventValidatorRemoved) XXX_DiscardUnknown ¶
func (m *EventValidatorRemoved) XXX_DiscardUnknown()
func (*EventValidatorRemoved) XXX_Marshal ¶
func (m *EventValidatorRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventValidatorRemoved) XXX_Merge ¶
func (m *EventValidatorRemoved) XXX_Merge(src proto.Message)
func (*EventValidatorRemoved) XXX_Size ¶
func (m *EventValidatorRemoved) XXX_Size() int
func (*EventValidatorRemoved) XXX_Unmarshal ¶
func (m *EventValidatorRemoved) XXX_Unmarshal(b []byte) error
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"` CoordinatorAddress string `protobuf:"bytes,4,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"` }
func (*EventVestingAccountAdded) Descriptor ¶
func (*EventVestingAccountAdded) Descriptor() ([]byte, []int)
func (*EventVestingAccountAdded) GetAddress ¶
func (m *EventVestingAccountAdded) GetAddress() string
func (*EventVestingAccountAdded) GetCoordinatorAddress ¶
func (m *EventVestingAccountAdded) GetCoordinatorAddress() string
func (*EventVestingAccountAdded) GetLaunchId ¶
func (m *EventVestingAccountAdded) GetLaunchId() uint64
func (*EventVestingAccountAdded) GetVestingOptions ¶
func (m *EventVestingAccountAdded) GetVestingOptions() VestingOptions
func (*EventVestingAccountAdded) Marshal ¶
func (m *EventVestingAccountAdded) Marshal() (dAtA []byte, err error)
func (*EventVestingAccountAdded) MarshalTo ¶
func (m *EventVestingAccountAdded) MarshalTo(dAtA []byte) (int, error)
func (*EventVestingAccountAdded) MarshalToSizedBuffer ¶
func (m *EventVestingAccountAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventVestingAccountAdded) ProtoMessage ¶
func (*EventVestingAccountAdded) ProtoMessage()
func (*EventVestingAccountAdded) Reset ¶
func (m *EventVestingAccountAdded) Reset()
func (*EventVestingAccountAdded) Size ¶
func (m *EventVestingAccountAdded) Size() (n int)
func (*EventVestingAccountAdded) String ¶
func (m *EventVestingAccountAdded) String() string
func (*EventVestingAccountAdded) Unmarshal ¶
func (m *EventVestingAccountAdded) Unmarshal(dAtA []byte) error
func (*EventVestingAccountAdded) XXX_DiscardUnknown ¶
func (m *EventVestingAccountAdded) XXX_DiscardUnknown()
func (*EventVestingAccountAdded) XXX_Marshal ¶
func (m *EventVestingAccountAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventVestingAccountAdded) XXX_Merge ¶
func (m *EventVestingAccountAdded) XXX_Merge(src proto.Message)
func (*EventVestingAccountAdded) XXX_Size ¶
func (m *EventVestingAccountAdded) XXX_Size() int
func (*EventVestingAccountAdded) XXX_Unmarshal ¶
func (m *EventVestingAccountAdded) XXX_Unmarshal(b []byte) error
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 github_com_cosmos_cosmos_sdk_types.Coins `` /* 156-byte string literal not displayed */ }
func (*GenesisAccount) Descriptor ¶
func (*GenesisAccount) Descriptor() ([]byte, []int)
func (*GenesisAccount) GetAddress ¶
func (m *GenesisAccount) GetAddress() string
func (*GenesisAccount) GetCoins ¶
func (m *GenesisAccount) GetCoins() github_com_cosmos_cosmos_sdk_types.Coins
func (*GenesisAccount) GetLaunchId ¶
func (m *GenesisAccount) GetLaunchId() uint64
func (*GenesisAccount) Marshal ¶
func (m *GenesisAccount) Marshal() (dAtA []byte, err error)
func (*GenesisAccount) MarshalToSizedBuffer ¶
func (m *GenesisAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisAccount) ProtoMessage ¶
func (*GenesisAccount) ProtoMessage()
func (*GenesisAccount) Reset ¶
func (m *GenesisAccount) Reset()
func (*GenesisAccount) Size ¶
func (m *GenesisAccount) Size() (n int)
func (*GenesisAccount) String ¶
func (m *GenesisAccount) String() string
func (*GenesisAccount) Unmarshal ¶
func (m *GenesisAccount) Unmarshal(dAtA []byte) error
func (GenesisAccount) Validate ¶
func (m GenesisAccount) Validate(launchID uint64) error
Validate implements GenesisAccount validation
func (*GenesisAccount) XXX_DiscardUnknown ¶
func (m *GenesisAccount) XXX_DiscardUnknown()
func (*GenesisAccount) XXX_Marshal ¶
func (m *GenesisAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisAccount) XXX_Merge ¶
func (m *GenesisAccount) XXX_Merge(src proto.Message)
func (*GenesisAccount) XXX_Size ¶
func (m *GenesisAccount) XXX_Size() int
func (*GenesisAccount) XXX_Unmarshal ¶
func (m *GenesisAccount) XXX_Unmarshal(b []byte) error
type GenesisConfig ¶
type GenesisConfig struct {
File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
}
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 ¶
func (*GenesisConfig) Descriptor() ([]byte, []int)
func (*GenesisConfig) GetFile ¶
func (m *GenesisConfig) GetFile() string
func (*GenesisConfig) Marshal ¶
func (m *GenesisConfig) Marshal() (dAtA []byte, err error)
func (*GenesisConfig) MarshalToSizedBuffer ¶
func (m *GenesisConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisConfig) ProtoMessage ¶
func (*GenesisConfig) ProtoMessage()
func (*GenesisConfig) Reset ¶
func (m *GenesisConfig) Reset()
func (*GenesisConfig) Size ¶
func (m *GenesisConfig) Size() (n int)
func (*GenesisConfig) String ¶
func (m *GenesisConfig) String() string
func (*GenesisConfig) Unmarshal ¶
func (m *GenesisConfig) Unmarshal(dAtA []byte) error
func (*GenesisConfig) XXX_DiscardUnknown ¶
func (m *GenesisConfig) XXX_DiscardUnknown()
func (*GenesisConfig) XXX_Marshal ¶
func (m *GenesisConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisConfig) XXX_Merge ¶
func (m *GenesisConfig) XXX_Merge(src proto.Message)
func (*GenesisConfig) XXX_Size ¶
func (m *GenesisConfig) XXX_Size() int
func (*GenesisConfig) XXX_Unmarshal ¶
func (m *GenesisConfig) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct { // params defines all the parameters of the module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` ChainList []Chain `protobuf:"bytes,2,rep,name=chain_list,json=chainList,proto3" json:"chain_list"` 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"` VestingAccountList []VestingAccount `protobuf:"bytes,5,rep,name=vesting_account_list,json=vestingAccountList,proto3" json:"vesting_account_list"` GenesisValidatorList []GenesisValidator `protobuf:"bytes,6,rep,name=genesis_validator_list,json=genesisValidatorList,proto3" json:"genesis_validator_list"` RequestList []Request `protobuf:"bytes,7,rep,name=request_list,json=requestList,proto3" json:"request_list"` RequestCounters []RequestCounter `protobuf:"bytes,8,rep,name=request_counters,json=requestCounters,proto3" json:"request_counters"` ParamChangeList []ParamChange `protobuf:"bytes,9,rep,name=param_change_list,json=paramChangeList,proto3" json:"param_change_list"` }
GenesisState defines the launch module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default genesis state
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetChainCount ¶
func (m *GenesisState) GetChainCount() uint64
func (*GenesisState) GetChainList ¶
func (m *GenesisState) GetChainList() []Chain
func (*GenesisState) GetGenesisAccountList ¶
func (m *GenesisState) GetGenesisAccountList() []GenesisAccount
func (*GenesisState) GetGenesisValidatorList ¶
func (m *GenesisState) GetGenesisValidatorList() []GenesisValidator
func (*GenesisState) GetParamChangeList ¶
func (m *GenesisState) GetParamChangeList() []ParamChange
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
func (*GenesisState) GetRequestCounters ¶
func (m *GenesisState) GetRequestCounters() []RequestCounter
func (*GenesisState) GetRequestList ¶
func (m *GenesisState) GetRequestList() []Request
func (*GenesisState) GetVestingAccountList ¶
func (m *GenesisState) GetVestingAccountList() []VestingAccount
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
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"` }
GenesisURL specifies using a custom genesis from a URL as the initial genesis
func (*GenesisURL) Descriptor ¶
func (*GenesisURL) Descriptor() ([]byte, []int)
func (*GenesisURL) GetHash ¶
func (m *GenesisURL) GetHash() string
func (*GenesisURL) GetUrl ¶
func (m *GenesisURL) GetUrl() string
func (*GenesisURL) Marshal ¶
func (m *GenesisURL) Marshal() (dAtA []byte, err error)
func (*GenesisURL) MarshalToSizedBuffer ¶
func (m *GenesisURL) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisURL) ProtoMessage ¶
func (*GenesisURL) ProtoMessage()
func (*GenesisURL) Reset ¶
func (m *GenesisURL) Reset()
func (*GenesisURL) Size ¶
func (m *GenesisURL) Size() (n int)
func (*GenesisURL) String ¶
func (m *GenesisURL) String() string
func (*GenesisURL) Unmarshal ¶
func (m *GenesisURL) Unmarshal(dAtA []byte) error
func (*GenesisURL) XXX_DiscardUnknown ¶
func (m *GenesisURL) XXX_DiscardUnknown()
func (*GenesisURL) XXX_Marshal ¶
func (m *GenesisURL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisURL) XXX_Merge ¶
func (m *GenesisURL) XXX_Merge(src proto.Message)
func (*GenesisURL) XXX_Size ¶
func (m *GenesisURL) XXX_Size() int
func (*GenesisURL) XXX_Unmarshal ¶
func (m *GenesisURL) XXX_Unmarshal(b []byte) error
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 types.Coin `protobuf:"bytes,5,opt,name=selfDelegation,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coin" json:"selfDelegation"` Peer Peer `protobuf:"bytes,6,opt,name=peer,proto3" json:"peer"` }
func (*GenesisValidator) Descriptor ¶
func (*GenesisValidator) Descriptor() ([]byte, []int)
func (*GenesisValidator) GetAddress ¶
func (m *GenesisValidator) GetAddress() string
func (*GenesisValidator) GetConsPubKey ¶
func (m *GenesisValidator) GetConsPubKey() []byte
func (*GenesisValidator) GetGenTx ¶
func (m *GenesisValidator) GetGenTx() []byte
func (*GenesisValidator) GetLaunchId ¶
func (m *GenesisValidator) GetLaunchId() uint64
func (*GenesisValidator) GetPeer ¶
func (m *GenesisValidator) GetPeer() Peer
func (*GenesisValidator) GetSelfDelegation ¶
func (m *GenesisValidator) GetSelfDelegation() types.Coin
func (*GenesisValidator) Marshal ¶
func (m *GenesisValidator) Marshal() (dAtA []byte, err error)
func (*GenesisValidator) MarshalToSizedBuffer ¶
func (m *GenesisValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisValidator) ProtoMessage ¶
func (*GenesisValidator) ProtoMessage()
func (*GenesisValidator) Reset ¶
func (m *GenesisValidator) Reset()
func (*GenesisValidator) Size ¶
func (m *GenesisValidator) Size() (n int)
func (*GenesisValidator) String ¶
func (m *GenesisValidator) String() string
func (*GenesisValidator) Unmarshal ¶
func (m *GenesisValidator) Unmarshal(dAtA []byte) error
func (GenesisValidator) Validate ¶
func (m GenesisValidator) Validate(launchID uint64) error
Validate implements GenesisValidator validation
func (*GenesisValidator) XXX_DiscardUnknown ¶
func (m *GenesisValidator) XXX_DiscardUnknown()
func (*GenesisValidator) XXX_Marshal ¶
func (m *GenesisValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisValidator) XXX_Merge ¶
func (m *GenesisValidator) XXX_Merge(src proto.Message)
func (*GenesisValidator) XXX_Size ¶
func (m *GenesisValidator) XXX_Size() int
func (*GenesisValidator) XXX_Unmarshal ¶
func (m *GenesisValidator) XXX_Unmarshal(b []byte) error
type InitialGenesis ¶
type InitialGenesis struct { // Types that are valid to be assigned to Source: // // *InitialGenesis_DefaultInitialGenesis // *InitialGenesis_GenesisUrl // *InitialGenesis_GenesisConfig Source isInitialGenesis_Source `protobuf_oneof:"source"` }
func NewDefaultInitialGenesis ¶
func NewDefaultInitialGenesis() InitialGenesis
NewDefaultInitialGenesis returns a InitialGenesis containing a DefaultInitialGenesis
func NewGenesisConfig ¶
func NewGenesisConfig(file string) InitialGenesis
NewGenesisConfig returns a InitialGenesis containing a GenesisConfig file
func NewGenesisURL ¶
func NewGenesisURL(url, hash string) InitialGenesis
NewGenesisURL returns a InitialGenesis containing a GenesisURL
func (*InitialGenesis) Descriptor ¶
func (*InitialGenesis) Descriptor() ([]byte, []int)
func (*InitialGenesis) GetDefaultInitialGenesis ¶
func (m *InitialGenesis) GetDefaultInitialGenesis() *DefaultInitialGenesis
func (*InitialGenesis) GetGenesisConfig ¶
func (m *InitialGenesis) GetGenesisConfig() *GenesisConfig
func (*InitialGenesis) GetGenesisUrl ¶
func (m *InitialGenesis) GetGenesisUrl() *GenesisURL
func (*InitialGenesis) GetSource ¶
func (m *InitialGenesis) GetSource() isInitialGenesis_Source
func (*InitialGenesis) Marshal ¶
func (m *InitialGenesis) Marshal() (dAtA []byte, err error)
func (*InitialGenesis) MarshalToSizedBuffer ¶
func (m *InitialGenesis) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InitialGenesis) ProtoMessage ¶
func (*InitialGenesis) ProtoMessage()
func (*InitialGenesis) Reset ¶
func (m *InitialGenesis) Reset()
func (*InitialGenesis) Size ¶
func (m *InitialGenesis) Size() (n int)
func (*InitialGenesis) String ¶
func (m *InitialGenesis) String() string
func (*InitialGenesis) Unmarshal ¶
func (m *InitialGenesis) Unmarshal(dAtA []byte) error
func (InitialGenesis) Validate ¶
func (m InitialGenesis) Validate() error
Validate verifies the initial genesis is valid
func (*InitialGenesis) XXX_DiscardUnknown ¶
func (m *InitialGenesis) XXX_DiscardUnknown()
func (*InitialGenesis) XXX_Marshal ¶
func (m *InitialGenesis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitialGenesis) XXX_Merge ¶
func (m *InitialGenesis) XXX_Merge(src proto.Message)
func (*InitialGenesis) XXX_OneofWrappers ¶
func (*InitialGenesis) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*InitialGenesis) XXX_Size ¶
func (m *InitialGenesis) XXX_Size() int
func (*InitialGenesis) XXX_Unmarshal ¶
func (m *InitialGenesis) XXX_Unmarshal(b []byte) error
type InitialGenesis_DefaultInitialGenesis ¶
type InitialGenesis_DefaultInitialGenesis struct {
DefaultInitialGenesis *DefaultInitialGenesis `` /* 132-byte string literal not displayed */
}
func (*InitialGenesis_DefaultInitialGenesis) MarshalTo ¶
func (m *InitialGenesis_DefaultInitialGenesis) MarshalTo(dAtA []byte) (int, error)
func (*InitialGenesis_DefaultInitialGenesis) MarshalToSizedBuffer ¶
func (m *InitialGenesis_DefaultInitialGenesis) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InitialGenesis_DefaultInitialGenesis) Size ¶
func (m *InitialGenesis_DefaultInitialGenesis) Size() (n int)
type InitialGenesis_GenesisConfig ¶
type InitialGenesis_GenesisConfig struct {
GenesisConfig *GenesisConfig `protobuf:"bytes,3,opt,name=genesis_config,json=genesisConfig,proto3,oneof" json:"genesis_config,omitempty"`
}
func (*InitialGenesis_GenesisConfig) MarshalTo ¶
func (m *InitialGenesis_GenesisConfig) MarshalTo(dAtA []byte) (int, error)
func (*InitialGenesis_GenesisConfig) MarshalToSizedBuffer ¶
func (m *InitialGenesis_GenesisConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InitialGenesis_GenesisConfig) Size ¶
func (m *InitialGenesis_GenesisConfig) Size() (n int)
type InitialGenesis_GenesisUrl ¶
type InitialGenesis_GenesisUrl struct {
GenesisUrl *GenesisURL `protobuf:"bytes,2,opt,name=genesis_url,json=genesisUrl,proto3,oneof" json:"genesis_url,omitempty"`
}
func (*InitialGenesis_GenesisUrl) MarshalTo ¶
func (m *InitialGenesis_GenesisUrl) MarshalTo(dAtA []byte) (int, error)
func (*InitialGenesis_GenesisUrl) MarshalToSizedBuffer ¶
func (m *InitialGenesis_GenesisUrl) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InitialGenesis_GenesisUrl) Size ¶
func (m *InitialGenesis_GenesisUrl) Size() (n int)
type LaunchHooks ¶
type LaunchHooks interface { RequestCreated( ctx context.Context, creator string, launchID, requestID uint64, content RequestContent, ) error }
LaunchHooks event hooks for launch module
type LaunchTimeRange ¶
type LaunchTimeRange struct { MinLaunchTime time.Duration `protobuf:"bytes,1,opt,name=min_launch_time,json=minLaunchTime,proto3,stdduration" json:"min_launch_time"` MaxLaunchTime time.Duration `protobuf:"bytes,2,opt,name=max_launch_time,json=maxLaunchTime,proto3,stdduration" json:"max_launch_time"` }
func NewLaunchTimeRange ¶
func NewLaunchTimeRange(minLaunchTime, maxLaunchTime time.Duration) LaunchTimeRange
NewLaunchTimeRange creates a new LaunchTimeRange instance
func (*LaunchTimeRange) Descriptor ¶
func (*LaunchTimeRange) Descriptor() ([]byte, []int)
func (*LaunchTimeRange) Equal ¶
func (l *LaunchTimeRange) Equal(cmp *LaunchTimeRange) bool
func (*LaunchTimeRange) GetMaxLaunchTime ¶
func (m *LaunchTimeRange) GetMaxLaunchTime() time.Duration
func (*LaunchTimeRange) GetMinLaunchTime ¶
func (m *LaunchTimeRange) GetMinLaunchTime() time.Duration
func (*LaunchTimeRange) Marshal ¶
func (m *LaunchTimeRange) Marshal() (dAtA []byte, err error)
func (*LaunchTimeRange) MarshalToSizedBuffer ¶
func (m *LaunchTimeRange) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LaunchTimeRange) ProtoMessage ¶
func (*LaunchTimeRange) ProtoMessage()
func (*LaunchTimeRange) Reset ¶
func (m *LaunchTimeRange) Reset()
func (*LaunchTimeRange) Size ¶
func (m *LaunchTimeRange) Size() (n int)
func (*LaunchTimeRange) String ¶
func (m *LaunchTimeRange) String() string
func (*LaunchTimeRange) Unmarshal ¶
func (m *LaunchTimeRange) Unmarshal(dAtA []byte) error
func (*LaunchTimeRange) XXX_DiscardUnknown ¶
func (m *LaunchTimeRange) XXX_DiscardUnknown()
func (*LaunchTimeRange) XXX_Marshal ¶
func (m *LaunchTimeRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LaunchTimeRange) XXX_Merge ¶
func (m *LaunchTimeRange) XXX_Merge(src proto.Message)
func (*LaunchTimeRange) XXX_Size ¶
func (m *LaunchTimeRange) XXX_Size() int
func (*LaunchTimeRange) XXX_Unmarshal ¶
func (m *LaunchTimeRange) XXX_Unmarshal(b []byte) error
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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) 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"` 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 github_com_cosmos_cosmos_sdk_types.Coins `` /* 196-byte string literal not displayed */ Metadata []byte `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` }
func NewMsgCreateChain ¶
func NewMsgCreateChain( coordinator, genesisChainID, sourceUrl, sourceHash string, initialGenesis InitialGenesis, hasProject bool, projectID uint64, accountBalance sdk.Coins, metadata []byte, ) *MsgCreateChain
func (*MsgCreateChain) Descriptor ¶
func (*MsgCreateChain) Descriptor() ([]byte, []int)
func (*MsgCreateChain) GetAccountBalance ¶
func (m *MsgCreateChain) GetAccountBalance() github_com_cosmos_cosmos_sdk_types.Coins
func (*MsgCreateChain) GetCoordinator ¶
func (m *MsgCreateChain) GetCoordinator() string
func (*MsgCreateChain) GetGenesisChainId ¶
func (m *MsgCreateChain) GetGenesisChainId() string
func (*MsgCreateChain) GetHasProject ¶
func (m *MsgCreateChain) GetHasProject() bool
func (*MsgCreateChain) GetInitialGenesis ¶
func (m *MsgCreateChain) GetInitialGenesis() InitialGenesis
func (*MsgCreateChain) GetMetadata ¶
func (m *MsgCreateChain) GetMetadata() []byte
func (*MsgCreateChain) GetProjectId ¶
func (m *MsgCreateChain) GetProjectId() uint64
func (*MsgCreateChain) GetSourceHash ¶
func (m *MsgCreateChain) GetSourceHash() string
func (*MsgCreateChain) GetSourceUrl ¶
func (m *MsgCreateChain) GetSourceUrl() string
func (*MsgCreateChain) Marshal ¶
func (m *MsgCreateChain) Marshal() (dAtA []byte, err error)
func (*MsgCreateChain) MarshalToSizedBuffer ¶
func (m *MsgCreateChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateChain) ProtoMessage ¶
func (*MsgCreateChain) ProtoMessage()
func (*MsgCreateChain) Reset ¶
func (m *MsgCreateChain) Reset()
func (*MsgCreateChain) Size ¶
func (m *MsgCreateChain) Size() (n int)
func (*MsgCreateChain) String ¶
func (m *MsgCreateChain) String() string
func (MsgCreateChain) Type ¶
func (msg MsgCreateChain) Type() string
func (*MsgCreateChain) Unmarshal ¶
func (m *MsgCreateChain) Unmarshal(dAtA []byte) error
func (*MsgCreateChain) ValidateBasic ¶
func (msg *MsgCreateChain) ValidateBasic() error
func (*MsgCreateChain) XXX_DiscardUnknown ¶
func (m *MsgCreateChain) XXX_DiscardUnknown()
func (*MsgCreateChain) XXX_Marshal ¶
func (m *MsgCreateChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateChain) XXX_Merge ¶
func (m *MsgCreateChain) XXX_Merge(src proto.Message)
func (*MsgCreateChain) XXX_Size ¶
func (m *MsgCreateChain) XXX_Size() int
func (*MsgCreateChain) XXX_Unmarshal ¶
func (m *MsgCreateChain) XXX_Unmarshal(b []byte) error
type MsgCreateChainResponse ¶
type MsgCreateChainResponse struct {
LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
}
func (*MsgCreateChainResponse) Descriptor ¶
func (*MsgCreateChainResponse) Descriptor() ([]byte, []int)
func (*MsgCreateChainResponse) GetLaunchId ¶
func (m *MsgCreateChainResponse) GetLaunchId() uint64
func (*MsgCreateChainResponse) Marshal ¶
func (m *MsgCreateChainResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreateChainResponse) MarshalTo ¶
func (m *MsgCreateChainResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateChainResponse) MarshalToSizedBuffer ¶
func (m *MsgCreateChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateChainResponse) ProtoMessage ¶
func (*MsgCreateChainResponse) ProtoMessage()
func (*MsgCreateChainResponse) Reset ¶
func (m *MsgCreateChainResponse) Reset()
func (*MsgCreateChainResponse) Size ¶
func (m *MsgCreateChainResponse) Size() (n int)
func (*MsgCreateChainResponse) String ¶
func (m *MsgCreateChainResponse) String() string
func (*MsgCreateChainResponse) Unmarshal ¶
func (m *MsgCreateChainResponse) Unmarshal(dAtA []byte) error
func (*MsgCreateChainResponse) XXX_DiscardUnknown ¶
func (m *MsgCreateChainResponse) XXX_DiscardUnknown()
func (*MsgCreateChainResponse) XXX_Marshal ¶
func (m *MsgCreateChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateChainResponse) XXX_Merge ¶
func (m *MsgCreateChainResponse) XXX_Merge(src proto.Message)
func (*MsgCreateChainResponse) XXX_Size ¶
func (m *MsgCreateChainResponse) XXX_Size() int
func (*MsgCreateChainResponse) XXX_Unmarshal ¶
func (m *MsgCreateChainResponse) XXX_Unmarshal(b []byte) error
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"` }
func NewMsgEditChain ¶
func (*MsgEditChain) Descriptor ¶
func (*MsgEditChain) Descriptor() ([]byte, []int)
func (*MsgEditChain) GetCoordinator ¶
func (m *MsgEditChain) GetCoordinator() string
func (*MsgEditChain) GetLaunchId ¶
func (m *MsgEditChain) GetLaunchId() uint64
func (*MsgEditChain) GetMetadata ¶
func (m *MsgEditChain) GetMetadata() []byte
func (*MsgEditChain) GetProjectId ¶
func (m *MsgEditChain) GetProjectId() uint64
func (*MsgEditChain) GetSetProjectId ¶
func (m *MsgEditChain) GetSetProjectId() bool
func (*MsgEditChain) Marshal ¶
func (m *MsgEditChain) Marshal() (dAtA []byte, err error)
func (*MsgEditChain) MarshalToSizedBuffer ¶
func (m *MsgEditChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgEditChain) ProtoMessage ¶
func (*MsgEditChain) ProtoMessage()
func (*MsgEditChain) Reset ¶
func (m *MsgEditChain) Reset()
func (*MsgEditChain) Size ¶
func (m *MsgEditChain) Size() (n int)
func (*MsgEditChain) String ¶
func (m *MsgEditChain) String() string
func (MsgEditChain) Type ¶
func (msg MsgEditChain) Type() string
func (*MsgEditChain) Unmarshal ¶
func (m *MsgEditChain) Unmarshal(dAtA []byte) error
func (*MsgEditChain) ValidateBasic ¶
func (msg *MsgEditChain) ValidateBasic() error
func (*MsgEditChain) XXX_DiscardUnknown ¶
func (m *MsgEditChain) XXX_DiscardUnknown()
func (*MsgEditChain) XXX_Marshal ¶
func (m *MsgEditChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgEditChain) XXX_Merge ¶
func (m *MsgEditChain) XXX_Merge(src proto.Message)
func (*MsgEditChain) XXX_Size ¶
func (m *MsgEditChain) XXX_Size() int
func (*MsgEditChain) XXX_Unmarshal ¶
func (m *MsgEditChain) XXX_Unmarshal(b []byte) error
type MsgEditChainResponse ¶
type MsgEditChainResponse struct { }
func (*MsgEditChainResponse) Descriptor ¶
func (*MsgEditChainResponse) Descriptor() ([]byte, []int)
func (*MsgEditChainResponse) Marshal ¶
func (m *MsgEditChainResponse) Marshal() (dAtA []byte, err error)
func (*MsgEditChainResponse) MarshalTo ¶
func (m *MsgEditChainResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgEditChainResponse) MarshalToSizedBuffer ¶
func (m *MsgEditChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgEditChainResponse) ProtoMessage ¶
func (*MsgEditChainResponse) ProtoMessage()
func (*MsgEditChainResponse) Reset ¶
func (m *MsgEditChainResponse) Reset()
func (*MsgEditChainResponse) Size ¶
func (m *MsgEditChainResponse) Size() (n int)
func (*MsgEditChainResponse) String ¶
func (m *MsgEditChainResponse) String() string
func (*MsgEditChainResponse) Unmarshal ¶
func (m *MsgEditChainResponse) Unmarshal(dAtA []byte) error
func (*MsgEditChainResponse) XXX_DiscardUnknown ¶
func (m *MsgEditChainResponse) XXX_DiscardUnknown()
func (*MsgEditChainResponse) XXX_Marshal ¶
func (m *MsgEditChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgEditChainResponse) XXX_Merge ¶
func (m *MsgEditChainResponse) XXX_Merge(src proto.Message)
func (*MsgEditChainResponse) XXX_Size ¶
func (m *MsgEditChainResponse) XXX_Size() int
func (*MsgEditChainResponse) XXX_Unmarshal ¶
func (m *MsgEditChainResponse) XXX_Unmarshal(b []byte) error
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"` }
func NewMsgRevertLaunch ¶
func NewMsgRevertLaunch(coordinator string, launchID uint64) *MsgRevertLaunch
func (*MsgRevertLaunch) Descriptor ¶
func (*MsgRevertLaunch) Descriptor() ([]byte, []int)
func (*MsgRevertLaunch) GetCoordinator ¶
func (m *MsgRevertLaunch) GetCoordinator() string
func (*MsgRevertLaunch) GetLaunchId ¶
func (m *MsgRevertLaunch) GetLaunchId() uint64
func (*MsgRevertLaunch) Marshal ¶
func (m *MsgRevertLaunch) Marshal() (dAtA []byte, err error)
func (*MsgRevertLaunch) MarshalToSizedBuffer ¶
func (m *MsgRevertLaunch) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRevertLaunch) ProtoMessage ¶
func (*MsgRevertLaunch) ProtoMessage()
func (*MsgRevertLaunch) Reset ¶
func (m *MsgRevertLaunch) Reset()
func (*MsgRevertLaunch) Size ¶
func (m *MsgRevertLaunch) Size() (n int)
func (*MsgRevertLaunch) String ¶
func (m *MsgRevertLaunch) String() string
func (MsgRevertLaunch) Type ¶
func (msg MsgRevertLaunch) Type() string
func (*MsgRevertLaunch) Unmarshal ¶
func (m *MsgRevertLaunch) Unmarshal(dAtA []byte) error
func (*MsgRevertLaunch) XXX_DiscardUnknown ¶
func (m *MsgRevertLaunch) XXX_DiscardUnknown()
func (*MsgRevertLaunch) XXX_Marshal ¶
func (m *MsgRevertLaunch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRevertLaunch) XXX_Merge ¶
func (m *MsgRevertLaunch) XXX_Merge(src proto.Message)
func (*MsgRevertLaunch) XXX_Size ¶
func (m *MsgRevertLaunch) XXX_Size() int
func (*MsgRevertLaunch) XXX_Unmarshal ¶
func (m *MsgRevertLaunch) XXX_Unmarshal(b []byte) error
type MsgRevertLaunchResponse ¶
type MsgRevertLaunchResponse struct { }
func (*MsgRevertLaunchResponse) Descriptor ¶
func (*MsgRevertLaunchResponse) Descriptor() ([]byte, []int)
func (*MsgRevertLaunchResponse) Marshal ¶
func (m *MsgRevertLaunchResponse) Marshal() (dAtA []byte, err error)
func (*MsgRevertLaunchResponse) MarshalTo ¶
func (m *MsgRevertLaunchResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRevertLaunchResponse) MarshalToSizedBuffer ¶
func (m *MsgRevertLaunchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRevertLaunchResponse) ProtoMessage ¶
func (*MsgRevertLaunchResponse) ProtoMessage()
func (*MsgRevertLaunchResponse) Reset ¶
func (m *MsgRevertLaunchResponse) Reset()
func (*MsgRevertLaunchResponse) Size ¶
func (m *MsgRevertLaunchResponse) Size() (n int)
func (*MsgRevertLaunchResponse) String ¶
func (m *MsgRevertLaunchResponse) String() string
func (*MsgRevertLaunchResponse) Unmarshal ¶
func (m *MsgRevertLaunchResponse) Unmarshal(dAtA []byte) error
func (*MsgRevertLaunchResponse) XXX_DiscardUnknown ¶
func (m *MsgRevertLaunchResponse) XXX_DiscardUnknown()
func (*MsgRevertLaunchResponse) XXX_Marshal ¶
func (m *MsgRevertLaunchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRevertLaunchResponse) XXX_Merge ¶
func (m *MsgRevertLaunchResponse) XXX_Merge(src proto.Message)
func (*MsgRevertLaunchResponse) XXX_Size ¶
func (m *MsgRevertLaunchResponse) XXX_Size() int
func (*MsgRevertLaunchResponse) XXX_Unmarshal ¶
func (m *MsgRevertLaunchResponse) XXX_Unmarshal(b []byte) error
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"` }
func NewMsgSendRequest ¶
func NewMsgSendRequest(creator string, launchID uint64, content RequestContent) *MsgSendRequest
func (*MsgSendRequest) Descriptor ¶
func (*MsgSendRequest) Descriptor() ([]byte, []int)
func (*MsgSendRequest) GetContent ¶
func (m *MsgSendRequest) GetContent() RequestContent
func (*MsgSendRequest) GetCreator ¶
func (m *MsgSendRequest) GetCreator() string
func (*MsgSendRequest) GetLaunchId ¶
func (m *MsgSendRequest) GetLaunchId() uint64
func (*MsgSendRequest) Marshal ¶
func (m *MsgSendRequest) Marshal() (dAtA []byte, err error)
func (*MsgSendRequest) MarshalToSizedBuffer ¶
func (m *MsgSendRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSendRequest) ProtoMessage ¶
func (*MsgSendRequest) ProtoMessage()
func (*MsgSendRequest) Reset ¶
func (m *MsgSendRequest) Reset()
func (*MsgSendRequest) Size ¶
func (m *MsgSendRequest) Size() (n int)
func (*MsgSendRequest) String ¶
func (m *MsgSendRequest) String() string
func (MsgSendRequest) Type ¶
func (msg MsgSendRequest) Type() string
func (*MsgSendRequest) Unmarshal ¶
func (m *MsgSendRequest) Unmarshal(dAtA []byte) error
func (*MsgSendRequest) ValidateBasic ¶
func (msg *MsgSendRequest) ValidateBasic() error
func (*MsgSendRequest) XXX_DiscardUnknown ¶
func (m *MsgSendRequest) XXX_DiscardUnknown()
func (*MsgSendRequest) XXX_Marshal ¶
func (m *MsgSendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSendRequest) XXX_Merge ¶
func (m *MsgSendRequest) XXX_Merge(src proto.Message)
func (*MsgSendRequest) XXX_Size ¶
func (m *MsgSendRequest) XXX_Size() int
func (*MsgSendRequest) XXX_Unmarshal ¶
func (m *MsgSendRequest) XXX_Unmarshal(b []byte) error
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"` }
func (*MsgSendRequestResponse) Descriptor ¶
func (*MsgSendRequestResponse) Descriptor() ([]byte, []int)
func (*MsgSendRequestResponse) GetAutoApproved ¶
func (m *MsgSendRequestResponse) GetAutoApproved() bool
func (*MsgSendRequestResponse) GetRequestId ¶
func (m *MsgSendRequestResponse) GetRequestId() uint64
func (*MsgSendRequestResponse) Marshal ¶
func (m *MsgSendRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgSendRequestResponse) MarshalTo ¶
func (m *MsgSendRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSendRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgSendRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSendRequestResponse) ProtoMessage ¶
func (*MsgSendRequestResponse) ProtoMessage()
func (*MsgSendRequestResponse) Reset ¶
func (m *MsgSendRequestResponse) Reset()
func (*MsgSendRequestResponse) Size ¶
func (m *MsgSendRequestResponse) Size() (n int)
func (*MsgSendRequestResponse) String ¶
func (m *MsgSendRequestResponse) String() string
func (*MsgSendRequestResponse) Unmarshal ¶
func (m *MsgSendRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgSendRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgSendRequestResponse) XXX_DiscardUnknown()
func (*MsgSendRequestResponse) XXX_Marshal ¶
func (m *MsgSendRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSendRequestResponse) XXX_Merge ¶
func (m *MsgSendRequestResponse) XXX_Merge(src proto.Message)
func (*MsgSendRequestResponse) XXX_Size ¶
func (m *MsgSendRequestResponse) XXX_Size() int
func (*MsgSendRequestResponse) XXX_Unmarshal ¶
func (m *MsgSendRequestResponse) XXX_Unmarshal(b []byte) error
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) }
MsgServer is the server API for Msg service.
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"` }
func NewMsgSettleRequest ¶
func NewMsgSettleRequest(signer string, launchID uint64, requestID uint64, approve bool) *MsgSettleRequest
func (*MsgSettleRequest) Descriptor ¶
func (*MsgSettleRequest) Descriptor() ([]byte, []int)
func (*MsgSettleRequest) GetApprove ¶
func (m *MsgSettleRequest) GetApprove() bool
func (*MsgSettleRequest) GetLaunchId ¶
func (m *MsgSettleRequest) GetLaunchId() uint64
func (*MsgSettleRequest) GetRequestId ¶
func (m *MsgSettleRequest) GetRequestId() uint64
func (*MsgSettleRequest) GetSigner ¶
func (m *MsgSettleRequest) GetSigner() string
func (*MsgSettleRequest) Marshal ¶
func (m *MsgSettleRequest) Marshal() (dAtA []byte, err error)
func (*MsgSettleRequest) MarshalToSizedBuffer ¶
func (m *MsgSettleRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSettleRequest) ProtoMessage ¶
func (*MsgSettleRequest) ProtoMessage()
func (*MsgSettleRequest) Reset ¶
func (m *MsgSettleRequest) Reset()
func (*MsgSettleRequest) Size ¶
func (m *MsgSettleRequest) Size() (n int)
func (*MsgSettleRequest) String ¶
func (m *MsgSettleRequest) String() string
func (MsgSettleRequest) Type ¶
func (msg MsgSettleRequest) Type() string
func (*MsgSettleRequest) Unmarshal ¶
func (m *MsgSettleRequest) Unmarshal(dAtA []byte) error
func (*MsgSettleRequest) XXX_DiscardUnknown ¶
func (m *MsgSettleRequest) XXX_DiscardUnknown()
func (*MsgSettleRequest) XXX_Marshal ¶
func (m *MsgSettleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSettleRequest) XXX_Merge ¶
func (m *MsgSettleRequest) XXX_Merge(src proto.Message)
func (*MsgSettleRequest) XXX_Size ¶
func (m *MsgSettleRequest) XXX_Size() int
func (*MsgSettleRequest) XXX_Unmarshal ¶
func (m *MsgSettleRequest) XXX_Unmarshal(b []byte) error
type MsgSettleRequestResponse ¶
type MsgSettleRequestResponse struct { }
func (*MsgSettleRequestResponse) Descriptor ¶
func (*MsgSettleRequestResponse) Descriptor() ([]byte, []int)
func (*MsgSettleRequestResponse) Marshal ¶
func (m *MsgSettleRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgSettleRequestResponse) MarshalTo ¶
func (m *MsgSettleRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSettleRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgSettleRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSettleRequestResponse) ProtoMessage ¶
func (*MsgSettleRequestResponse) ProtoMessage()
func (*MsgSettleRequestResponse) Reset ¶
func (m *MsgSettleRequestResponse) Reset()
func (*MsgSettleRequestResponse) Size ¶
func (m *MsgSettleRequestResponse) Size() (n int)
func (*MsgSettleRequestResponse) String ¶
func (m *MsgSettleRequestResponse) String() string
func (*MsgSettleRequestResponse) Unmarshal ¶
func (m *MsgSettleRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgSettleRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgSettleRequestResponse) XXX_DiscardUnknown()
func (*MsgSettleRequestResponse) XXX_Marshal ¶
func (m *MsgSettleRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSettleRequestResponse) XXX_Merge ¶
func (m *MsgSettleRequestResponse) XXX_Merge(src proto.Message)
func (*MsgSettleRequestResponse) XXX_Size ¶
func (m *MsgSettleRequestResponse) XXX_Size() int
func (*MsgSettleRequestResponse) XXX_Unmarshal ¶
func (m *MsgSettleRequestResponse) XXX_Unmarshal(b []byte) error
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 time.Duration `protobuf:"bytes,3,opt,name=launch_time,json=launchTime,proto3,stdduration" json:"launch_time"` }
func NewMsgTriggerLaunch ¶
func NewMsgTriggerLaunch(coordinator string, launchID uint64, launchTime time.Duration) *MsgTriggerLaunch
func (*MsgTriggerLaunch) Descriptor ¶
func (*MsgTriggerLaunch) Descriptor() ([]byte, []int)
func (*MsgTriggerLaunch) GetCoordinator ¶
func (m *MsgTriggerLaunch) GetCoordinator() string
func (*MsgTriggerLaunch) GetLaunchId ¶
func (m *MsgTriggerLaunch) GetLaunchId() uint64
func (*MsgTriggerLaunch) GetLaunchTime ¶
func (m *MsgTriggerLaunch) GetLaunchTime() time.Duration
func (*MsgTriggerLaunch) Marshal ¶
func (m *MsgTriggerLaunch) Marshal() (dAtA []byte, err error)
func (*MsgTriggerLaunch) MarshalToSizedBuffer ¶
func (m *MsgTriggerLaunch) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTriggerLaunch) ProtoMessage ¶
func (*MsgTriggerLaunch) ProtoMessage()
func (*MsgTriggerLaunch) Reset ¶
func (m *MsgTriggerLaunch) Reset()
func (*MsgTriggerLaunch) Size ¶
func (m *MsgTriggerLaunch) Size() (n int)
func (*MsgTriggerLaunch) String ¶
func (m *MsgTriggerLaunch) String() string
func (MsgTriggerLaunch) Type ¶
func (msg MsgTriggerLaunch) Type() string
func (*MsgTriggerLaunch) Unmarshal ¶
func (m *MsgTriggerLaunch) Unmarshal(dAtA []byte) error
func (*MsgTriggerLaunch) XXX_DiscardUnknown ¶
func (m *MsgTriggerLaunch) XXX_DiscardUnknown()
func (*MsgTriggerLaunch) XXX_Marshal ¶
func (m *MsgTriggerLaunch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTriggerLaunch) XXX_Merge ¶
func (m *MsgTriggerLaunch) XXX_Merge(src proto.Message)
func (*MsgTriggerLaunch) XXX_Size ¶
func (m *MsgTriggerLaunch) XXX_Size() int
func (*MsgTriggerLaunch) XXX_Unmarshal ¶
func (m *MsgTriggerLaunch) XXX_Unmarshal(b []byte) error
type MsgTriggerLaunchResponse ¶
type MsgTriggerLaunchResponse struct { }
func (*MsgTriggerLaunchResponse) Descriptor ¶
func (*MsgTriggerLaunchResponse) Descriptor() ([]byte, []int)
func (*MsgTriggerLaunchResponse) Marshal ¶
func (m *MsgTriggerLaunchResponse) Marshal() (dAtA []byte, err error)
func (*MsgTriggerLaunchResponse) MarshalTo ¶
func (m *MsgTriggerLaunchResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTriggerLaunchResponse) MarshalToSizedBuffer ¶
func (m *MsgTriggerLaunchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTriggerLaunchResponse) ProtoMessage ¶
func (*MsgTriggerLaunchResponse) ProtoMessage()
func (*MsgTriggerLaunchResponse) Reset ¶
func (m *MsgTriggerLaunchResponse) Reset()
func (*MsgTriggerLaunchResponse) Size ¶
func (m *MsgTriggerLaunchResponse) Size() (n int)
func (*MsgTriggerLaunchResponse) String ¶
func (m *MsgTriggerLaunchResponse) String() string
func (*MsgTriggerLaunchResponse) Unmarshal ¶
func (m *MsgTriggerLaunchResponse) Unmarshal(dAtA []byte) error
func (*MsgTriggerLaunchResponse) XXX_DiscardUnknown ¶
func (m *MsgTriggerLaunchResponse) XXX_DiscardUnknown()
func (*MsgTriggerLaunchResponse) XXX_Marshal ¶
func (m *MsgTriggerLaunchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTriggerLaunchResponse) XXX_Merge ¶
func (m *MsgTriggerLaunchResponse) XXX_Merge(src proto.Message)
func (*MsgTriggerLaunchResponse) XXX_Size ¶
func (m *MsgTriggerLaunchResponse) XXX_Size() int
func (*MsgTriggerLaunchResponse) XXX_Unmarshal ¶
func (m *MsgTriggerLaunchResponse) XXX_Unmarshal(b []byte) error
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"` }
func NewMsgUpdateLaunchInformation ¶
func NewMsgUpdateLaunchInformation( coordinator string, launchID uint64, genesisChainID, sourceURL, sourceHash string, initialGenesis *InitialGenesis, ) *MsgUpdateLaunchInformation
func (*MsgUpdateLaunchInformation) Descriptor ¶
func (*MsgUpdateLaunchInformation) Descriptor() ([]byte, []int)
func (*MsgUpdateLaunchInformation) GetCoordinator ¶
func (m *MsgUpdateLaunchInformation) GetCoordinator() string
func (*MsgUpdateLaunchInformation) GetGenesisChainId ¶
func (m *MsgUpdateLaunchInformation) GetGenesisChainId() string
func (*MsgUpdateLaunchInformation) GetInitialGenesis ¶
func (m *MsgUpdateLaunchInformation) GetInitialGenesis() *InitialGenesis
func (*MsgUpdateLaunchInformation) GetLaunchId ¶
func (m *MsgUpdateLaunchInformation) GetLaunchId() uint64
func (*MsgUpdateLaunchInformation) GetSourceHash ¶
func (m *MsgUpdateLaunchInformation) GetSourceHash() string
func (*MsgUpdateLaunchInformation) GetSourceUrl ¶
func (m *MsgUpdateLaunchInformation) GetSourceUrl() string
func (*MsgUpdateLaunchInformation) Marshal ¶
func (m *MsgUpdateLaunchInformation) Marshal() (dAtA []byte, err error)
func (*MsgUpdateLaunchInformation) MarshalTo ¶
func (m *MsgUpdateLaunchInformation) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateLaunchInformation) MarshalToSizedBuffer ¶
func (m *MsgUpdateLaunchInformation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateLaunchInformation) ProtoMessage ¶
func (*MsgUpdateLaunchInformation) ProtoMessage()
func (*MsgUpdateLaunchInformation) Reset ¶
func (m *MsgUpdateLaunchInformation) Reset()
func (*MsgUpdateLaunchInformation) Size ¶
func (m *MsgUpdateLaunchInformation) Size() (n int)
func (*MsgUpdateLaunchInformation) String ¶
func (m *MsgUpdateLaunchInformation) String() string
func (MsgUpdateLaunchInformation) Type ¶
func (msg MsgUpdateLaunchInformation) Type() string
func (*MsgUpdateLaunchInformation) Unmarshal ¶
func (m *MsgUpdateLaunchInformation) Unmarshal(dAtA []byte) error
func (*MsgUpdateLaunchInformation) ValidateBasic ¶
func (msg *MsgUpdateLaunchInformation) ValidateBasic() error
func (*MsgUpdateLaunchInformation) XXX_DiscardUnknown ¶
func (m *MsgUpdateLaunchInformation) XXX_DiscardUnknown()
func (*MsgUpdateLaunchInformation) XXX_Marshal ¶
func (m *MsgUpdateLaunchInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateLaunchInformation) XXX_Merge ¶
func (m *MsgUpdateLaunchInformation) XXX_Merge(src proto.Message)
func (*MsgUpdateLaunchInformation) XXX_Size ¶
func (m *MsgUpdateLaunchInformation) XXX_Size() int
func (*MsgUpdateLaunchInformation) XXX_Unmarshal ¶
func (m *MsgUpdateLaunchInformation) XXX_Unmarshal(b []byte) error
type MsgUpdateLaunchInformationResponse ¶
type MsgUpdateLaunchInformationResponse struct { }
func (*MsgUpdateLaunchInformationResponse) Descriptor ¶
func (*MsgUpdateLaunchInformationResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateLaunchInformationResponse) Marshal ¶
func (m *MsgUpdateLaunchInformationResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateLaunchInformationResponse) MarshalTo ¶
func (m *MsgUpdateLaunchInformationResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateLaunchInformationResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateLaunchInformationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateLaunchInformationResponse) ProtoMessage ¶
func (*MsgUpdateLaunchInformationResponse) ProtoMessage()
func (*MsgUpdateLaunchInformationResponse) Reset ¶
func (m *MsgUpdateLaunchInformationResponse) Reset()
func (*MsgUpdateLaunchInformationResponse) Size ¶
func (m *MsgUpdateLaunchInformationResponse) Size() (n int)
func (*MsgUpdateLaunchInformationResponse) String ¶
func (m *MsgUpdateLaunchInformationResponse) String() string
func (*MsgUpdateLaunchInformationResponse) Unmarshal ¶
func (m *MsgUpdateLaunchInformationResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateLaunchInformationResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateLaunchInformationResponse) XXX_DiscardUnknown()
func (*MsgUpdateLaunchInformationResponse) XXX_Marshal ¶
func (m *MsgUpdateLaunchInformationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateLaunchInformationResponse) XXX_Merge ¶
func (m *MsgUpdateLaunchInformationResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateLaunchInformationResponse) XXX_Size ¶
func (m *MsgUpdateLaunchInformationResponse) XXX_Size() int
func (*MsgUpdateLaunchInformationResponse) XXX_Unmarshal ¶
func (m *MsgUpdateLaunchInformationResponse) XXX_Unmarshal(b []byte) error
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"` }
MsgUpdateParams is the Msg/UpdateParams request type.
func (*MsgUpdateParams) Descriptor ¶
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
func (*MsgUpdateParams) GetAuthority ¶
func (m *MsgUpdateParams) GetAuthority() string
func (*MsgUpdateParams) GetParams ¶
func (m *MsgUpdateParams) GetParams() Params
func (*MsgUpdateParams) Marshal ¶
func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParams) MarshalToSizedBuffer ¶
func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParams) ProtoMessage ¶
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) Reset ¶
func (m *MsgUpdateParams) Reset()
func (*MsgUpdateParams) Size ¶
func (m *MsgUpdateParams) Size() (n int)
func (*MsgUpdateParams) String ¶
func (m *MsgUpdateParams) String() string
func (*MsgUpdateParams) Unmarshal ¶
func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
func (*MsgUpdateParams) XXX_DiscardUnknown ¶
func (m *MsgUpdateParams) XXX_DiscardUnknown()
func (*MsgUpdateParams) XXX_Marshal ¶
func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParams) XXX_Merge ¶
func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
func (*MsgUpdateParams) XXX_Size ¶
func (m *MsgUpdateParams) XXX_Size() int
func (*MsgUpdateParams) XXX_Unmarshal ¶
func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
type MsgUpdateParamsResponse ¶
type MsgUpdateParamsResponse struct { }
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
func (*MsgUpdateParamsResponse) Descriptor ¶
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateParamsResponse) Marshal ¶
func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParamsResponse) MarshalTo ¶
func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) ProtoMessage ¶
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) Reset ¶
func (m *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) Size ¶
func (m *MsgUpdateParamsResponse) Size() (n int)
func (*MsgUpdateParamsResponse) String ¶
func (m *MsgUpdateParamsResponse) String() string
func (*MsgUpdateParamsResponse) Unmarshal ¶
func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateParamsResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateParamsResponse) XXX_Marshal ¶
func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParamsResponse) XXX_Merge ¶
func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateParamsResponse) XXX_Size ¶
func (m *MsgUpdateParamsResponse) XXX_Size() int
func (*MsgUpdateParamsResponse) XXX_Unmarshal ¶
func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
type MultiLaunchHooks ¶
type MultiLaunchHooks []LaunchHooks
MultiLaunchHooks combines multiple launch hooks
func NewMultiLaunchHooks ¶
func NewMultiLaunchHooks(hooks ...LaunchHooks) MultiLaunchHooks
func (MultiLaunchHooks) RequestCreated ¶
func (h MultiLaunchHooks) RequestCreated( ctx context.Context, creator string, launchID, requestID uint64, content RequestContent, ) error
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"` }
func (*ParamChange) Descriptor ¶
func (*ParamChange) Descriptor() ([]byte, []int)
func (*ParamChange) GetLaunchId ¶
func (m *ParamChange) GetLaunchId() uint64
func (*ParamChange) GetModule ¶
func (m *ParamChange) GetModule() string
func (*ParamChange) GetParam ¶
func (m *ParamChange) GetParam() string
func (*ParamChange) GetValue ¶
func (m *ParamChange) GetValue() []byte
func (*ParamChange) Marshal ¶
func (m *ParamChange) Marshal() (dAtA []byte, err error)
func (*ParamChange) MarshalToSizedBuffer ¶
func (m *ParamChange) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ParamChange) ProtoMessage ¶
func (*ParamChange) ProtoMessage()
func (*ParamChange) Reset ¶
func (m *ParamChange) Reset()
func (*ParamChange) Size ¶
func (m *ParamChange) Size() (n int)
func (*ParamChange) String ¶
func (m *ParamChange) String() string
func (*ParamChange) Unmarshal ¶
func (m *ParamChange) Unmarshal(dAtA []byte) error
func (ParamChange) Validate ¶
func (m ParamChange) Validate(launchID uint64) error
Validate implements ParamChange validation
func (*ParamChange) XXX_DiscardUnknown ¶
func (m *ParamChange) XXX_DiscardUnknown()
func (*ParamChange) XXX_Marshal ¶
func (m *ParamChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ParamChange) XXX_Merge ¶
func (m *ParamChange) XXX_Merge(src proto.Message)
func (*ParamChange) XXX_Size ¶
func (m *ParamChange) XXX_Size() int
func (*ParamChange) XXX_Unmarshal ¶
func (m *ParamChange) XXX_Unmarshal(b []byte) error
type ParamSubspace ¶
type ParamSubspace interface { Get(context.Context, []byte, interface{}) Set(context.Context, []byte, interface{}) }
ParamSubspace defines the expected Subspace interface for parameters.
type Params ¶
type Params struct { LaunchTimeRange LaunchTimeRange `protobuf:"bytes,1,opt,name=launch_time_range,json=launchTimeRange,proto3" json:"launch_time_range"` RevertDelay time.Duration `protobuf:"bytes,2,opt,name=revert_delay,json=revertDelay,proto3,stdduration" json:"revert_delay"` ChainCreationFee github_com_cosmos_cosmos_sdk_types.Coins `` /* 204-byte string literal not displayed */ // request_fee is the fee for making a request to a chain RequestFee github_com_cosmos_cosmos_sdk_types.Coins `` /* 184-byte string literal not displayed */ MaxMetadataLength uint64 `protobuf:"varint,5,opt,name=max_metadata_length,json=maxMetadataLength,proto3" json:"max_metadata_length,omitempty"` }
Params defines the parameters for the module.
func NewParams ¶
func NewParams( minLaunchTime, maxLaunchTime, revertDelay time.Duration, chainCreationFee, requestFee sdk.Coins, maxMetadataLength uint64, ) Params
NewParams creates a new Params instance
func (*Params) Descriptor ¶
func (*Params) GetChainCreationFee ¶
func (m *Params) GetChainCreationFee() github_com_cosmos_cosmos_sdk_types.Coins
func (*Params) GetLaunchTimeRange ¶
func (m *Params) GetLaunchTimeRange() LaunchTimeRange
func (*Params) GetMaxMetadataLength ¶
func (*Params) GetRequestFee ¶
func (m *Params) GetRequestFee() github_com_cosmos_cosmos_sdk_types.Coins
func (*Params) GetRevertDelay ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type Peer ¶
type Peer struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are valid to be assigned to Connection: // *Peer_TcpAddress // *Peer_HttpTunnel // *Peer_None Connection isPeer_Connection `protobuf_oneof:"connection"` }
func NewPeerConn ¶
func NewPeerEmpty ¶
func NewPeerTunnel ¶
func (*Peer) Descriptor ¶
func (*Peer) GetConnection ¶
func (m *Peer) GetConnection() isPeer_Connection
func (*Peer) GetHttpTunnel ¶
func (m *Peer) GetHttpTunnel() *Peer_HTTPTunnel
func (*Peer) GetNone ¶
func (m *Peer) GetNone() *Peer_EmptyConnection
func (*Peer) GetTcpAddress ¶
func (*Peer) ProtoMessage ¶
func (*Peer) ProtoMessage()
func (*Peer) XXX_DiscardUnknown ¶
func (m *Peer) XXX_DiscardUnknown()
func (*Peer) XXX_OneofWrappers ¶
func (*Peer) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Peer) XXX_Unmarshal ¶
type Peer_EmptyConnection ¶
type Peer_EmptyConnection struct { }
func (*Peer_EmptyConnection) Descriptor ¶
func (*Peer_EmptyConnection) Descriptor() ([]byte, []int)
func (*Peer_EmptyConnection) Marshal ¶
func (m *Peer_EmptyConnection) Marshal() (dAtA []byte, err error)
func (*Peer_EmptyConnection) MarshalTo ¶
func (m *Peer_EmptyConnection) MarshalTo(dAtA []byte) (int, error)
func (*Peer_EmptyConnection) MarshalToSizedBuffer ¶
func (m *Peer_EmptyConnection) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Peer_EmptyConnection) ProtoMessage ¶
func (*Peer_EmptyConnection) ProtoMessage()
func (*Peer_EmptyConnection) Reset ¶
func (m *Peer_EmptyConnection) Reset()
func (*Peer_EmptyConnection) Size ¶
func (m *Peer_EmptyConnection) Size() (n int)
func (*Peer_EmptyConnection) String ¶
func (m *Peer_EmptyConnection) String() string
func (*Peer_EmptyConnection) Unmarshal ¶
func (m *Peer_EmptyConnection) Unmarshal(dAtA []byte) error
func (*Peer_EmptyConnection) XXX_DiscardUnknown ¶
func (m *Peer_EmptyConnection) XXX_DiscardUnknown()
func (*Peer_EmptyConnection) XXX_Marshal ¶
func (m *Peer_EmptyConnection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Peer_EmptyConnection) XXX_Merge ¶
func (m *Peer_EmptyConnection) XXX_Merge(src proto.Message)
func (*Peer_EmptyConnection) XXX_Size ¶
func (m *Peer_EmptyConnection) XXX_Size() int
func (*Peer_EmptyConnection) XXX_Unmarshal ¶
func (m *Peer_EmptyConnection) XXX_Unmarshal(b []byte) error
type Peer_HTTPTunnel ¶
type Peer_HTTPTunnel struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` }
func (*Peer_HTTPTunnel) Descriptor ¶
func (*Peer_HTTPTunnel) Descriptor() ([]byte, []int)
func (*Peer_HTTPTunnel) GetAddress ¶
func (m *Peer_HTTPTunnel) GetAddress() string
func (*Peer_HTTPTunnel) GetName ¶
func (m *Peer_HTTPTunnel) GetName() string
func (*Peer_HTTPTunnel) Marshal ¶
func (m *Peer_HTTPTunnel) Marshal() (dAtA []byte, err error)
func (*Peer_HTTPTunnel) MarshalToSizedBuffer ¶
func (m *Peer_HTTPTunnel) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Peer_HTTPTunnel) ProtoMessage ¶
func (*Peer_HTTPTunnel) ProtoMessage()
func (*Peer_HTTPTunnel) Reset ¶
func (m *Peer_HTTPTunnel) Reset()
func (*Peer_HTTPTunnel) Size ¶
func (m *Peer_HTTPTunnel) Size() (n int)
func (*Peer_HTTPTunnel) String ¶
func (m *Peer_HTTPTunnel) String() string
func (*Peer_HTTPTunnel) Unmarshal ¶
func (m *Peer_HTTPTunnel) Unmarshal(dAtA []byte) error
func (*Peer_HTTPTunnel) XXX_DiscardUnknown ¶
func (m *Peer_HTTPTunnel) XXX_DiscardUnknown()
func (*Peer_HTTPTunnel) XXX_Marshal ¶
func (m *Peer_HTTPTunnel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Peer_HTTPTunnel) XXX_Merge ¶
func (m *Peer_HTTPTunnel) XXX_Merge(src proto.Message)
func (*Peer_HTTPTunnel) XXX_Size ¶
func (m *Peer_HTTPTunnel) XXX_Size() int
func (*Peer_HTTPTunnel) XXX_Unmarshal ¶
func (m *Peer_HTTPTunnel) XXX_Unmarshal(b []byte) error
type Peer_HttpTunnel ¶
type Peer_HttpTunnel struct {
HttpTunnel *Peer_HTTPTunnel `protobuf:"bytes,3,opt,name=http_tunnel,json=httpTunnel,proto3,oneof" json:"http_tunnel,omitempty"`
}
func (*Peer_HttpTunnel) MarshalToSizedBuffer ¶
func (m *Peer_HttpTunnel) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Peer_HttpTunnel) Size ¶
func (m *Peer_HttpTunnel) Size() (n int)
type Peer_None ¶
type Peer_None struct {
None *Peer_EmptyConnection `protobuf:"bytes,4,opt,name=none,proto3,oneof" json:"none,omitempty"`
}
func (*Peer_None) MarshalToSizedBuffer ¶
type Peer_TcpAddress ¶
type Peer_TcpAddress struct {
TcpAddress string `protobuf:"bytes,2,opt,name=tcp_address,json=tcpAddress,proto3,oneof" json:"tcp_address,omitempty"`
}
func (*Peer_TcpAddress) MarshalToSizedBuffer ¶
func (m *Peer_TcpAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Peer_TcpAddress) Size ¶
func (m *Peer_TcpAddress) Size() (n int)
type ProfileKeeper ¶
type ProfileKeeper interface { CoordinatorIDFromAddress(ctx context.Context, address sdk.AccAddress) (uint64, error) GetCoordinator(ctx context.Context, coordinatorID uint64) (profiletypes.Coordinator, error) }
type ProjectKeeper ¶
type ProjectKeeper interface { AddChainToProject(ctx context.Context, projectID, launchID uint64) error GetProject(ctx context.Context, projectID uint64) (projecttypes.Project, error) Projects(ctx context.Context) ([]projecttypes.Project, error) GetProjectChains(ctx context.Context, projectID uint64) (projecttypes.ProjectChains, error) ListMainnetAccountBalance(ctx context.Context, projectID uint64) ([]projecttypes.MainnetAccountBalance, error) MainnetAccountBalance(ctx context.Context, projectID uint64, address sdk.AccAddress) (projecttypes.MainnetAccountBalance, error) }
type QueryAllChainRequest ¶
type QueryAllChainRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllChainRequest) Descriptor ¶
func (*QueryAllChainRequest) Descriptor() ([]byte, []int)
func (*QueryAllChainRequest) GetPagination ¶
func (m *QueryAllChainRequest) GetPagination() *query.PageRequest
func (*QueryAllChainRequest) Marshal ¶
func (m *QueryAllChainRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllChainRequest) MarshalTo ¶
func (m *QueryAllChainRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllChainRequest) MarshalToSizedBuffer ¶
func (m *QueryAllChainRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllChainRequest) ProtoMessage ¶
func (*QueryAllChainRequest) ProtoMessage()
func (*QueryAllChainRequest) Reset ¶
func (m *QueryAllChainRequest) Reset()
func (*QueryAllChainRequest) Size ¶
func (m *QueryAllChainRequest) Size() (n int)
func (*QueryAllChainRequest) String ¶
func (m *QueryAllChainRequest) String() string
func (*QueryAllChainRequest) Unmarshal ¶
func (m *QueryAllChainRequest) Unmarshal(dAtA []byte) error
func (*QueryAllChainRequest) XXX_DiscardUnknown ¶
func (m *QueryAllChainRequest) XXX_DiscardUnknown()
func (*QueryAllChainRequest) XXX_Marshal ¶
func (m *QueryAllChainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllChainRequest) XXX_Merge ¶
func (m *QueryAllChainRequest) XXX_Merge(src proto.Message)
func (*QueryAllChainRequest) XXX_Size ¶
func (m *QueryAllChainRequest) XXX_Size() int
func (*QueryAllChainRequest) XXX_Unmarshal ¶
func (m *QueryAllChainRequest) XXX_Unmarshal(b []byte) error
type QueryAllChainResponse ¶
type QueryAllChainResponse struct { Chain []Chain `protobuf:"bytes,1,rep,name=chain,proto3" json:"chain"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllChainResponse) Descriptor ¶
func (*QueryAllChainResponse) Descriptor() ([]byte, []int)
func (*QueryAllChainResponse) GetChain ¶
func (m *QueryAllChainResponse) GetChain() []Chain
func (*QueryAllChainResponse) GetPagination ¶
func (m *QueryAllChainResponse) GetPagination() *query.PageResponse
func (*QueryAllChainResponse) Marshal ¶
func (m *QueryAllChainResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllChainResponse) MarshalTo ¶
func (m *QueryAllChainResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllChainResponse) MarshalToSizedBuffer ¶
func (m *QueryAllChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllChainResponse) ProtoMessage ¶
func (*QueryAllChainResponse) ProtoMessage()
func (*QueryAllChainResponse) Reset ¶
func (m *QueryAllChainResponse) Reset()
func (*QueryAllChainResponse) Size ¶
func (m *QueryAllChainResponse) Size() (n int)
func (*QueryAllChainResponse) String ¶
func (m *QueryAllChainResponse) String() string
func (*QueryAllChainResponse) Unmarshal ¶
func (m *QueryAllChainResponse) Unmarshal(dAtA []byte) error
func (*QueryAllChainResponse) XXX_DiscardUnknown ¶
func (m *QueryAllChainResponse) XXX_DiscardUnknown()
func (*QueryAllChainResponse) XXX_Marshal ¶
func (m *QueryAllChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllChainResponse) XXX_Merge ¶
func (m *QueryAllChainResponse) XXX_Merge(src proto.Message)
func (*QueryAllChainResponse) XXX_Size ¶
func (m *QueryAllChainResponse) XXX_Size() int
func (*QueryAllChainResponse) XXX_Unmarshal ¶
func (m *QueryAllChainResponse) XXX_Unmarshal(b []byte) error
type QueryAllGenesisAccountRequest ¶
type QueryAllGenesisAccountRequest struct { LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllGenesisAccountRequest) Descriptor ¶
func (*QueryAllGenesisAccountRequest) Descriptor() ([]byte, []int)
func (*QueryAllGenesisAccountRequest) GetLaunchId ¶
func (m *QueryAllGenesisAccountRequest) GetLaunchId() uint64
func (*QueryAllGenesisAccountRequest) GetPagination ¶
func (m *QueryAllGenesisAccountRequest) GetPagination() *query.PageRequest
func (*QueryAllGenesisAccountRequest) Marshal ¶
func (m *QueryAllGenesisAccountRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllGenesisAccountRequest) MarshalTo ¶
func (m *QueryAllGenesisAccountRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllGenesisAccountRequest) MarshalToSizedBuffer ¶
func (m *QueryAllGenesisAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllGenesisAccountRequest) ProtoMessage ¶
func (*QueryAllGenesisAccountRequest) ProtoMessage()
func (*QueryAllGenesisAccountRequest) Reset ¶
func (m *QueryAllGenesisAccountRequest) Reset()
func (*QueryAllGenesisAccountRequest) Size ¶
func (m *QueryAllGenesisAccountRequest) Size() (n int)
func (*QueryAllGenesisAccountRequest) String ¶
func (m *QueryAllGenesisAccountRequest) String() string
func (*QueryAllGenesisAccountRequest) Unmarshal ¶
func (m *QueryAllGenesisAccountRequest) Unmarshal(dAtA []byte) error
func (*QueryAllGenesisAccountRequest) XXX_DiscardUnknown ¶
func (m *QueryAllGenesisAccountRequest) XXX_DiscardUnknown()
func (*QueryAllGenesisAccountRequest) XXX_Marshal ¶
func (m *QueryAllGenesisAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllGenesisAccountRequest) XXX_Merge ¶
func (m *QueryAllGenesisAccountRequest) XXX_Merge(src proto.Message)
func (*QueryAllGenesisAccountRequest) XXX_Size ¶
func (m *QueryAllGenesisAccountRequest) XXX_Size() int
func (*QueryAllGenesisAccountRequest) XXX_Unmarshal ¶
func (m *QueryAllGenesisAccountRequest) XXX_Unmarshal(b []byte) error
type QueryAllGenesisAccountResponse ¶
type QueryAllGenesisAccountResponse struct { GenesisAccount []GenesisAccount `protobuf:"bytes,1,rep,name=genesis_account,json=genesisAccount,proto3" json:"genesis_account"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllGenesisAccountResponse) Descriptor ¶
func (*QueryAllGenesisAccountResponse) Descriptor() ([]byte, []int)
func (*QueryAllGenesisAccountResponse) GetGenesisAccount ¶
func (m *QueryAllGenesisAccountResponse) GetGenesisAccount() []GenesisAccount
func (*QueryAllGenesisAccountResponse) GetPagination ¶
func (m *QueryAllGenesisAccountResponse) GetPagination() *query.PageResponse
func (*QueryAllGenesisAccountResponse) Marshal ¶
func (m *QueryAllGenesisAccountResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllGenesisAccountResponse) MarshalTo ¶
func (m *QueryAllGenesisAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllGenesisAccountResponse) MarshalToSizedBuffer ¶
func (m *QueryAllGenesisAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllGenesisAccountResponse) ProtoMessage ¶
func (*QueryAllGenesisAccountResponse) ProtoMessage()
func (*QueryAllGenesisAccountResponse) Reset ¶
func (m *QueryAllGenesisAccountResponse) Reset()
func (*QueryAllGenesisAccountResponse) Size ¶
func (m *QueryAllGenesisAccountResponse) Size() (n int)
func (*QueryAllGenesisAccountResponse) String ¶
func (m *QueryAllGenesisAccountResponse) String() string
func (*QueryAllGenesisAccountResponse) Unmarshal ¶
func (m *QueryAllGenesisAccountResponse) Unmarshal(dAtA []byte) error
func (*QueryAllGenesisAccountResponse) XXX_DiscardUnknown ¶
func (m *QueryAllGenesisAccountResponse) XXX_DiscardUnknown()
func (*QueryAllGenesisAccountResponse) XXX_Marshal ¶
func (m *QueryAllGenesisAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllGenesisAccountResponse) XXX_Merge ¶
func (m *QueryAllGenesisAccountResponse) XXX_Merge(src proto.Message)
func (*QueryAllGenesisAccountResponse) XXX_Size ¶
func (m *QueryAllGenesisAccountResponse) XXX_Size() int
func (*QueryAllGenesisAccountResponse) XXX_Unmarshal ¶
func (m *QueryAllGenesisAccountResponse) XXX_Unmarshal(b []byte) error
type QueryAllGenesisValidatorRequest ¶
type QueryAllGenesisValidatorRequest struct { LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllGenesisValidatorRequest) Descriptor ¶
func (*QueryAllGenesisValidatorRequest) Descriptor() ([]byte, []int)
func (*QueryAllGenesisValidatorRequest) GetLaunchId ¶
func (m *QueryAllGenesisValidatorRequest) GetLaunchId() uint64
func (*QueryAllGenesisValidatorRequest) GetPagination ¶
func (m *QueryAllGenesisValidatorRequest) GetPagination() *query.PageRequest
func (*QueryAllGenesisValidatorRequest) Marshal ¶
func (m *QueryAllGenesisValidatorRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllGenesisValidatorRequest) MarshalTo ¶
func (m *QueryAllGenesisValidatorRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllGenesisValidatorRequest) MarshalToSizedBuffer ¶
func (m *QueryAllGenesisValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllGenesisValidatorRequest) ProtoMessage ¶
func (*QueryAllGenesisValidatorRequest) ProtoMessage()
func (*QueryAllGenesisValidatorRequest) Reset ¶
func (m *QueryAllGenesisValidatorRequest) Reset()
func (*QueryAllGenesisValidatorRequest) Size ¶
func (m *QueryAllGenesisValidatorRequest) Size() (n int)
func (*QueryAllGenesisValidatorRequest) String ¶
func (m *QueryAllGenesisValidatorRequest) String() string
func (*QueryAllGenesisValidatorRequest) Unmarshal ¶
func (m *QueryAllGenesisValidatorRequest) Unmarshal(dAtA []byte) error
func (*QueryAllGenesisValidatorRequest) XXX_DiscardUnknown ¶
func (m *QueryAllGenesisValidatorRequest) XXX_DiscardUnknown()
func (*QueryAllGenesisValidatorRequest) XXX_Marshal ¶
func (m *QueryAllGenesisValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllGenesisValidatorRequest) XXX_Merge ¶
func (m *QueryAllGenesisValidatorRequest) XXX_Merge(src proto.Message)
func (*QueryAllGenesisValidatorRequest) XXX_Size ¶
func (m *QueryAllGenesisValidatorRequest) XXX_Size() int
func (*QueryAllGenesisValidatorRequest) XXX_Unmarshal ¶
func (m *QueryAllGenesisValidatorRequest) XXX_Unmarshal(b []byte) error
type QueryAllGenesisValidatorResponse ¶
type QueryAllGenesisValidatorResponse struct { GenesisValidator []GenesisValidator `protobuf:"bytes,1,rep,name=genesis_validator,json=genesisValidator,proto3" json:"genesis_validator"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllGenesisValidatorResponse) Descriptor ¶
func (*QueryAllGenesisValidatorResponse) Descriptor() ([]byte, []int)
func (*QueryAllGenesisValidatorResponse) GetGenesisValidator ¶
func (m *QueryAllGenesisValidatorResponse) GetGenesisValidator() []GenesisValidator
func (*QueryAllGenesisValidatorResponse) GetPagination ¶
func (m *QueryAllGenesisValidatorResponse) GetPagination() *query.PageResponse
func (*QueryAllGenesisValidatorResponse) Marshal ¶
func (m *QueryAllGenesisValidatorResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllGenesisValidatorResponse) MarshalTo ¶
func (m *QueryAllGenesisValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllGenesisValidatorResponse) MarshalToSizedBuffer ¶
func (m *QueryAllGenesisValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllGenesisValidatorResponse) ProtoMessage ¶
func (*QueryAllGenesisValidatorResponse) ProtoMessage()
func (*QueryAllGenesisValidatorResponse) Reset ¶
func (m *QueryAllGenesisValidatorResponse) Reset()
func (*QueryAllGenesisValidatorResponse) Size ¶
func (m *QueryAllGenesisValidatorResponse) Size() (n int)
func (*QueryAllGenesisValidatorResponse) String ¶
func (m *QueryAllGenesisValidatorResponse) String() string
func (*QueryAllGenesisValidatorResponse) Unmarshal ¶
func (m *QueryAllGenesisValidatorResponse) Unmarshal(dAtA []byte) error
func (*QueryAllGenesisValidatorResponse) XXX_DiscardUnknown ¶
func (m *QueryAllGenesisValidatorResponse) XXX_DiscardUnknown()
func (*QueryAllGenesisValidatorResponse) XXX_Marshal ¶
func (m *QueryAllGenesisValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllGenesisValidatorResponse) XXX_Merge ¶
func (m *QueryAllGenesisValidatorResponse) XXX_Merge(src proto.Message)
func (*QueryAllGenesisValidatorResponse) XXX_Size ¶
func (m *QueryAllGenesisValidatorResponse) XXX_Size() int
func (*QueryAllGenesisValidatorResponse) XXX_Unmarshal ¶
func (m *QueryAllGenesisValidatorResponse) XXX_Unmarshal(b []byte) error
type QueryAllParamChangeRequest ¶
type QueryAllParamChangeRequest struct { LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllParamChangeRequest) Descriptor ¶
func (*QueryAllParamChangeRequest) Descriptor() ([]byte, []int)
func (*QueryAllParamChangeRequest) GetLaunchId ¶
func (m *QueryAllParamChangeRequest) GetLaunchId() uint64
func (*QueryAllParamChangeRequest) GetPagination ¶
func (m *QueryAllParamChangeRequest) GetPagination() *query.PageRequest
func (*QueryAllParamChangeRequest) Marshal ¶
func (m *QueryAllParamChangeRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllParamChangeRequest) MarshalTo ¶
func (m *QueryAllParamChangeRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllParamChangeRequest) MarshalToSizedBuffer ¶
func (m *QueryAllParamChangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllParamChangeRequest) ProtoMessage ¶
func (*QueryAllParamChangeRequest) ProtoMessage()
func (*QueryAllParamChangeRequest) Reset ¶
func (m *QueryAllParamChangeRequest) Reset()
func (*QueryAllParamChangeRequest) Size ¶
func (m *QueryAllParamChangeRequest) Size() (n int)
func (*QueryAllParamChangeRequest) String ¶
func (m *QueryAllParamChangeRequest) String() string
func (*QueryAllParamChangeRequest) Unmarshal ¶
func (m *QueryAllParamChangeRequest) Unmarshal(dAtA []byte) error
func (*QueryAllParamChangeRequest) XXX_DiscardUnknown ¶
func (m *QueryAllParamChangeRequest) XXX_DiscardUnknown()
func (*QueryAllParamChangeRequest) XXX_Marshal ¶
func (m *QueryAllParamChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllParamChangeRequest) XXX_Merge ¶
func (m *QueryAllParamChangeRequest) XXX_Merge(src proto.Message)
func (*QueryAllParamChangeRequest) XXX_Size ¶
func (m *QueryAllParamChangeRequest) XXX_Size() int
func (*QueryAllParamChangeRequest) XXX_Unmarshal ¶
func (m *QueryAllParamChangeRequest) XXX_Unmarshal(b []byte) error
type QueryAllParamChangeResponse ¶
type QueryAllParamChangeResponse struct { ParamChange []ParamChange `protobuf:"bytes,1,rep,name=param_change,json=paramChange,proto3" json:"param_change"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllParamChangeResponse) Descriptor ¶
func (*QueryAllParamChangeResponse) Descriptor() ([]byte, []int)
func (*QueryAllParamChangeResponse) GetPagination ¶
func (m *QueryAllParamChangeResponse) GetPagination() *query.PageResponse
func (*QueryAllParamChangeResponse) GetParamChange ¶
func (m *QueryAllParamChangeResponse) GetParamChange() []ParamChange
func (*QueryAllParamChangeResponse) Marshal ¶
func (m *QueryAllParamChangeResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllParamChangeResponse) MarshalTo ¶
func (m *QueryAllParamChangeResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllParamChangeResponse) MarshalToSizedBuffer ¶
func (m *QueryAllParamChangeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllParamChangeResponse) ProtoMessage ¶
func (*QueryAllParamChangeResponse) ProtoMessage()
func (*QueryAllParamChangeResponse) Reset ¶
func (m *QueryAllParamChangeResponse) Reset()
func (*QueryAllParamChangeResponse) Size ¶
func (m *QueryAllParamChangeResponse) Size() (n int)
func (*QueryAllParamChangeResponse) String ¶
func (m *QueryAllParamChangeResponse) String() string
func (*QueryAllParamChangeResponse) Unmarshal ¶
func (m *QueryAllParamChangeResponse) Unmarshal(dAtA []byte) error
func (*QueryAllParamChangeResponse) XXX_DiscardUnknown ¶
func (m *QueryAllParamChangeResponse) XXX_DiscardUnknown()
func (*QueryAllParamChangeResponse) XXX_Marshal ¶
func (m *QueryAllParamChangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllParamChangeResponse) XXX_Merge ¶
func (m *QueryAllParamChangeResponse) XXX_Merge(src proto.Message)
func (*QueryAllParamChangeResponse) XXX_Size ¶
func (m *QueryAllParamChangeResponse) XXX_Size() int
func (*QueryAllParamChangeResponse) XXX_Unmarshal ¶
func (m *QueryAllParamChangeResponse) XXX_Unmarshal(b []byte) error
type QueryAllRequestRequest ¶
type QueryAllRequestRequest struct { LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllRequestRequest) Descriptor ¶
func (*QueryAllRequestRequest) Descriptor() ([]byte, []int)
func (*QueryAllRequestRequest) GetLaunchId ¶
func (m *QueryAllRequestRequest) GetLaunchId() uint64
func (*QueryAllRequestRequest) GetPagination ¶
func (m *QueryAllRequestRequest) GetPagination() *query.PageRequest
func (*QueryAllRequestRequest) Marshal ¶
func (m *QueryAllRequestRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllRequestRequest) MarshalTo ¶
func (m *QueryAllRequestRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllRequestRequest) MarshalToSizedBuffer ¶
func (m *QueryAllRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllRequestRequest) ProtoMessage ¶
func (*QueryAllRequestRequest) ProtoMessage()
func (*QueryAllRequestRequest) Reset ¶
func (m *QueryAllRequestRequest) Reset()
func (*QueryAllRequestRequest) Size ¶
func (m *QueryAllRequestRequest) Size() (n int)
func (*QueryAllRequestRequest) String ¶
func (m *QueryAllRequestRequest) String() string
func (*QueryAllRequestRequest) Unmarshal ¶
func (m *QueryAllRequestRequest) Unmarshal(dAtA []byte) error
func (*QueryAllRequestRequest) XXX_DiscardUnknown ¶
func (m *QueryAllRequestRequest) XXX_DiscardUnknown()
func (*QueryAllRequestRequest) XXX_Marshal ¶
func (m *QueryAllRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllRequestRequest) XXX_Merge ¶
func (m *QueryAllRequestRequest) XXX_Merge(src proto.Message)
func (*QueryAllRequestRequest) XXX_Size ¶
func (m *QueryAllRequestRequest) XXX_Size() int
func (*QueryAllRequestRequest) XXX_Unmarshal ¶
func (m *QueryAllRequestRequest) XXX_Unmarshal(b []byte) error
type QueryAllRequestResponse ¶
type QueryAllRequestResponse struct { Request []Request `protobuf:"bytes,1,rep,name=request,proto3" json:"request"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllRequestResponse) Descriptor ¶
func (*QueryAllRequestResponse) Descriptor() ([]byte, []int)
func (*QueryAllRequestResponse) GetPagination ¶
func (m *QueryAllRequestResponse) GetPagination() *query.PageResponse
func (*QueryAllRequestResponse) GetRequest ¶
func (m *QueryAllRequestResponse) GetRequest() []Request
func (*QueryAllRequestResponse) Marshal ¶
func (m *QueryAllRequestResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllRequestResponse) MarshalTo ¶
func (m *QueryAllRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllRequestResponse) MarshalToSizedBuffer ¶
func (m *QueryAllRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllRequestResponse) ProtoMessage ¶
func (*QueryAllRequestResponse) ProtoMessage()
func (*QueryAllRequestResponse) Reset ¶
func (m *QueryAllRequestResponse) Reset()
func (*QueryAllRequestResponse) Size ¶
func (m *QueryAllRequestResponse) Size() (n int)
func (*QueryAllRequestResponse) String ¶
func (m *QueryAllRequestResponse) String() string
func (*QueryAllRequestResponse) Unmarshal ¶
func (m *QueryAllRequestResponse) Unmarshal(dAtA []byte) error
func (*QueryAllRequestResponse) XXX_DiscardUnknown ¶
func (m *QueryAllRequestResponse) XXX_DiscardUnknown()
func (*QueryAllRequestResponse) XXX_Marshal ¶
func (m *QueryAllRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllRequestResponse) XXX_Merge ¶
func (m *QueryAllRequestResponse) XXX_Merge(src proto.Message)
func (*QueryAllRequestResponse) XXX_Size ¶
func (m *QueryAllRequestResponse) XXX_Size() int
func (*QueryAllRequestResponse) XXX_Unmarshal ¶
func (m *QueryAllRequestResponse) XXX_Unmarshal(b []byte) error
type QueryAllVestingAccountRequest ¶
type QueryAllVestingAccountRequest struct { LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllVestingAccountRequest) Descriptor ¶
func (*QueryAllVestingAccountRequest) Descriptor() ([]byte, []int)
func (*QueryAllVestingAccountRequest) GetLaunchId ¶
func (m *QueryAllVestingAccountRequest) GetLaunchId() uint64
func (*QueryAllVestingAccountRequest) GetPagination ¶
func (m *QueryAllVestingAccountRequest) GetPagination() *query.PageRequest
func (*QueryAllVestingAccountRequest) Marshal ¶
func (m *QueryAllVestingAccountRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllVestingAccountRequest) MarshalTo ¶
func (m *QueryAllVestingAccountRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllVestingAccountRequest) MarshalToSizedBuffer ¶
func (m *QueryAllVestingAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllVestingAccountRequest) ProtoMessage ¶
func (*QueryAllVestingAccountRequest) ProtoMessage()
func (*QueryAllVestingAccountRequest) Reset ¶
func (m *QueryAllVestingAccountRequest) Reset()
func (*QueryAllVestingAccountRequest) Size ¶
func (m *QueryAllVestingAccountRequest) Size() (n int)
func (*QueryAllVestingAccountRequest) String ¶
func (m *QueryAllVestingAccountRequest) String() string
func (*QueryAllVestingAccountRequest) Unmarshal ¶
func (m *QueryAllVestingAccountRequest) Unmarshal(dAtA []byte) error
func (*QueryAllVestingAccountRequest) XXX_DiscardUnknown ¶
func (m *QueryAllVestingAccountRequest) XXX_DiscardUnknown()
func (*QueryAllVestingAccountRequest) XXX_Marshal ¶
func (m *QueryAllVestingAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllVestingAccountRequest) XXX_Merge ¶
func (m *QueryAllVestingAccountRequest) XXX_Merge(src proto.Message)
func (*QueryAllVestingAccountRequest) XXX_Size ¶
func (m *QueryAllVestingAccountRequest) XXX_Size() int
func (*QueryAllVestingAccountRequest) XXX_Unmarshal ¶
func (m *QueryAllVestingAccountRequest) XXX_Unmarshal(b []byte) error
type QueryAllVestingAccountResponse ¶
type QueryAllVestingAccountResponse struct { VestingAccount []VestingAccount `protobuf:"bytes,1,rep,name=vesting_account,json=vestingAccount,proto3" json:"vesting_account"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllVestingAccountResponse) Descriptor ¶
func (*QueryAllVestingAccountResponse) Descriptor() ([]byte, []int)
func (*QueryAllVestingAccountResponse) GetPagination ¶
func (m *QueryAllVestingAccountResponse) GetPagination() *query.PageResponse
func (*QueryAllVestingAccountResponse) GetVestingAccount ¶
func (m *QueryAllVestingAccountResponse) GetVestingAccount() []VestingAccount
func (*QueryAllVestingAccountResponse) Marshal ¶
func (m *QueryAllVestingAccountResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllVestingAccountResponse) MarshalTo ¶
func (m *QueryAllVestingAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllVestingAccountResponse) MarshalToSizedBuffer ¶
func (m *QueryAllVestingAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllVestingAccountResponse) ProtoMessage ¶
func (*QueryAllVestingAccountResponse) ProtoMessage()
func (*QueryAllVestingAccountResponse) Reset ¶
func (m *QueryAllVestingAccountResponse) Reset()
func (*QueryAllVestingAccountResponse) Size ¶
func (m *QueryAllVestingAccountResponse) Size() (n int)
func (*QueryAllVestingAccountResponse) String ¶
func (m *QueryAllVestingAccountResponse) String() string
func (*QueryAllVestingAccountResponse) Unmarshal ¶
func (m *QueryAllVestingAccountResponse) Unmarshal(dAtA []byte) error
func (*QueryAllVestingAccountResponse) XXX_DiscardUnknown ¶
func (m *QueryAllVestingAccountResponse) XXX_DiscardUnknown()
func (*QueryAllVestingAccountResponse) XXX_Marshal ¶
func (m *QueryAllVestingAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllVestingAccountResponse) XXX_Merge ¶
func (m *QueryAllVestingAccountResponse) XXX_Merge(src proto.Message)
func (*QueryAllVestingAccountResponse) XXX_Size ¶
func (m *QueryAllVestingAccountResponse) XXX_Size() int
func (*QueryAllVestingAccountResponse) XXX_Unmarshal ¶
func (m *QueryAllVestingAccountResponse) XXX_Unmarshal(b []byte) error
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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryGetChainRequest ¶
type QueryGetChainRequest struct {
LaunchId uint64 `protobuf:"varint,1,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
}
func (*QueryGetChainRequest) Descriptor ¶
func (*QueryGetChainRequest) Descriptor() ([]byte, []int)
func (*QueryGetChainRequest) GetLaunchId ¶
func (m *QueryGetChainRequest) GetLaunchId() uint64
func (*QueryGetChainRequest) Marshal ¶
func (m *QueryGetChainRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetChainRequest) MarshalTo ¶
func (m *QueryGetChainRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetChainRequest) MarshalToSizedBuffer ¶
func (m *QueryGetChainRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetChainRequest) ProtoMessage ¶
func (*QueryGetChainRequest) ProtoMessage()
func (*QueryGetChainRequest) Reset ¶
func (m *QueryGetChainRequest) Reset()
func (*QueryGetChainRequest) Size ¶
func (m *QueryGetChainRequest) Size() (n int)
func (*QueryGetChainRequest) String ¶
func (m *QueryGetChainRequest) String() string
func (*QueryGetChainRequest) Unmarshal ¶
func (m *QueryGetChainRequest) Unmarshal(dAtA []byte) error
func (*QueryGetChainRequest) XXX_DiscardUnknown ¶
func (m *QueryGetChainRequest) XXX_DiscardUnknown()
func (*QueryGetChainRequest) XXX_Marshal ¶
func (m *QueryGetChainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetChainRequest) XXX_Merge ¶
func (m *QueryGetChainRequest) XXX_Merge(src proto.Message)
func (*QueryGetChainRequest) XXX_Size ¶
func (m *QueryGetChainRequest) XXX_Size() int
func (*QueryGetChainRequest) XXX_Unmarshal ¶
func (m *QueryGetChainRequest) XXX_Unmarshal(b []byte) error
type QueryGetChainResponse ¶
type QueryGetChainResponse struct {
Chain Chain `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain"`
}
func (*QueryGetChainResponse) Descriptor ¶
func (*QueryGetChainResponse) Descriptor() ([]byte, []int)
func (*QueryGetChainResponse) GetChain ¶
func (m *QueryGetChainResponse) GetChain() Chain
func (*QueryGetChainResponse) Marshal ¶
func (m *QueryGetChainResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetChainResponse) MarshalTo ¶
func (m *QueryGetChainResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetChainResponse) MarshalToSizedBuffer ¶
func (m *QueryGetChainResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetChainResponse) ProtoMessage ¶
func (*QueryGetChainResponse) ProtoMessage()
func (*QueryGetChainResponse) Reset ¶
func (m *QueryGetChainResponse) Reset()
func (*QueryGetChainResponse) Size ¶
func (m *QueryGetChainResponse) Size() (n int)
func (*QueryGetChainResponse) String ¶
func (m *QueryGetChainResponse) String() string
func (*QueryGetChainResponse) Unmarshal ¶
func (m *QueryGetChainResponse) Unmarshal(dAtA []byte) error
func (*QueryGetChainResponse) XXX_DiscardUnknown ¶
func (m *QueryGetChainResponse) XXX_DiscardUnknown()
func (*QueryGetChainResponse) XXX_Marshal ¶
func (m *QueryGetChainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetChainResponse) XXX_Merge ¶
func (m *QueryGetChainResponse) XXX_Merge(src proto.Message)
func (*QueryGetChainResponse) XXX_Size ¶
func (m *QueryGetChainResponse) XXX_Size() int
func (*QueryGetChainResponse) XXX_Unmarshal ¶
func (m *QueryGetChainResponse) XXX_Unmarshal(b []byte) error
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"` }
func (*QueryGetGenesisAccountRequest) Descriptor ¶
func (*QueryGetGenesisAccountRequest) Descriptor() ([]byte, []int)
func (*QueryGetGenesisAccountRequest) GetAddress ¶
func (m *QueryGetGenesisAccountRequest) GetAddress() string
func (*QueryGetGenesisAccountRequest) GetLaunchId ¶
func (m *QueryGetGenesisAccountRequest) GetLaunchId() uint64
func (*QueryGetGenesisAccountRequest) Marshal ¶
func (m *QueryGetGenesisAccountRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetGenesisAccountRequest) MarshalTo ¶
func (m *QueryGetGenesisAccountRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetGenesisAccountRequest) MarshalToSizedBuffer ¶
func (m *QueryGetGenesisAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetGenesisAccountRequest) ProtoMessage ¶
func (*QueryGetGenesisAccountRequest) ProtoMessage()
func (*QueryGetGenesisAccountRequest) Reset ¶
func (m *QueryGetGenesisAccountRequest) Reset()
func (*QueryGetGenesisAccountRequest) Size ¶
func (m *QueryGetGenesisAccountRequest) Size() (n int)
func (*QueryGetGenesisAccountRequest) String ¶
func (m *QueryGetGenesisAccountRequest) String() string
func (*QueryGetGenesisAccountRequest) Unmarshal ¶
func (m *QueryGetGenesisAccountRequest) Unmarshal(dAtA []byte) error
func (*QueryGetGenesisAccountRequest) XXX_DiscardUnknown ¶
func (m *QueryGetGenesisAccountRequest) XXX_DiscardUnknown()
func (*QueryGetGenesisAccountRequest) XXX_Marshal ¶
func (m *QueryGetGenesisAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetGenesisAccountRequest) XXX_Merge ¶
func (m *QueryGetGenesisAccountRequest) XXX_Merge(src proto.Message)
func (*QueryGetGenesisAccountRequest) XXX_Size ¶
func (m *QueryGetGenesisAccountRequest) XXX_Size() int
func (*QueryGetGenesisAccountRequest) XXX_Unmarshal ¶
func (m *QueryGetGenesisAccountRequest) XXX_Unmarshal(b []byte) error
type QueryGetGenesisAccountResponse ¶
type QueryGetGenesisAccountResponse struct {
GenesisAccount GenesisAccount `protobuf:"bytes,1,opt,name=genesis_account,json=genesisAccount,proto3" json:"genesis_account"`
}
func (*QueryGetGenesisAccountResponse) Descriptor ¶
func (*QueryGetGenesisAccountResponse) Descriptor() ([]byte, []int)
func (*QueryGetGenesisAccountResponse) GetGenesisAccount ¶
func (m *QueryGetGenesisAccountResponse) GetGenesisAccount() GenesisAccount
func (*QueryGetGenesisAccountResponse) Marshal ¶
func (m *QueryGetGenesisAccountResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetGenesisAccountResponse) MarshalTo ¶
func (m *QueryGetGenesisAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetGenesisAccountResponse) MarshalToSizedBuffer ¶
func (m *QueryGetGenesisAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetGenesisAccountResponse) ProtoMessage ¶
func (*QueryGetGenesisAccountResponse) ProtoMessage()
func (*QueryGetGenesisAccountResponse) Reset ¶
func (m *QueryGetGenesisAccountResponse) Reset()
func (*QueryGetGenesisAccountResponse) Size ¶
func (m *QueryGetGenesisAccountResponse) Size() (n int)
func (*QueryGetGenesisAccountResponse) String ¶
func (m *QueryGetGenesisAccountResponse) String() string
func (*QueryGetGenesisAccountResponse) Unmarshal ¶
func (m *QueryGetGenesisAccountResponse) Unmarshal(dAtA []byte) error
func (*QueryGetGenesisAccountResponse) XXX_DiscardUnknown ¶
func (m *QueryGetGenesisAccountResponse) XXX_DiscardUnknown()
func (*QueryGetGenesisAccountResponse) XXX_Marshal ¶
func (m *QueryGetGenesisAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetGenesisAccountResponse) XXX_Merge ¶
func (m *QueryGetGenesisAccountResponse) XXX_Merge(src proto.Message)
func (*QueryGetGenesisAccountResponse) XXX_Size ¶
func (m *QueryGetGenesisAccountResponse) XXX_Size() int
func (*QueryGetGenesisAccountResponse) XXX_Unmarshal ¶
func (m *QueryGetGenesisAccountResponse) XXX_Unmarshal(b []byte) error
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"` }
func (*QueryGetGenesisValidatorRequest) Descriptor ¶
func (*QueryGetGenesisValidatorRequest) Descriptor() ([]byte, []int)
func (*QueryGetGenesisValidatorRequest) GetAddress ¶
func (m *QueryGetGenesisValidatorRequest) GetAddress() string
func (*QueryGetGenesisValidatorRequest) GetLaunchId ¶
func (m *QueryGetGenesisValidatorRequest) GetLaunchId() uint64
func (*QueryGetGenesisValidatorRequest) Marshal ¶
func (m *QueryGetGenesisValidatorRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetGenesisValidatorRequest) MarshalTo ¶
func (m *QueryGetGenesisValidatorRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetGenesisValidatorRequest) MarshalToSizedBuffer ¶
func (m *QueryGetGenesisValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetGenesisValidatorRequest) ProtoMessage ¶
func (*QueryGetGenesisValidatorRequest) ProtoMessage()
func (*QueryGetGenesisValidatorRequest) Reset ¶
func (m *QueryGetGenesisValidatorRequest) Reset()
func (*QueryGetGenesisValidatorRequest) Size ¶
func (m *QueryGetGenesisValidatorRequest) Size() (n int)
func (*QueryGetGenesisValidatorRequest) String ¶
func (m *QueryGetGenesisValidatorRequest) String() string
func (*QueryGetGenesisValidatorRequest) Unmarshal ¶
func (m *QueryGetGenesisValidatorRequest) Unmarshal(dAtA []byte) error
func (*QueryGetGenesisValidatorRequest) XXX_DiscardUnknown ¶
func (m *QueryGetGenesisValidatorRequest) XXX_DiscardUnknown()
func (*QueryGetGenesisValidatorRequest) XXX_Marshal ¶
func (m *QueryGetGenesisValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetGenesisValidatorRequest) XXX_Merge ¶
func (m *QueryGetGenesisValidatorRequest) XXX_Merge(src proto.Message)
func (*QueryGetGenesisValidatorRequest) XXX_Size ¶
func (m *QueryGetGenesisValidatorRequest) XXX_Size() int
func (*QueryGetGenesisValidatorRequest) XXX_Unmarshal ¶
func (m *QueryGetGenesisValidatorRequest) XXX_Unmarshal(b []byte) error
type QueryGetGenesisValidatorResponse ¶
type QueryGetGenesisValidatorResponse struct {
GenesisValidator GenesisValidator `protobuf:"bytes,1,opt,name=genesis_validator,json=genesisValidator,proto3" json:"genesis_validator"`
}
func (*QueryGetGenesisValidatorResponse) Descriptor ¶
func (*QueryGetGenesisValidatorResponse) Descriptor() ([]byte, []int)
func (*QueryGetGenesisValidatorResponse) GetGenesisValidator ¶
func (m *QueryGetGenesisValidatorResponse) GetGenesisValidator() GenesisValidator
func (*QueryGetGenesisValidatorResponse) Marshal ¶
func (m *QueryGetGenesisValidatorResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetGenesisValidatorResponse) MarshalTo ¶
func (m *QueryGetGenesisValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetGenesisValidatorResponse) MarshalToSizedBuffer ¶
func (m *QueryGetGenesisValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetGenesisValidatorResponse) ProtoMessage ¶
func (*QueryGetGenesisValidatorResponse) ProtoMessage()
func (*QueryGetGenesisValidatorResponse) Reset ¶
func (m *QueryGetGenesisValidatorResponse) Reset()
func (*QueryGetGenesisValidatorResponse) Size ¶
func (m *QueryGetGenesisValidatorResponse) Size() (n int)
func (*QueryGetGenesisValidatorResponse) String ¶
func (m *QueryGetGenesisValidatorResponse) String() string
func (*QueryGetGenesisValidatorResponse) Unmarshal ¶
func (m *QueryGetGenesisValidatorResponse) Unmarshal(dAtA []byte) error
func (*QueryGetGenesisValidatorResponse) XXX_DiscardUnknown ¶
func (m *QueryGetGenesisValidatorResponse) XXX_DiscardUnknown()
func (*QueryGetGenesisValidatorResponse) XXX_Marshal ¶
func (m *QueryGetGenesisValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetGenesisValidatorResponse) XXX_Merge ¶
func (m *QueryGetGenesisValidatorResponse) XXX_Merge(src proto.Message)
func (*QueryGetGenesisValidatorResponse) XXX_Size ¶
func (m *QueryGetGenesisValidatorResponse) XXX_Size() int
func (*QueryGetGenesisValidatorResponse) XXX_Unmarshal ¶
func (m *QueryGetGenesisValidatorResponse) XXX_Unmarshal(b []byte) error
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"` }
func (*QueryGetRequestRequest) Descriptor ¶
func (*QueryGetRequestRequest) Descriptor() ([]byte, []int)
func (*QueryGetRequestRequest) GetLaunchId ¶
func (m *QueryGetRequestRequest) GetLaunchId() uint64
func (*QueryGetRequestRequest) GetRequestId ¶
func (m *QueryGetRequestRequest) GetRequestId() uint64
func (*QueryGetRequestRequest) Marshal ¶
func (m *QueryGetRequestRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetRequestRequest) MarshalTo ¶
func (m *QueryGetRequestRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRequestRequest) MarshalToSizedBuffer ¶
func (m *QueryGetRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRequestRequest) ProtoMessage ¶
func (*QueryGetRequestRequest) ProtoMessage()
func (*QueryGetRequestRequest) Reset ¶
func (m *QueryGetRequestRequest) Reset()
func (*QueryGetRequestRequest) Size ¶
func (m *QueryGetRequestRequest) Size() (n int)
func (*QueryGetRequestRequest) String ¶
func (m *QueryGetRequestRequest) String() string
func (*QueryGetRequestRequest) Unmarshal ¶
func (m *QueryGetRequestRequest) Unmarshal(dAtA []byte) error
func (*QueryGetRequestRequest) XXX_DiscardUnknown ¶
func (m *QueryGetRequestRequest) XXX_DiscardUnknown()
func (*QueryGetRequestRequest) XXX_Marshal ¶
func (m *QueryGetRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRequestRequest) XXX_Merge ¶
func (m *QueryGetRequestRequest) XXX_Merge(src proto.Message)
func (*QueryGetRequestRequest) XXX_Size ¶
func (m *QueryGetRequestRequest) XXX_Size() int
func (*QueryGetRequestRequest) XXX_Unmarshal ¶
func (m *QueryGetRequestRequest) XXX_Unmarshal(b []byte) error
type QueryGetRequestResponse ¶
type QueryGetRequestResponse struct {
Request Request `protobuf:"bytes,1,opt,name=request,proto3" json:"request"`
}
func (*QueryGetRequestResponse) Descriptor ¶
func (*QueryGetRequestResponse) Descriptor() ([]byte, []int)
func (*QueryGetRequestResponse) GetRequest ¶
func (m *QueryGetRequestResponse) GetRequest() Request
func (*QueryGetRequestResponse) Marshal ¶
func (m *QueryGetRequestResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetRequestResponse) MarshalTo ¶
func (m *QueryGetRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRequestResponse) MarshalToSizedBuffer ¶
func (m *QueryGetRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRequestResponse) ProtoMessage ¶
func (*QueryGetRequestResponse) ProtoMessage()
func (*QueryGetRequestResponse) Reset ¶
func (m *QueryGetRequestResponse) Reset()
func (*QueryGetRequestResponse) Size ¶
func (m *QueryGetRequestResponse) Size() (n int)
func (*QueryGetRequestResponse) String ¶
func (m *QueryGetRequestResponse) String() string
func (*QueryGetRequestResponse) Unmarshal ¶
func (m *QueryGetRequestResponse) Unmarshal(dAtA []byte) error
func (*QueryGetRequestResponse) XXX_DiscardUnknown ¶
func (m *QueryGetRequestResponse) XXX_DiscardUnknown()
func (*QueryGetRequestResponse) XXX_Marshal ¶
func (m *QueryGetRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRequestResponse) XXX_Merge ¶
func (m *QueryGetRequestResponse) XXX_Merge(src proto.Message)
func (*QueryGetRequestResponse) XXX_Size ¶
func (m *QueryGetRequestResponse) XXX_Size() int
func (*QueryGetRequestResponse) XXX_Unmarshal ¶
func (m *QueryGetRequestResponse) XXX_Unmarshal(b []byte) error
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"` }
func (*QueryGetVestingAccountRequest) Descriptor ¶
func (*QueryGetVestingAccountRequest) Descriptor() ([]byte, []int)
func (*QueryGetVestingAccountRequest) GetAddress ¶
func (m *QueryGetVestingAccountRequest) GetAddress() string
func (*QueryGetVestingAccountRequest) GetLaunchId ¶
func (m *QueryGetVestingAccountRequest) GetLaunchId() uint64
func (*QueryGetVestingAccountRequest) Marshal ¶
func (m *QueryGetVestingAccountRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetVestingAccountRequest) MarshalTo ¶
func (m *QueryGetVestingAccountRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetVestingAccountRequest) MarshalToSizedBuffer ¶
func (m *QueryGetVestingAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetVestingAccountRequest) ProtoMessage ¶
func (*QueryGetVestingAccountRequest) ProtoMessage()
func (*QueryGetVestingAccountRequest) Reset ¶
func (m *QueryGetVestingAccountRequest) Reset()
func (*QueryGetVestingAccountRequest) Size ¶
func (m *QueryGetVestingAccountRequest) Size() (n int)
func (*QueryGetVestingAccountRequest) String ¶
func (m *QueryGetVestingAccountRequest) String() string
func (*QueryGetVestingAccountRequest) Unmarshal ¶
func (m *QueryGetVestingAccountRequest) Unmarshal(dAtA []byte) error
func (*QueryGetVestingAccountRequest) XXX_DiscardUnknown ¶
func (m *QueryGetVestingAccountRequest) XXX_DiscardUnknown()
func (*QueryGetVestingAccountRequest) XXX_Marshal ¶
func (m *QueryGetVestingAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetVestingAccountRequest) XXX_Merge ¶
func (m *QueryGetVestingAccountRequest) XXX_Merge(src proto.Message)
func (*QueryGetVestingAccountRequest) XXX_Size ¶
func (m *QueryGetVestingAccountRequest) XXX_Size() int
func (*QueryGetVestingAccountRequest) XXX_Unmarshal ¶
func (m *QueryGetVestingAccountRequest) XXX_Unmarshal(b []byte) error
type QueryGetVestingAccountResponse ¶
type QueryGetVestingAccountResponse struct {
VestingAccount VestingAccount `protobuf:"bytes,1,opt,name=vesting_account,json=vestingAccount,proto3" json:"vesting_account"`
}
func (*QueryGetVestingAccountResponse) Descriptor ¶
func (*QueryGetVestingAccountResponse) Descriptor() ([]byte, []int)
func (*QueryGetVestingAccountResponse) GetVestingAccount ¶
func (m *QueryGetVestingAccountResponse) GetVestingAccount() VestingAccount
func (*QueryGetVestingAccountResponse) Marshal ¶
func (m *QueryGetVestingAccountResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetVestingAccountResponse) MarshalTo ¶
func (m *QueryGetVestingAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetVestingAccountResponse) MarshalToSizedBuffer ¶
func (m *QueryGetVestingAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetVestingAccountResponse) ProtoMessage ¶
func (*QueryGetVestingAccountResponse) ProtoMessage()
func (*QueryGetVestingAccountResponse) Reset ¶
func (m *QueryGetVestingAccountResponse) Reset()
func (*QueryGetVestingAccountResponse) Size ¶
func (m *QueryGetVestingAccountResponse) Size() (n int)
func (*QueryGetVestingAccountResponse) String ¶
func (m *QueryGetVestingAccountResponse) String() string
func (*QueryGetVestingAccountResponse) Unmarshal ¶
func (m *QueryGetVestingAccountResponse) Unmarshal(dAtA []byte) error
func (*QueryGetVestingAccountResponse) XXX_DiscardUnknown ¶
func (m *QueryGetVestingAccountResponse) XXX_DiscardUnknown()
func (*QueryGetVestingAccountResponse) XXX_Marshal ¶
func (m *QueryGetVestingAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetVestingAccountResponse) XXX_Merge ¶
func (m *QueryGetVestingAccountResponse) XXX_Merge(src proto.Message)
func (*QueryGetVestingAccountResponse) XXX_Size ¶
func (m *QueryGetVestingAccountResponse) XXX_Size() int
func (*QueryGetVestingAccountResponse) XXX_Unmarshal ¶
func (m *QueryGetVestingAccountResponse) XXX_Unmarshal(b []byte) error
type QueryParamsRequest ¶
type QueryParamsRequest struct { }
QueryParamsRequest is request type for the Query/Params RPC method.
func (*QueryParamsRequest) Descriptor ¶
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
func (*QueryParamsRequest) Marshal ¶
func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryParamsRequest) MarshalTo ¶
func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsRequest) MarshalToSizedBuffer ¶
func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) Reset ¶
func (m *QueryParamsRequest) Reset()
func (*QueryParamsRequest) Size ¶
func (m *QueryParamsRequest) Size() (n int)
func (*QueryParamsRequest) String ¶
func (m *QueryParamsRequest) String() string
func (*QueryParamsRequest) Unmarshal ¶
func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryParamsRequest) XXX_DiscardUnknown ¶
func (m *QueryParamsRequest) XXX_DiscardUnknown()
func (*QueryParamsRequest) XXX_Marshal ¶
func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsRequest) XXX_Merge ¶
func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
func (*QueryParamsRequest) XXX_Size ¶
func (m *QueryParamsRequest) XXX_Size() int
func (*QueryParamsRequest) XXX_Unmarshal ¶
func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
type QueryParamsResponse ¶
type QueryParamsResponse struct { // params holds all the parameters of this module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` }
QueryParamsResponse is response type for the Query/Params RPC method.
func (*QueryParamsResponse) Descriptor ¶
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
func (*QueryParamsResponse) GetParams ¶
func (m *QueryParamsResponse) GetParams() Params
func (*QueryParamsResponse) Marshal ¶
func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryParamsResponse) MarshalTo ¶
func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsResponse) MarshalToSizedBuffer ¶
func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) Reset ¶
func (m *QueryParamsResponse) Reset()
func (*QueryParamsResponse) Size ¶
func (m *QueryParamsResponse) Size() (n int)
func (*QueryParamsResponse) String ¶
func (m *QueryParamsResponse) String() string
func (*QueryParamsResponse) Unmarshal ¶
func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryParamsResponse) XXX_DiscardUnknown ¶
func (m *QueryParamsResponse) XXX_DiscardUnknown()
func (*QueryParamsResponse) XXX_Marshal ¶
func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsResponse) XXX_Merge ¶
func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
func (*QueryParamsResponse) XXX_Size ¶
func (m *QueryParamsResponse) XXX_Size() int
func (*QueryParamsResponse) XXX_Unmarshal ¶
func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
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) }
QueryServer is the server API for Query service.
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"` Status Request_Status `protobuf:"varint,6,opt,name=status,proto3,enum=network.launch.v1.Request_Status" json:"status,omitempty"` }
func (*Request) Descriptor ¶
func (*Request) GetContent ¶
func (m *Request) GetContent() RequestContent
func (*Request) GetCreatedAt ¶
func (*Request) GetCreator ¶
func (*Request) GetLaunchId ¶
func (*Request) GetRequestId ¶
func (*Request) GetStatus ¶
func (m *Request) GetStatus() Request_Status
func (*Request) MarshalToSizedBuffer ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_Unmarshal ¶
type RequestContent ¶
type RequestContent struct { // Types that are valid to be assigned to Content: // *RequestContent_GenesisAccount // *RequestContent_VestingAccount // *RequestContent_GenesisValidator // *RequestContent_AccountRemoval // *RequestContent_ValidatorRemoval // *RequestContent_ParamChange Content isRequestContent_Content `protobuf_oneof:"content"` }
func NewAccountRemoval ¶
func NewAccountRemoval(address string) RequestContent
NewAccountRemoval returns a RequestContent containing an AccountRemoval
func NewGenesisAccount ¶
func NewGenesisAccount(launchID uint64, address string, coins sdk.Coins) RequestContent
NewGenesisAccount returns a RequestContent containing an GenesisAccount
func NewGenesisValidator ¶
func NewGenesisValidator( launchID uint64, address string, genTx, consPubKey []byte, selfDelegation sdk.Coin, peer Peer, ) RequestContent
NewGenesisValidator returns a RequestContent containing a GenesisValidator
func NewParamChange ¶
func NewParamChange(launchID uint64, module, param string, value []byte) RequestContent
NewParamChange returns a RequestContent containing a ParamChange
func NewValidatorRemoval ¶
func NewValidatorRemoval(address string) RequestContent
NewValidatorRemoval returns a RequestContent containing a ValidatorRemoval
func NewVestingAccount ¶
func NewVestingAccount(launchID uint64, address string, vestingOptions VestingOptions) RequestContent
NewVestingAccount returns a RequestContent containing a VestingAccount
func (*RequestContent) Descriptor ¶
func (*RequestContent) Descriptor() ([]byte, []int)
func (*RequestContent) GetAccountRemoval ¶
func (m *RequestContent) GetAccountRemoval() *AccountRemoval
func (*RequestContent) GetContent ¶
func (m *RequestContent) GetContent() isRequestContent_Content
func (*RequestContent) GetGenesisAccount ¶
func (m *RequestContent) GetGenesisAccount() *GenesisAccount
func (*RequestContent) GetGenesisValidator ¶
func (m *RequestContent) GetGenesisValidator() *GenesisValidator
func (*RequestContent) GetParamChange ¶
func (m *RequestContent) GetParamChange() *ParamChange
func (*RequestContent) GetValidatorRemoval ¶
func (m *RequestContent) GetValidatorRemoval() *ValidatorRemoval
func (*RequestContent) GetVestingAccount ¶
func (m *RequestContent) GetVestingAccount() *VestingAccount
func (RequestContent) IsValidForMainnet ¶
func (m RequestContent) IsValidForMainnet() error
func (*RequestContent) Marshal ¶
func (m *RequestContent) Marshal() (dAtA []byte, err error)
func (*RequestContent) MarshalToSizedBuffer ¶
func (m *RequestContent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent) ProtoMessage ¶
func (*RequestContent) ProtoMessage()
func (*RequestContent) Reset ¶
func (m *RequestContent) Reset()
func (*RequestContent) Size ¶
func (m *RequestContent) Size() (n int)
func (*RequestContent) String ¶
func (m *RequestContent) String() string
func (*RequestContent) Unmarshal ¶
func (m *RequestContent) Unmarshal(dAtA []byte) error
func (RequestContent) Validate ¶
func (m RequestContent) Validate(launchID uint64) error
func (*RequestContent) XXX_DiscardUnknown ¶
func (m *RequestContent) XXX_DiscardUnknown()
func (*RequestContent) XXX_Marshal ¶
func (m *RequestContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestContent) XXX_Merge ¶
func (m *RequestContent) XXX_Merge(src proto.Message)
func (*RequestContent) XXX_OneofWrappers ¶
func (*RequestContent) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*RequestContent) XXX_Size ¶
func (m *RequestContent) XXX_Size() int
func (*RequestContent) XXX_Unmarshal ¶
func (m *RequestContent) XXX_Unmarshal(b []byte) error
type RequestContent_AccountRemoval ¶
type RequestContent_AccountRemoval struct {
AccountRemoval *AccountRemoval `protobuf:"bytes,4,opt,name=account_removal,json=accountRemoval,proto3,oneof" json:"account_removal,omitempty"`
}
func (*RequestContent_AccountRemoval) MarshalTo ¶
func (m *RequestContent_AccountRemoval) MarshalTo(dAtA []byte) (int, error)
func (*RequestContent_AccountRemoval) MarshalToSizedBuffer ¶
func (m *RequestContent_AccountRemoval) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent_AccountRemoval) Size ¶
func (m *RequestContent_AccountRemoval) Size() (n int)
type RequestContent_GenesisAccount ¶
type RequestContent_GenesisAccount struct {
GenesisAccount *GenesisAccount `protobuf:"bytes,1,opt,name=genesis_account,json=genesisAccount,proto3,oneof" json:"genesis_account,omitempty"`
}
func (*RequestContent_GenesisAccount) MarshalTo ¶
func (m *RequestContent_GenesisAccount) MarshalTo(dAtA []byte) (int, error)
func (*RequestContent_GenesisAccount) MarshalToSizedBuffer ¶
func (m *RequestContent_GenesisAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent_GenesisAccount) Size ¶
func (m *RequestContent_GenesisAccount) Size() (n int)
type RequestContent_GenesisValidator ¶
type RequestContent_GenesisValidator struct {
GenesisValidator *GenesisValidator `protobuf:"bytes,3,opt,name=genesis_validator,json=genesisValidator,proto3,oneof" json:"genesis_validator,omitempty"`
}
func (*RequestContent_GenesisValidator) MarshalTo ¶
func (m *RequestContent_GenesisValidator) MarshalTo(dAtA []byte) (int, error)
func (*RequestContent_GenesisValidator) MarshalToSizedBuffer ¶
func (m *RequestContent_GenesisValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent_GenesisValidator) Size ¶
func (m *RequestContent_GenesisValidator) Size() (n int)
type RequestContent_ParamChange ¶
type RequestContent_ParamChange struct {
ParamChange *ParamChange `protobuf:"bytes,6,opt,name=param_change,json=paramChange,proto3,oneof" json:"param_change,omitempty"`
}
func (*RequestContent_ParamChange) MarshalTo ¶
func (m *RequestContent_ParamChange) MarshalTo(dAtA []byte) (int, error)
func (*RequestContent_ParamChange) MarshalToSizedBuffer ¶
func (m *RequestContent_ParamChange) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent_ParamChange) Size ¶
func (m *RequestContent_ParamChange) Size() (n int)
type RequestContent_ValidatorRemoval ¶
type RequestContent_ValidatorRemoval struct {
ValidatorRemoval *ValidatorRemoval `protobuf:"bytes,5,opt,name=validator_removal,json=validatorRemoval,proto3,oneof" json:"validator_removal,omitempty"`
}
func (*RequestContent_ValidatorRemoval) MarshalTo ¶
func (m *RequestContent_ValidatorRemoval) MarshalTo(dAtA []byte) (int, error)
func (*RequestContent_ValidatorRemoval) MarshalToSizedBuffer ¶
func (m *RequestContent_ValidatorRemoval) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent_ValidatorRemoval) Size ¶
func (m *RequestContent_ValidatorRemoval) Size() (n int)
type RequestContent_VestingAccount ¶
type RequestContent_VestingAccount struct {
VestingAccount *VestingAccount `protobuf:"bytes,2,opt,name=vesting_account,json=vestingAccount,proto3,oneof" json:"vesting_account,omitempty"`
}
func (*RequestContent_VestingAccount) MarshalTo ¶
func (m *RequestContent_VestingAccount) MarshalTo(dAtA []byte) (int, error)
func (*RequestContent_VestingAccount) MarshalToSizedBuffer ¶
func (m *RequestContent_VestingAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestContent_VestingAccount) Size ¶
func (m *RequestContent_VestingAccount) Size() (n int)
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"` }
func (*RequestCounter) Descriptor ¶
func (*RequestCounter) Descriptor() ([]byte, []int)
func (*RequestCounter) GetCounter ¶
func (m *RequestCounter) GetCounter() uint64
func (*RequestCounter) GetLaunchId ¶
func (m *RequestCounter) GetLaunchId() uint64
func (*RequestCounter) Marshal ¶
func (m *RequestCounter) Marshal() (dAtA []byte, err error)
func (*RequestCounter) MarshalToSizedBuffer ¶
func (m *RequestCounter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestCounter) ProtoMessage ¶
func (*RequestCounter) ProtoMessage()
func (*RequestCounter) Reset ¶
func (m *RequestCounter) Reset()
func (*RequestCounter) Size ¶
func (m *RequestCounter) Size() (n int)
func (*RequestCounter) String ¶
func (m *RequestCounter) String() string
func (*RequestCounter) Unmarshal ¶
func (m *RequestCounter) Unmarshal(dAtA []byte) error
func (*RequestCounter) XXX_DiscardUnknown ¶
func (m *RequestCounter) XXX_DiscardUnknown()
func (*RequestCounter) XXX_Marshal ¶
func (m *RequestCounter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestCounter) XXX_Merge ¶
func (m *RequestCounter) XXX_Merge(src proto.Message)
func (*RequestCounter) XXX_Size ¶
func (m *RequestCounter) XXX_Size() int
func (*RequestCounter) XXX_Unmarshal ¶
func (m *RequestCounter) XXX_Unmarshal(b []byte) error
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) EnumDescriptor ¶
func (Request_Status) EnumDescriptor() ([]byte, []int)
func (Request_Status) String ¶
func (x Request_Status) String() string
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) CreateChain ¶
func (*UnimplementedMsgServer) CreateChain(ctx context.Context, req *MsgCreateChain) (*MsgCreateChainResponse, error)
func (*UnimplementedMsgServer) EditChain ¶
func (*UnimplementedMsgServer) EditChain(ctx context.Context, req *MsgEditChain) (*MsgEditChainResponse, error)
func (*UnimplementedMsgServer) RevertLaunch ¶
func (*UnimplementedMsgServer) RevertLaunch(ctx context.Context, req *MsgRevertLaunch) (*MsgRevertLaunchResponse, error)
func (*UnimplementedMsgServer) SendRequest ¶
func (*UnimplementedMsgServer) SendRequest(ctx context.Context, req *MsgSendRequest) (*MsgSendRequestResponse, error)
func (*UnimplementedMsgServer) SettleRequest ¶
func (*UnimplementedMsgServer) SettleRequest(ctx context.Context, req *MsgSettleRequest) (*MsgSettleRequestResponse, error)
func (*UnimplementedMsgServer) TriggerLaunch ¶
func (*UnimplementedMsgServer) TriggerLaunch(ctx context.Context, req *MsgTriggerLaunch) (*MsgTriggerLaunchResponse, error)
func (*UnimplementedMsgServer) UpdateLaunchInformation ¶
func (*UnimplementedMsgServer) UpdateLaunchInformation(ctx context.Context, req *MsgUpdateLaunchInformation) (*MsgUpdateLaunchInformationResponse, error)
func (*UnimplementedMsgServer) UpdateParams ¶
func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) GetChain ¶
func (*UnimplementedQueryServer) GetChain(ctx context.Context, req *QueryGetChainRequest) (*QueryGetChainResponse, error)
func (*UnimplementedQueryServer) GetGenesisAccount ¶
func (*UnimplementedQueryServer) GetGenesisAccount(ctx context.Context, req *QueryGetGenesisAccountRequest) (*QueryGetGenesisAccountResponse, error)
func (*UnimplementedQueryServer) GetGenesisValidator ¶
func (*UnimplementedQueryServer) GetGenesisValidator(ctx context.Context, req *QueryGetGenesisValidatorRequest) (*QueryGetGenesisValidatorResponse, error)
func (*UnimplementedQueryServer) GetRequest ¶
func (*UnimplementedQueryServer) GetRequest(ctx context.Context, req *QueryGetRequestRequest) (*QueryGetRequestResponse, error)
func (*UnimplementedQueryServer) GetVestingAccount ¶
func (*UnimplementedQueryServer) GetVestingAccount(ctx context.Context, req *QueryGetVestingAccountRequest) (*QueryGetVestingAccountResponse, error)
func (*UnimplementedQueryServer) ListChain ¶
func (*UnimplementedQueryServer) ListChain(ctx context.Context, req *QueryAllChainRequest) (*QueryAllChainResponse, error)
func (*UnimplementedQueryServer) ListGenesisAccount ¶
func (*UnimplementedQueryServer) ListGenesisAccount(ctx context.Context, req *QueryAllGenesisAccountRequest) (*QueryAllGenesisAccountResponse, error)
func (*UnimplementedQueryServer) ListGenesisValidator ¶
func (*UnimplementedQueryServer) ListGenesisValidator(ctx context.Context, req *QueryAllGenesisValidatorRequest) (*QueryAllGenesisValidatorResponse, error)
func (*UnimplementedQueryServer) ListParamChange ¶
func (*UnimplementedQueryServer) ListParamChange(ctx context.Context, req *QueryAllParamChangeRequest) (*QueryAllParamChangeResponse, error)
func (*UnimplementedQueryServer) ListRequest ¶
func (*UnimplementedQueryServer) ListRequest(ctx context.Context, req *QueryAllRequestRequest) (*QueryAllRequestResponse, error)
func (*UnimplementedQueryServer) ListVestingAccount ¶
func (*UnimplementedQueryServer) ListVestingAccount(ctx context.Context, req *QueryAllVestingAccountRequest) (*QueryAllVestingAccountResponse, error)
func (*UnimplementedQueryServer) Params ¶
func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
type ValidatorRemoval ¶
type ValidatorRemoval struct {
ValAddress string `protobuf:"bytes,1,opt,name=valAddress,proto3" json:"valAddress,omitempty"`
}
func (*ValidatorRemoval) Descriptor ¶
func (*ValidatorRemoval) Descriptor() ([]byte, []int)
func (*ValidatorRemoval) GetValAddress ¶
func (m *ValidatorRemoval) GetValAddress() string
func (*ValidatorRemoval) Marshal ¶
func (m *ValidatorRemoval) Marshal() (dAtA []byte, err error)
func (*ValidatorRemoval) MarshalToSizedBuffer ¶
func (m *ValidatorRemoval) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValidatorRemoval) ProtoMessage ¶
func (*ValidatorRemoval) ProtoMessage()
func (*ValidatorRemoval) Reset ¶
func (m *ValidatorRemoval) Reset()
func (*ValidatorRemoval) Size ¶
func (m *ValidatorRemoval) Size() (n int)
func (*ValidatorRemoval) String ¶
func (m *ValidatorRemoval) String() string
func (*ValidatorRemoval) Unmarshal ¶
func (m *ValidatorRemoval) Unmarshal(dAtA []byte) error
func (ValidatorRemoval) Validate ¶
func (m ValidatorRemoval) Validate() error
Validate implements ValidatorRemoval validation
func (*ValidatorRemoval) XXX_DiscardUnknown ¶
func (m *ValidatorRemoval) XXX_DiscardUnknown()
func (*ValidatorRemoval) XXX_Marshal ¶
func (m *ValidatorRemoval) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidatorRemoval) XXX_Merge ¶
func (m *ValidatorRemoval) XXX_Merge(src proto.Message)
func (*ValidatorRemoval) XXX_Size ¶
func (m *ValidatorRemoval) XXX_Size() int
func (*ValidatorRemoval) XXX_Unmarshal ¶
func (m *ValidatorRemoval) XXX_Unmarshal(b []byte) error
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"` }
func (*VestingAccount) Descriptor ¶
func (*VestingAccount) Descriptor() ([]byte, []int)
func (*VestingAccount) GetAddress ¶
func (m *VestingAccount) GetAddress() string
func (*VestingAccount) GetLaunchId ¶
func (m *VestingAccount) GetLaunchId() uint64
func (*VestingAccount) GetVestingOptions ¶
func (m *VestingAccount) GetVestingOptions() VestingOptions
func (*VestingAccount) Marshal ¶
func (m *VestingAccount) Marshal() (dAtA []byte, err error)
func (*VestingAccount) MarshalToSizedBuffer ¶
func (m *VestingAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VestingAccount) ProtoMessage ¶
func (*VestingAccount) ProtoMessage()
func (*VestingAccount) Reset ¶
func (m *VestingAccount) Reset()
func (*VestingAccount) Size ¶
func (m *VestingAccount) Size() (n int)
func (*VestingAccount) String ¶
func (m *VestingAccount) String() string
func (*VestingAccount) Unmarshal ¶
func (m *VestingAccount) Unmarshal(dAtA []byte) error
func (VestingAccount) Validate ¶
func (m VestingAccount) Validate(launchID uint64) error
Validate implements VestingAccount validation
func (*VestingAccount) XXX_DiscardUnknown ¶
func (m *VestingAccount) XXX_DiscardUnknown()
func (*VestingAccount) XXX_Marshal ¶
func (m *VestingAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VestingAccount) XXX_Merge ¶
func (m *VestingAccount) XXX_Merge(src proto.Message)
func (*VestingAccount) XXX_Size ¶
func (m *VestingAccount) XXX_Size() int
func (*VestingAccount) XXX_Unmarshal ¶
func (m *VestingAccount) XXX_Unmarshal(b []byte) error
type VestingOptions ¶
type VestingOptions struct { // Types that are valid to be assigned to Options: // *VestingOptions_DelayedVesting Options isVestingOptions_Options `protobuf_oneof:"options"` }
func NewDelayedVesting ¶
func NewDelayedVesting(totalBalance, vesting sdk.Coins, endTime time.Time) *VestingOptions
func (*VestingOptions) Descriptor ¶
func (*VestingOptions) Descriptor() ([]byte, []int)
func (*VestingOptions) GetDelayedVesting ¶
func (m *VestingOptions) GetDelayedVesting() *DelayedVesting
func (*VestingOptions) GetOptions ¶
func (m *VestingOptions) GetOptions() isVestingOptions_Options
func (*VestingOptions) Marshal ¶
func (m *VestingOptions) Marshal() (dAtA []byte, err error)
func (*VestingOptions) MarshalToSizedBuffer ¶
func (m *VestingOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VestingOptions) ProtoMessage ¶
func (*VestingOptions) ProtoMessage()
func (*VestingOptions) Reset ¶
func (m *VestingOptions) Reset()
func (*VestingOptions) Size ¶
func (m *VestingOptions) Size() (n int)
func (*VestingOptions) String ¶
func (m *VestingOptions) String() string
func (*VestingOptions) Unmarshal ¶
func (m *VestingOptions) Unmarshal(dAtA []byte) error
func (VestingOptions) Validate ¶
func (m VestingOptions) Validate() error
Validate check the DelayedVesting object
func (*VestingOptions) XXX_DiscardUnknown ¶
func (m *VestingOptions) XXX_DiscardUnknown()
func (*VestingOptions) XXX_Marshal ¶
func (m *VestingOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VestingOptions) XXX_Merge ¶
func (m *VestingOptions) XXX_Merge(src proto.Message)
func (*VestingOptions) XXX_OneofWrappers ¶
func (*VestingOptions) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*VestingOptions) XXX_Size ¶
func (m *VestingOptions) XXX_Size() int
func (*VestingOptions) XXX_Unmarshal ¶
func (m *VestingOptions) XXX_Unmarshal(b []byte) error
type VestingOptions_DelayedVesting ¶
type VestingOptions_DelayedVesting struct {
DelayedVesting *DelayedVesting `protobuf:"bytes,1,opt,name=delayed_vesting,json=delayedVesting,proto3,oneof" json:"delayed_vesting,omitempty"`
}
func (*VestingOptions_DelayedVesting) MarshalTo ¶
func (m *VestingOptions_DelayedVesting) MarshalTo(dAtA []byte) (int, error)
func (*VestingOptions_DelayedVesting) MarshalToSizedBuffer ¶
func (m *VestingOptions_DelayedVesting) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VestingOptions_DelayedVesting) Size ¶
func (m *VestingOptions_DelayedVesting) Size() (n int)
Source Files
¶
- chain.go
- chain.pb.go
- codec.go
- errors.go
- events.pb.go
- expected_keepers.go
- genesis.go
- genesis.pb.go
- genesis_account.pb.go
- genesis_validator.pb.go
- hooks.go
- initial_genesis.go
- initial_genesis.pb.go
- keys.go
- msgs.go
- param_change.pb.go
- params.go
- params.pb.go
- peer.go
- query.pb.go
- query.pb.gw.go
- request.pb.go
- request_content.go
- request_content.pb.go
- tx.pb.go
- types.go
- vesting_account.pb.go
- vesting_options.go