Versions in this module Expand all Collapse all v0 v0.9.9 Aug 21, 2021 Changes in this version + const ChainIDSeparator + const ChainKeyPrefix + const ChainNameCountKeyPrefix + const ChainNameMaxLength + const DefaultIndex + const GenesisAccountKeyPrefix + const GenesisValidatorKeyPrefix + const HashLength + const MemStoreKey + const ModuleName + const QuerierRoute + const RequestCountKeyPrefix + const RequestKeyPrefix + const RevertDelay + const RouterKey + const StoreKey + const VestedAccountKeyPrefix + var Amino = codec.NewLegacyAmino() + var DefaultMaxLaunchTime = uint64(time.Hour.Seconds() * 24 * 7) + var DefaultMinLaunchTime = uint64(time.Hour.Seconds() * 24) + var ErrAccountAlreadyExist = sdkerrors.Register(ModuleName, 20, "account already exists") + var ErrAccountNotFound = sdkerrors.Register(ModuleName, 21, "account not found") + var ErrChainInactive = sdkerrors.Register(ModuleName, 24, "the chain is inactive") + var ErrChainNotFound = sdkerrors.Register(ModuleName, 1, "chain not found") + var ErrCodecNotPacked = sdkerrors.Register(ModuleName, 5, "codec value couldn't be packed") + var ErrIntOverflowChain = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesisAccount = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesisValidator = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowRequest = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowVestedAccount = fmt.Errorf("proto: integer overflow") + var ErrInvalidAccountOption = sdkerrors.Register(ModuleName, 9, "invalid account option") + var ErrInvalidChainID = sdkerrors.Register(ModuleName, 3, "the chain id is invalid") + var ErrInvalidChainName = sdkerrors.Register(ModuleName, 2, "the chain name is invalid") + var ErrInvalidCoins = sdkerrors.Register(ModuleName, 8, "the coin list is invalid") + var ErrInvalidConsPubKey = sdkerrors.Register(ModuleName, 16, "the consensus public key is invalid") + var ErrInvalidGenTx = sdkerrors.Register(ModuleName, 17, "the gentx is invalid") + var ErrInvalidInitialGenesis = sdkerrors.Register(ModuleName, 4, "the initial genesis is invalid") + var ErrInvalidLengthChain = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesisAccount = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesisValidator = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthRequest = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthVestedAccount = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidPeer = sdkerrors.Register(ModuleName, 19, "the peer is invalid") + var ErrInvalidSelfDelegation = sdkerrors.Register(ModuleName, 18, "the self delegation is invalid") + var ErrInvalidTimestamp = sdkerrors.Register(ModuleName, 10, "timestamp must be greater than zero") + var ErrLaunchTimeTooHigh = sdkerrors.Register(ModuleName, 12, "the remaining time is above authorized launch time") + var ErrLaunchTimeTooLow = sdkerrors.Register(ModuleName, 11, "the remaining time is below authorized launch time") + var ErrNoAddressPermission = sdkerrors.Register(ModuleName, 7, ...) + var ErrNotTriggeredLaunch = sdkerrors.Register(ModuleName, 13, "the chain launch has not been triggered") + var ErrRequestNotFound = sdkerrors.Register(ModuleName, 15, "request not found") + var ErrRevertDelayNotReached = sdkerrors.Register(ModuleName, 14, "the revert delay has not been reached") + var ErrTriggeredLaunch = sdkerrors.Register(ModuleName, 6, "launch is triggered for the chain") + var ErrUnexpectedEndOfGroupChain = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesisAccount = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesisValidator = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupRequest = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupVestedAccount = fmt.Errorf("proto: unexpected end of group") + var ErrValidatorAlreadyExist = sdkerrors.Register(ModuleName, 22, "validator already exists") + var ErrValidatorNotFound = sdkerrors.Register(ModuleName, 23, "validator not found") + var KeyMaxLaunchTime = []byte("MaxLaunchTime") + var KeyMinLaunchTime = []byte("MinLaunchTime") + var MaxParametrableLaunchTime = uint64(time.Hour.Seconds() * 24 * 31) + var ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) + func ChainIDFromChainName(chainName string, chainNameCount uint64) string + func ChainKey(chainID string) []byte + func ChainNameCountKey(chainName string) []byte + func CheckChainName(chainName string) error + func GenesisAccountAllKey(chainID string) []byte + func GenesisAccountKey(chainID, address string) []byte + func GenesisURLHash(content string) string + func GenesisValidatorAllKey(chainID string) []byte + func GenesisValidatorKey(chainID, address string) []byte + func KeyPrefix(p string) []byte + func ParamKeyTable() paramtypes.KeyTable + func ParseChainID(chainID string) (string, uint64, error) + func RegisterCodec(cdc *codec.LegacyAmino) + 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) + func RequestCountKey(chainID string) []byte + func RequestKey(chainID string, requestID uint64) []byte + func RequestPoolKey(chainID string) []byte + func VestedAccountAllKey(chainID string) []byte + func VestedAccountKey(chainID, address string) []byte + type AccountRemoval struct + Address string + func (*AccountRemoval) Descriptor() ([]byte, []int) + func (*AccountRemoval) ProtoMessage() + func (c AccountRemoval) Validate() error + 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 (m *AccountRemoval) Reset() + func (m *AccountRemoval) Size() (n int) + func (m *AccountRemoval) String() string + func (m *AccountRemoval) Unmarshal(dAtA []byte) 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 Chain struct + ChainID string + CoordinatorID uint64 + CreatedAt int64 + InitialGenesis *types.Any + LaunchTimestamp int64 + LaunchTriggered bool + SourceHash string + SourceURL string + func (*Chain) Descriptor() ([]byte, []int) + func (*Chain) ProtoMessage() + func (c Chain) GetDefaultInitialGenesis(unpacker codec.AnyUnpacker) (*DefaultInitialGenesis, error) + func (c Chain) GetGenesisURL(unpacker codec.AnyUnpacker) (*GenesisURL, error) + func (m *Chain) GetChainID() string + func (m *Chain) GetCoordinatorID() uint64 + func (m *Chain) GetCreatedAt() int64 + func (m *Chain) GetInitialGenesis() *types.Any + func (m *Chain) GetLaunchTimestamp() int64 + func (m *Chain) GetLaunchTriggered() bool + 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 (m *Chain) Reset() + func (m *Chain) Size() (n int) + func (m *Chain) String() string + func (m *Chain) Unmarshal(dAtA []byte) 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 ChainNameCount struct + ChainName string + Count uint64 + func (*ChainNameCount) Descriptor() ([]byte, []int) + func (*ChainNameCount) ProtoMessage() + func (m *ChainNameCount) GetChainName() string + func (m *ChainNameCount) GetCount() uint64 + func (m *ChainNameCount) Marshal() (dAtA []byte, err error) + func (m *ChainNameCount) MarshalTo(dAtA []byte) (int, error) + func (m *ChainNameCount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ChainNameCount) Reset() + func (m *ChainNameCount) Size() (n int) + func (m *ChainNameCount) String() string + func (m *ChainNameCount) Unmarshal(dAtA []byte) error + func (m *ChainNameCount) XXX_DiscardUnknown() + func (m *ChainNameCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChainNameCount) XXX_Merge(src proto.Message) + func (m *ChainNameCount) XXX_Size() int + func (m *ChainNameCount) XXX_Unmarshal(b []byte) error + type DefaultInitialGenesis struct + func (*DefaultInitialGenesis) Descriptor() ([]byte, []int) + func (*DefaultInitialGenesis) ProtoMessage() + func (DefaultInitialGenesis) Validate() error + 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 (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 struct + EndTime int64 + Vesting github_com_cosmos_cosmos_sdk_types.Coins + func (*DelayedVesting) Descriptor() ([]byte, []int) + func (*DelayedVesting) ProtoMessage() + func (g DelayedVesting) Validate() error + func (m *DelayedVesting) GetEndTime() int64 + 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 (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 GenesisAccount struct + Address string + ChainID string + Coins github_com_cosmos_cosmos_sdk_types.Coins + func (*GenesisAccount) Descriptor() ([]byte, []int) + func (*GenesisAccount) ProtoMessage() + func (c GenesisAccount) Validate() error + func (m *GenesisAccount) GetAddress() string + func (m *GenesisAccount) GetChainID() string + func (m *GenesisAccount) GetCoins() github_com_cosmos_cosmos_sdk_types.Coins + 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 (m *GenesisAccount) Reset() + func (m *GenesisAccount) Size() (n int) + func (m *GenesisAccount) String() string + func (m *GenesisAccount) Unmarshal(dAtA []byte) 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 GenesisState struct + ChainList []Chain + ChainNameCountList []ChainNameCount + GenesisAccountList []GenesisAccount + GenesisValidatorList []GenesisValidator + Params Params + RequestCountList []RequestCount + RequestList []Request + VestedAccountList []VestedAccount + func DefaultGenesis() *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (gs GenesisState) Validate() error + func (m *GenesisState) GetChainList() []Chain + func (m *GenesisState) GetChainNameCountList() []ChainNameCount + func (m *GenesisState) GetGenesisAccountList() []GenesisAccount + func (m *GenesisState) GetGenesisValidatorList() []GenesisValidator + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetRequestCountList() []RequestCount + func (m *GenesisState) GetRequestList() []Request + func (m *GenesisState) GetVestedAccountList() []VestedAccount + 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 (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) 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 struct + Hash string + Url string + func (*GenesisURL) Descriptor() ([]byte, []int) + func (*GenesisURL) ProtoMessage() + func (g GenesisURL) Validate() error + 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 (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 struct + Address string + ChainID string + ConsPubKey []byte + GenTx []byte + Peer string + SelfDelegation types.Coin + func (*GenesisValidator) Descriptor() ([]byte, []int) + func (*GenesisValidator) ProtoMessage() + func (c GenesisValidator) Validate() error + func (m *GenesisValidator) GetAddress() string + func (m *GenesisValidator) GetChainID() string + func (m *GenesisValidator) GetConsPubKey() []byte + func (m *GenesisValidator) GetGenTx() []byte + func (m *GenesisValidator) GetPeer() string + 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 (m *GenesisValidator) Reset() + func (m *GenesisValidator) Size() (n int) + func (m *GenesisValidator) String() string + func (m *GenesisValidator) Unmarshal(dAtA []byte) 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 interface + Validate func() error + type MsgClient interface + CreateChain func(ctx context.Context, in *MsgCreateChain, opts ...grpc.CallOption) (*MsgCreateChainResponse, error) + EditChain func(ctx context.Context, in *MsgEditChain, opts ...grpc.CallOption) (*MsgEditChainResponse, error) + RequestAddAccount func(ctx context.Context, in *MsgRequestAddAccount, opts ...grpc.CallOption) (*MsgRequestResponse, error) + RequestAddValidator func(ctx context.Context, in *MsgRequestAddValidator, opts ...grpc.CallOption) (*MsgRequestResponse, error) + RequestAddVestedAccount func(ctx context.Context, in *MsgRequestAddVestedAccount, opts ...grpc.CallOption) (*MsgRequestResponse, error) + RequestRemoveAccount func(ctx context.Context, in *MsgRequestRemoveAccount, opts ...grpc.CallOption) (*MsgRequestResponse, error) + RequestRemoveValidator func(ctx context.Context, in *MsgRequestRemoveValidator, opts ...grpc.CallOption) (*MsgRequestResponse, error) + RevertLaunch func(ctx context.Context, in *MsgRevertLaunch, opts ...grpc.CallOption) (*MsgRevertLaunchResponse, error) + SettleRequest func(ctx context.Context, in *MsgSettleRequest, opts ...grpc.CallOption) (*MsgSettleRequestResponse, error) + TriggerLaunch func(ctx context.Context, in *MsgTriggerLaunch, opts ...grpc.CallOption) (*MsgTriggerLaunchResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgCreateChain struct + ChainName string + Coordinator string + GenesisHash string + GenesisURL string + SourceHash string + SourceURL string + func NewMsgCreateChain(coordinator string, chainName string, sourceURL string, sourceHash string, ...) *MsgCreateChain + func (*MsgCreateChain) Descriptor() ([]byte, []int) + func (*MsgCreateChain) ProtoMessage() + func (m *MsgCreateChain) GetChainName() string + func (m *MsgCreateChain) GetCoordinator() string + func (m *MsgCreateChain) GetGenesisHash() string + func (m *MsgCreateChain) GetGenesisURL() string + 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 (m *MsgCreateChain) Reset() + func (m *MsgCreateChain) Size() (n int) + func (m *MsgCreateChain) String() string + func (m *MsgCreateChain) Unmarshal(dAtA []byte) 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 + func (msg *MsgCreateChain) GetSignBytes() []byte + func (msg *MsgCreateChain) GetSigners() []sdk.AccAddress + func (msg *MsgCreateChain) Route() string + func (msg *MsgCreateChain) Type() string + func (msg *MsgCreateChain) ValidateBasic() error + type MsgCreateChainResponse struct + ChainID string + func (*MsgCreateChainResponse) Descriptor() ([]byte, []int) + func (*MsgCreateChainResponse) ProtoMessage() + func (m *MsgCreateChainResponse) GetChainID() string + 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 (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 struct + ChainID string + Coordinator string + InitialGenesis *types1.Any + SourceHash string + SourceURL string + func NewMsgEditChain(coordinator, chainID, sourceURL, sourceHash string, ...) *MsgEditChain + func (*MsgEditChain) Descriptor() ([]byte, []int) + func (*MsgEditChain) ProtoMessage() + func (m *MsgEditChain) GetChainID() string + func (m *MsgEditChain) GetCoordinator() string + func (m *MsgEditChain) GetInitialGenesis() *types1.Any + func (m *MsgEditChain) GetSourceHash() string + func (m *MsgEditChain) GetSourceURL() string + 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 (m *MsgEditChain) Reset() + func (m *MsgEditChain) Size() (n int) + func (m *MsgEditChain) String() string + func (m *MsgEditChain) Unmarshal(dAtA []byte) 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 + func (msg *MsgEditChain) GetSignBytes() []byte + func (msg *MsgEditChain) GetSigners() []sdk.AccAddress + func (msg *MsgEditChain) Route() string + func (msg *MsgEditChain) Type() string + func (msg *MsgEditChain) ValidateBasic() error + type MsgEditChainResponse struct + func (*MsgEditChainResponse) Descriptor() ([]byte, []int) + func (*MsgEditChainResponse) ProtoMessage() + 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 (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 MsgRequestAddAccount struct + Address string + ChainID string + Coins github_com_cosmos_cosmos_sdk_types.Coins + func NewMsgRequestAddAccount(address, chainID string, coins sdk.Coins) *MsgRequestAddAccount + func (*MsgRequestAddAccount) Descriptor() ([]byte, []int) + func (*MsgRequestAddAccount) ProtoMessage() + func (m *MsgRequestAddAccount) GetAddress() string + func (m *MsgRequestAddAccount) GetChainID() string + func (m *MsgRequestAddAccount) GetCoins() github_com_cosmos_cosmos_sdk_types.Coins + func (m *MsgRequestAddAccount) Marshal() (dAtA []byte, err error) + func (m *MsgRequestAddAccount) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRequestAddAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRequestAddAccount) Reset() + func (m *MsgRequestAddAccount) Size() (n int) + func (m *MsgRequestAddAccount) String() string + func (m *MsgRequestAddAccount) Unmarshal(dAtA []byte) error + func (m *MsgRequestAddAccount) XXX_DiscardUnknown() + func (m *MsgRequestAddAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRequestAddAccount) XXX_Merge(src proto.Message) + func (m *MsgRequestAddAccount) XXX_Size() int + func (m *MsgRequestAddAccount) XXX_Unmarshal(b []byte) error + func (msg *MsgRequestAddAccount) GetSignBytes() []byte + func (msg *MsgRequestAddAccount) GetSigners() []sdk.AccAddress + func (msg *MsgRequestAddAccount) Route() string + func (msg *MsgRequestAddAccount) Type() string + func (msg *MsgRequestAddAccount) ValidateBasic() error + type MsgRequestAddValidator struct + ChainID string + ConsPubKey []byte + GenTx []byte + Peer string + SelfDelegation types.Coin + ValAddress string + func NewMsgRequestAddValidator(valAddress, chainID string, genTx, consPubKey []byte, selfDelegation sdk.Coin, ...) *MsgRequestAddValidator + func (*MsgRequestAddValidator) Descriptor() ([]byte, []int) + func (*MsgRequestAddValidator) ProtoMessage() + func (m *MsgRequestAddValidator) GetChainID() string + func (m *MsgRequestAddValidator) GetConsPubKey() []byte + func (m *MsgRequestAddValidator) GetGenTx() []byte + func (m *MsgRequestAddValidator) GetPeer() string + func (m *MsgRequestAddValidator) GetSelfDelegation() types.Coin + func (m *MsgRequestAddValidator) GetValAddress() string + func (m *MsgRequestAddValidator) Marshal() (dAtA []byte, err error) + func (m *MsgRequestAddValidator) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRequestAddValidator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRequestAddValidator) Reset() + func (m *MsgRequestAddValidator) Size() (n int) + func (m *MsgRequestAddValidator) String() string + func (m *MsgRequestAddValidator) Unmarshal(dAtA []byte) error + func (m *MsgRequestAddValidator) XXX_DiscardUnknown() + func (m *MsgRequestAddValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRequestAddValidator) XXX_Merge(src proto.Message) + func (m *MsgRequestAddValidator) XXX_Size() int + func (m *MsgRequestAddValidator) XXX_Unmarshal(b []byte) error + func (msg *MsgRequestAddValidator) GetSignBytes() []byte + func (msg *MsgRequestAddValidator) GetSigners() []sdk.AccAddress + func (msg *MsgRequestAddValidator) Route() string + func (msg *MsgRequestAddValidator) Type() string + func (msg *MsgRequestAddValidator) ValidateBasic() error + type MsgRequestAddVestedAccount struct + Address string + ChainID string + Options *types1.Any + StartingBalance github_com_cosmos_cosmos_sdk_types.Coins + func NewMsgRequestAddVestedAccount(address string, chainID string, coins sdk.Coins, options *types.Any) *MsgRequestAddVestedAccount + func (*MsgRequestAddVestedAccount) Descriptor() ([]byte, []int) + func (*MsgRequestAddVestedAccount) ProtoMessage() + func (m *MsgRequestAddVestedAccount) GetAddress() string + func (m *MsgRequestAddVestedAccount) GetChainID() string + func (m *MsgRequestAddVestedAccount) GetOptions() *types1.Any + func (m *MsgRequestAddVestedAccount) GetStartingBalance() github_com_cosmos_cosmos_sdk_types.Coins + func (m *MsgRequestAddVestedAccount) Marshal() (dAtA []byte, err error) + func (m *MsgRequestAddVestedAccount) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRequestAddVestedAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRequestAddVestedAccount) Reset() + func (m *MsgRequestAddVestedAccount) Size() (n int) + func (m *MsgRequestAddVestedAccount) String() string + func (m *MsgRequestAddVestedAccount) Unmarshal(dAtA []byte) error + func (m *MsgRequestAddVestedAccount) XXX_DiscardUnknown() + func (m *MsgRequestAddVestedAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRequestAddVestedAccount) XXX_Merge(src proto.Message) + func (m *MsgRequestAddVestedAccount) XXX_Size() int + func (m *MsgRequestAddVestedAccount) XXX_Unmarshal(b []byte) error + func (msg *MsgRequestAddVestedAccount) GetSignBytes() []byte + func (msg *MsgRequestAddVestedAccount) GetSigners() []sdk.AccAddress + func (msg *MsgRequestAddVestedAccount) Route() string + func (msg *MsgRequestAddVestedAccount) Type() string + func (msg *MsgRequestAddVestedAccount) ValidateBasic() error + type MsgRequestRemoveAccount struct + Address string + ChainID string + Creator string + func NewMsgRequestRemoveAccount(chainID, creator, address string) *MsgRequestRemoveAccount + func (*MsgRequestRemoveAccount) Descriptor() ([]byte, []int) + func (*MsgRequestRemoveAccount) ProtoMessage() + func (m *MsgRequestRemoveAccount) GetAddress() string + func (m *MsgRequestRemoveAccount) GetChainID() string + func (m *MsgRequestRemoveAccount) GetCreator() string + func (m *MsgRequestRemoveAccount) Marshal() (dAtA []byte, err error) + func (m *MsgRequestRemoveAccount) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRequestRemoveAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRequestRemoveAccount) Reset() + func (m *MsgRequestRemoveAccount) Size() (n int) + func (m *MsgRequestRemoveAccount) String() string + func (m *MsgRequestRemoveAccount) Unmarshal(dAtA []byte) error + func (m *MsgRequestRemoveAccount) XXX_DiscardUnknown() + func (m *MsgRequestRemoveAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRequestRemoveAccount) XXX_Merge(src proto.Message) + func (m *MsgRequestRemoveAccount) XXX_Size() int + func (m *MsgRequestRemoveAccount) XXX_Unmarshal(b []byte) error + func (msg *MsgRequestRemoveAccount) GetSignBytes() []byte + func (msg *MsgRequestRemoveAccount) GetSigners() []sdk.AccAddress + func (msg *MsgRequestRemoveAccount) Route() string + func (msg *MsgRequestRemoveAccount) Type() string + func (msg *MsgRequestRemoveAccount) ValidateBasic() error + type MsgRequestRemoveValidator struct + ChainID string + Creator string + ValidatorAddress string + func NewMsgRequestRemoveValidator(chainID, creator, validatorAddress string) *MsgRequestRemoveValidator + func (*MsgRequestRemoveValidator) Descriptor() ([]byte, []int) + func (*MsgRequestRemoveValidator) ProtoMessage() + func (m *MsgRequestRemoveValidator) GetChainID() string + func (m *MsgRequestRemoveValidator) GetCreator() string + func (m *MsgRequestRemoveValidator) GetValidatorAddress() string + func (m *MsgRequestRemoveValidator) Marshal() (dAtA []byte, err error) + func (m *MsgRequestRemoveValidator) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRequestRemoveValidator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRequestRemoveValidator) Reset() + func (m *MsgRequestRemoveValidator) Size() (n int) + func (m *MsgRequestRemoveValidator) String() string + func (m *MsgRequestRemoveValidator) Unmarshal(dAtA []byte) error + func (m *MsgRequestRemoveValidator) XXX_DiscardUnknown() + func (m *MsgRequestRemoveValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRequestRemoveValidator) XXX_Merge(src proto.Message) + func (m *MsgRequestRemoveValidator) XXX_Size() int + func (m *MsgRequestRemoveValidator) XXX_Unmarshal(b []byte) error + func (msg *MsgRequestRemoveValidator) GetSignBytes() []byte + func (msg *MsgRequestRemoveValidator) GetSigners() []sdk.AccAddress + func (msg *MsgRequestRemoveValidator) Route() string + func (msg *MsgRequestRemoveValidator) Type() string + func (msg *MsgRequestRemoveValidator) ValidateBasic() error + type MsgRequestResponse struct + AutoApproved bool + RequestID uint64 + func (*MsgRequestResponse) Descriptor() ([]byte, []int) + func (*MsgRequestResponse) ProtoMessage() + func (m *MsgRequestResponse) GetAutoApproved() bool + func (m *MsgRequestResponse) GetRequestID() uint64 + func (m *MsgRequestResponse) Marshal() (dAtA []byte, err error) + func (m *MsgRequestResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRequestResponse) Reset() + func (m *MsgRequestResponse) Size() (n int) + func (m *MsgRequestResponse) String() string + func (m *MsgRequestResponse) Unmarshal(dAtA []byte) error + func (m *MsgRequestResponse) XXX_DiscardUnknown() + func (m *MsgRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRequestResponse) XXX_Merge(src proto.Message) + func (m *MsgRequestResponse) XXX_Size() int + func (m *MsgRequestResponse) XXX_Unmarshal(b []byte) error + type MsgRevertLaunch struct + ChainID string + Coordinator string + func NewMsgRevertLaunch(coordinator string, chainID string) *MsgRevertLaunch + func (*MsgRevertLaunch) Descriptor() ([]byte, []int) + func (*MsgRevertLaunch) ProtoMessage() + func (m *MsgRevertLaunch) GetChainID() string + func (m *MsgRevertLaunch) GetCoordinator() string + 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 (m *MsgRevertLaunch) Reset() + func (m *MsgRevertLaunch) Size() (n int) + func (m *MsgRevertLaunch) String() 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 + func (msg *MsgRevertLaunch) GetSignBytes() []byte + func (msg *MsgRevertLaunch) GetSigners() []sdk.AccAddress + func (msg *MsgRevertLaunch) Route() string + func (msg *MsgRevertLaunch) Type() string + func (msg *MsgRevertLaunch) ValidateBasic() error + type MsgRevertLaunchResponse struct + func (*MsgRevertLaunchResponse) Descriptor() ([]byte, []int) + func (*MsgRevertLaunchResponse) ProtoMessage() + 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 (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 MsgServer interface + CreateChain func(context.Context, *MsgCreateChain) (*MsgCreateChainResponse, error) + EditChain func(context.Context, *MsgEditChain) (*MsgEditChainResponse, error) + RequestAddAccount func(context.Context, *MsgRequestAddAccount) (*MsgRequestResponse, error) + RequestAddValidator func(context.Context, *MsgRequestAddValidator) (*MsgRequestResponse, error) + RequestAddVestedAccount func(context.Context, *MsgRequestAddVestedAccount) (*MsgRequestResponse, error) + RequestRemoveAccount func(context.Context, *MsgRequestRemoveAccount) (*MsgRequestResponse, error) + RequestRemoveValidator func(context.Context, *MsgRequestRemoveValidator) (*MsgRequestResponse, error) + RevertLaunch func(context.Context, *MsgRevertLaunch) (*MsgRevertLaunchResponse, error) + SettleRequest func(context.Context, *MsgSettleRequest) (*MsgSettleRequestResponse, error) + TriggerLaunch func(context.Context, *MsgTriggerLaunch) (*MsgTriggerLaunchResponse, error) + type MsgSettleRequest struct + Approve bool + ChainID string + Coordinator string + RequestID uint64 + func NewMsgSettleRequest(coordinator, chainID string, requestID uint64, approve bool) *MsgSettleRequest + func (*MsgSettleRequest) Descriptor() ([]byte, []int) + func (*MsgSettleRequest) ProtoMessage() + func (m *MsgSettleRequest) GetApprove() bool + func (m *MsgSettleRequest) GetChainID() string + func (m *MsgSettleRequest) GetCoordinator() string + func (m *MsgSettleRequest) GetRequestID() uint64 + 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 (m *MsgSettleRequest) Reset() + func (m *MsgSettleRequest) Size() (n int) + func (m *MsgSettleRequest) String() 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 + func (msg *MsgSettleRequest) GetSignBytes() []byte + func (msg *MsgSettleRequest) GetSigners() []sdk.AccAddress + func (msg *MsgSettleRequest) Route() string + func (msg *MsgSettleRequest) Type() string + func (msg *MsgSettleRequest) ValidateBasic() error + type MsgSettleRequestResponse struct + func (*MsgSettleRequestResponse) Descriptor() ([]byte, []int) + func (*MsgSettleRequestResponse) ProtoMessage() + 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 (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 struct + ChainID string + Coordinator string + RemainingTime uint64 + func NewMsgTriggerLaunch(coordinator string, chainID string, remainingTime uint64) *MsgTriggerLaunch + func (*MsgTriggerLaunch) Descriptor() ([]byte, []int) + func (*MsgTriggerLaunch) ProtoMessage() + func (m *MsgTriggerLaunch) GetChainID() string + func (m *MsgTriggerLaunch) GetCoordinator() string + func (m *MsgTriggerLaunch) GetRemainingTime() uint64 + 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 (m *MsgTriggerLaunch) Reset() + func (m *MsgTriggerLaunch) Size() (n int) + func (m *MsgTriggerLaunch) String() 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 + func (msg *MsgTriggerLaunch) GetSignBytes() []byte + func (msg *MsgTriggerLaunch) GetSigners() []sdk.AccAddress + func (msg *MsgTriggerLaunch) Route() string + func (msg *MsgTriggerLaunch) Type() string + func (msg *MsgTriggerLaunch) ValidateBasic() error + type MsgTriggerLaunchResponse struct + func (*MsgTriggerLaunchResponse) Descriptor() ([]byte, []int) + func (*MsgTriggerLaunchResponse) ProtoMessage() + 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 (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 Params struct + MaxLaunchTime uint64 + MinLaunchTime uint64 + func DefaultParams() Params + func NewParams(minLaunchTime, maxLaunchTime uint64) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetMaxLaunchTime() uint64 + func (m *Params) GetMinLaunchTime() uint64 + 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 (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) String() string + func (m *Params) Unmarshal(dAtA []byte) 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 + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) Validate() error + type ProfileKeeper interface + CoordinatorIDFromAddress func(ctx sdk.Context, address string) (id uint64, found bool) + GetCoordinatorAddressFromID func(ctx sdk.Context, id uint64) (address string, found bool) + type QueryAllChainRequest struct + Pagination *query.PageRequest + func (*QueryAllChainRequest) Descriptor() ([]byte, []int) + func (*QueryAllChainRequest) ProtoMessage() + 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 (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 struct + Chain []Chain + Pagination *query.PageResponse + func (*QueryAllChainResponse) Descriptor() ([]byte, []int) + func (*QueryAllChainResponse) ProtoMessage() + 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 (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 struct + ChainID string + Pagination *query.PageRequest + func (*QueryAllGenesisAccountRequest) Descriptor() ([]byte, []int) + func (*QueryAllGenesisAccountRequest) ProtoMessage() + func (m *QueryAllGenesisAccountRequest) GetChainID() string + 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 (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 struct + GenesisAccount []GenesisAccount + Pagination *query.PageResponse + func (*QueryAllGenesisAccountResponse) Descriptor() ([]byte, []int) + func (*QueryAllGenesisAccountResponse) ProtoMessage() + 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 (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 struct + ChainID string + Pagination *query.PageRequest + func (*QueryAllGenesisValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryAllGenesisValidatorRequest) ProtoMessage() + func (m *QueryAllGenesisValidatorRequest) GetChainID() string + 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 (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 struct + GenesisValidator []GenesisValidator + Pagination *query.PageResponse + func (*QueryAllGenesisValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryAllGenesisValidatorResponse) ProtoMessage() + 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 (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 QueryAllRequestRequest struct + ChainID string + Pagination *query.PageRequest + func (*QueryAllRequestRequest) Descriptor() ([]byte, []int) + func (*QueryAllRequestRequest) ProtoMessage() + func (m *QueryAllRequestRequest) GetChainID() string + 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 (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 struct + Pagination *query.PageResponse + Request []Request + func (*QueryAllRequestResponse) Descriptor() ([]byte, []int) + func (*QueryAllRequestResponse) ProtoMessage() + 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 (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 QueryAllVestedAccountRequest struct + ChainID string + Pagination *query.PageRequest + func (*QueryAllVestedAccountRequest) Descriptor() ([]byte, []int) + func (*QueryAllVestedAccountRequest) ProtoMessage() + func (m *QueryAllVestedAccountRequest) GetChainID() string + func (m *QueryAllVestedAccountRequest) GetPagination() *query.PageRequest + func (m *QueryAllVestedAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllVestedAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllVestedAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllVestedAccountRequest) Reset() + func (m *QueryAllVestedAccountRequest) Size() (n int) + func (m *QueryAllVestedAccountRequest) String() string + func (m *QueryAllVestedAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllVestedAccountRequest) XXX_DiscardUnknown() + func (m *QueryAllVestedAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllVestedAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryAllVestedAccountRequest) XXX_Size() int + func (m *QueryAllVestedAccountRequest) XXX_Unmarshal(b []byte) error + type QueryAllVestedAccountResponse struct + Pagination *query.PageResponse + VestedAccount []VestedAccount + func (*QueryAllVestedAccountResponse) Descriptor() ([]byte, []int) + func (*QueryAllVestedAccountResponse) ProtoMessage() + func (m *QueryAllVestedAccountResponse) GetPagination() *query.PageResponse + func (m *QueryAllVestedAccountResponse) GetVestedAccount() []VestedAccount + func (m *QueryAllVestedAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllVestedAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllVestedAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllVestedAccountResponse) Reset() + func (m *QueryAllVestedAccountResponse) Size() (n int) + func (m *QueryAllVestedAccountResponse) String() string + func (m *QueryAllVestedAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllVestedAccountResponse) XXX_DiscardUnknown() + func (m *QueryAllVestedAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllVestedAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryAllVestedAccountResponse) XXX_Size() int + func (m *QueryAllVestedAccountResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + Chain func(ctx context.Context, in *QueryGetChainRequest, opts ...grpc.CallOption) (*QueryGetChainResponse, error) + ChainAll func(ctx context.Context, in *QueryAllChainRequest, opts ...grpc.CallOption) (*QueryAllChainResponse, error) + GenesisAccount func(ctx context.Context, in *QueryGetGenesisAccountRequest, ...) (*QueryGetGenesisAccountResponse, error) + GenesisAccountAll func(ctx context.Context, in *QueryAllGenesisAccountRequest, ...) (*QueryAllGenesisAccountResponse, error) + GenesisValidator func(ctx context.Context, in *QueryGetGenesisValidatorRequest, ...) (*QueryGetGenesisValidatorResponse, error) + GenesisValidatorAll func(ctx context.Context, in *QueryAllGenesisValidatorRequest, ...) (*QueryAllGenesisValidatorResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + Request func(ctx context.Context, in *QueryGetRequestRequest, opts ...grpc.CallOption) (*QueryGetRequestResponse, error) + RequestAll func(ctx context.Context, in *QueryAllRequestRequest, opts ...grpc.CallOption) (*QueryAllRequestResponse, error) + VestedAccount func(ctx context.Context, in *QueryGetVestedAccountRequest, opts ...grpc.CallOption) (*QueryGetVestedAccountResponse, error) + VestedAccountAll func(ctx context.Context, in *QueryAllVestedAccountRequest, opts ...grpc.CallOption) (*QueryAllVestedAccountResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryGetChainRequest struct + ChainID string + func (*QueryGetChainRequest) Descriptor() ([]byte, []int) + func (*QueryGetChainRequest) ProtoMessage() + func (m *QueryGetChainRequest) GetChainID() string + 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 (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 struct + Chain Chain + func (*QueryGetChainResponse) Descriptor() ([]byte, []int) + func (*QueryGetChainResponse) ProtoMessage() + 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 (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 struct + Address string + ChainID string + func (*QueryGetGenesisAccountRequest) Descriptor() ([]byte, []int) + func (*QueryGetGenesisAccountRequest) ProtoMessage() + func (m *QueryGetGenesisAccountRequest) GetAddress() string + func (m *QueryGetGenesisAccountRequest) GetChainID() string + 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 (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 struct + GenesisAccount GenesisAccount + func (*QueryGetGenesisAccountResponse) Descriptor() ([]byte, []int) + func (*QueryGetGenesisAccountResponse) ProtoMessage() + 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 (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 struct + Address string + ChainID string + func (*QueryGetGenesisValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryGetGenesisValidatorRequest) ProtoMessage() + func (m *QueryGetGenesisValidatorRequest) GetAddress() string + func (m *QueryGetGenesisValidatorRequest) GetChainID() string + 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 (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 struct + GenesisValidator GenesisValidator + func (*QueryGetGenesisValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryGetGenesisValidatorResponse) ProtoMessage() + 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 (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 struct + ChainID string + RequestID uint64 + func (*QueryGetRequestRequest) Descriptor() ([]byte, []int) + func (*QueryGetRequestRequest) ProtoMessage() + func (m *QueryGetRequestRequest) GetChainID() string + 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 (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 struct + Request Request + func (*QueryGetRequestResponse) Descriptor() ([]byte, []int) + func (*QueryGetRequestResponse) ProtoMessage() + 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 (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 QueryGetVestedAccountRequest struct + Address string + ChainID string + func (*QueryGetVestedAccountRequest) Descriptor() ([]byte, []int) + func (*QueryGetVestedAccountRequest) ProtoMessage() + func (m *QueryGetVestedAccountRequest) GetAddress() string + func (m *QueryGetVestedAccountRequest) GetChainID() string + func (m *QueryGetVestedAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGetVestedAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetVestedAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetVestedAccountRequest) Reset() + func (m *QueryGetVestedAccountRequest) Size() (n int) + func (m *QueryGetVestedAccountRequest) String() string + func (m *QueryGetVestedAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryGetVestedAccountRequest) XXX_DiscardUnknown() + func (m *QueryGetVestedAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetVestedAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryGetVestedAccountRequest) XXX_Size() int + func (m *QueryGetVestedAccountRequest) XXX_Unmarshal(b []byte) error + type QueryGetVestedAccountResponse struct + VestedAccount VestedAccount + func (*QueryGetVestedAccountResponse) Descriptor() ([]byte, []int) + func (*QueryGetVestedAccountResponse) ProtoMessage() + func (m *QueryGetVestedAccountResponse) GetVestedAccount() VestedAccount + func (m *QueryGetVestedAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetVestedAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetVestedAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetVestedAccountResponse) Reset() + func (m *QueryGetVestedAccountResponse) Size() (n int) + func (m *QueryGetVestedAccountResponse) String() string + func (m *QueryGetVestedAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetVestedAccountResponse) XXX_DiscardUnknown() + func (m *QueryGetVestedAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetVestedAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryGetVestedAccountResponse) XXX_Size() int + func (m *QueryGetVestedAccountResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + 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 (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 struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + 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 (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 interface + Chain func(context.Context, *QueryGetChainRequest) (*QueryGetChainResponse, error) + ChainAll func(context.Context, *QueryAllChainRequest) (*QueryAllChainResponse, error) + GenesisAccount func(context.Context, *QueryGetGenesisAccountRequest) (*QueryGetGenesisAccountResponse, error) + GenesisAccountAll func(context.Context, *QueryAllGenesisAccountRequest) (*QueryAllGenesisAccountResponse, error) + GenesisValidator func(context.Context, *QueryGetGenesisValidatorRequest) (*QueryGetGenesisValidatorResponse, error) + GenesisValidatorAll func(context.Context, *QueryAllGenesisValidatorRequest) (*QueryAllGenesisValidatorResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + Request func(context.Context, *QueryGetRequestRequest) (*QueryGetRequestResponse, error) + RequestAll func(context.Context, *QueryAllRequestRequest) (*QueryAllRequestResponse, error) + VestedAccount func(context.Context, *QueryGetVestedAccountRequest) (*QueryGetVestedAccountResponse, error) + VestedAccountAll func(context.Context, *QueryAllVestedAccountRequest) (*QueryAllVestedAccountResponse, error) + type Request struct + ChainID string + Content *types.Any + CreatedAt int64 + Creator string + RequestID uint64 + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (m *Request) GetChainID() string + func (m *Request) GetContent() *types.Any + func (m *Request) GetCreatedAt() int64 + func (m *Request) GetCreator() string + func (m *Request) GetRequestID() uint64 + 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 (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 + func (r Request) UnpackAccountRemoval(cdc codec.AnyUnpacker) (*AccountRemoval, error) + func (r Request) UnpackGenesisAccount(cdc codec.AnyUnpacker) (*GenesisAccount, error) + func (r Request) UnpackGenesisValidator(cdc codec.AnyUnpacker) (*GenesisValidator, error) + func (r Request) UnpackValidatorRemoval(cdc codec.AnyUnpacker) (*ValidatorRemoval, error) + func (r Request) UnpackVestedAccount(cdc codec.AnyUnpacker) (*VestedAccount, error) + type RequestContent interface + Validate func() error + type RequestCount struct + ChainID string + Count uint64 + func (*RequestCount) Descriptor() ([]byte, []int) + func (*RequestCount) ProtoMessage() + func (m *RequestCount) GetChainID() string + func (m *RequestCount) GetCount() uint64 + func (m *RequestCount) Marshal() (dAtA []byte, err error) + func (m *RequestCount) MarshalTo(dAtA []byte) (int, error) + func (m *RequestCount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestCount) Reset() + func (m *RequestCount) Size() (n int) + func (m *RequestCount) String() string + func (m *RequestCount) Unmarshal(dAtA []byte) error + func (m *RequestCount) XXX_DiscardUnknown() + func (m *RequestCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestCount) XXX_Merge(src proto.Message) + func (m *RequestCount) XXX_Size() int + func (m *RequestCount) XXX_Unmarshal(b []byte) error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) CreateChain(ctx context.Context, req *MsgCreateChain) (*MsgCreateChainResponse, error) + func (*UnimplementedMsgServer) EditChain(ctx context.Context, req *MsgEditChain) (*MsgEditChainResponse, error) + func (*UnimplementedMsgServer) RequestAddAccount(ctx context.Context, req *MsgRequestAddAccount) (*MsgRequestResponse, error) + func (*UnimplementedMsgServer) RequestAddValidator(ctx context.Context, req *MsgRequestAddValidator) (*MsgRequestResponse, error) + func (*UnimplementedMsgServer) RequestAddVestedAccount(ctx context.Context, req *MsgRequestAddVestedAccount) (*MsgRequestResponse, error) + func (*UnimplementedMsgServer) RequestRemoveAccount(ctx context.Context, req *MsgRequestRemoveAccount) (*MsgRequestResponse, error) + func (*UnimplementedMsgServer) RequestRemoveValidator(ctx context.Context, req *MsgRequestRemoveValidator) (*MsgRequestResponse, error) + func (*UnimplementedMsgServer) RevertLaunch(ctx context.Context, req *MsgRevertLaunch) (*MsgRevertLaunchResponse, error) + func (*UnimplementedMsgServer) SettleRequest(ctx context.Context, req *MsgSettleRequest) (*MsgSettleRequestResponse, error) + func (*UnimplementedMsgServer) TriggerLaunch(ctx context.Context, req *MsgTriggerLaunch) (*MsgTriggerLaunchResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) Chain(ctx context.Context, req *QueryGetChainRequest) (*QueryGetChainResponse, error) + func (*UnimplementedQueryServer) ChainAll(ctx context.Context, req *QueryAllChainRequest) (*QueryAllChainResponse, error) + func (*UnimplementedQueryServer) GenesisAccount(ctx context.Context, req *QueryGetGenesisAccountRequest) (*QueryGetGenesisAccountResponse, error) + func (*UnimplementedQueryServer) GenesisAccountAll(ctx context.Context, req *QueryAllGenesisAccountRequest) (*QueryAllGenesisAccountResponse, error) + func (*UnimplementedQueryServer) GenesisValidator(ctx context.Context, req *QueryGetGenesisValidatorRequest) (*QueryGetGenesisValidatorResponse, error) + func (*UnimplementedQueryServer) GenesisValidatorAll(ctx context.Context, req *QueryAllGenesisValidatorRequest) (*QueryAllGenesisValidatorResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) Request(ctx context.Context, req *QueryGetRequestRequest) (*QueryGetRequestResponse, error) + func (*UnimplementedQueryServer) RequestAll(ctx context.Context, req *QueryAllRequestRequest) (*QueryAllRequestResponse, error) + func (*UnimplementedQueryServer) VestedAccount(ctx context.Context, req *QueryGetVestedAccountRequest) (*QueryGetVestedAccountResponse, error) + func (*UnimplementedQueryServer) VestedAccountAll(ctx context.Context, req *QueryAllVestedAccountRequest) (*QueryAllVestedAccountResponse, error) + type ValidatorRemoval struct + ValAddress string + func (*ValidatorRemoval) Descriptor() ([]byte, []int) + func (*ValidatorRemoval) ProtoMessage() + func (c ValidatorRemoval) Validate() error + 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 (m *ValidatorRemoval) Reset() + func (m *ValidatorRemoval) Size() (n int) + func (m *ValidatorRemoval) String() string + func (m *ValidatorRemoval) Unmarshal(dAtA []byte) 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 VestedAccount struct + Address string + ChainID string + StartingBalance github_com_cosmos_cosmos_sdk_types.Coins + VestingOptions *types1.Any + func (*VestedAccount) Descriptor() ([]byte, []int) + func (*VestedAccount) ProtoMessage() + func (c VestedAccount) Validate() error + func (m *VestedAccount) GetAddress() string + func (m *VestedAccount) GetChainID() string + func (m *VestedAccount) GetStartingBalance() github_com_cosmos_cosmos_sdk_types.Coins + func (m *VestedAccount) GetVestingOptions() *types1.Any + func (m *VestedAccount) Marshal() (dAtA []byte, err error) + func (m *VestedAccount) MarshalTo(dAtA []byte) (int, error) + func (m *VestedAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *VestedAccount) Reset() + func (m *VestedAccount) Size() (n int) + func (m *VestedAccount) String() string + func (m *VestedAccount) Unmarshal(dAtA []byte) error + func (m *VestedAccount) XXX_DiscardUnknown() + func (m *VestedAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VestedAccount) XXX_Merge(src proto.Message) + func (m *VestedAccount) XXX_Size() int + func (m *VestedAccount) XXX_Unmarshal(b []byte) error + type VestingOptions interface + Validate func() error