Documentation ¶
Index ¶
- Constants
- Variables
- func KeyPrefix(p string) []byte
- func ParamKeyTable() paramtypes.KeyTable
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- type AccountKeeper
- type BankKeeper
- type ExternalChainInfo
- func (*ExternalChainInfo) Descriptor() ([]byte, []int)
- func (m *ExternalChainInfo) GetAddress() string
- func (m *ExternalChainInfo) GetChainID() string
- func (m *ExternalChainInfo) GetChainType() string
- func (m *ExternalChainInfo) GetPubkey() []byte
- func (m *ExternalChainInfo) Marshal() (dAtA []byte, err error)
- func (m *ExternalChainInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ExternalChainInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExternalChainInfo) ProtoMessage()
- func (m *ExternalChainInfo) Reset()
- func (m *ExternalChainInfo) Size() (n int)
- func (m *ExternalChainInfo) String() string
- func (m *ExternalChainInfo) Unmarshal(dAtA []byte) error
- func (m *ExternalChainInfo) XXX_DiscardUnknown()
- func (m *ExternalChainInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExternalChainInfo) XXX_Merge(src proto.Message)
- func (m *ExternalChainInfo) XXX_Size() int
- func (m *ExternalChainInfo) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetParams() Params
- 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 MsgAddExternalChainInfoForValidator
- func (*MsgAddExternalChainInfoForValidator) Descriptor() ([]byte, []int)
- func (m *MsgAddExternalChainInfoForValidator) GetChainInfos() []*ExternalChainInfo
- func (m *MsgAddExternalChainInfoForValidator) GetCreator() string
- func (msg *MsgAddExternalChainInfoForValidator) GetSignBytes() []byte
- func (msg *MsgAddExternalChainInfoForValidator) GetSigners() []sdk.AccAddress
- func (m *MsgAddExternalChainInfoForValidator) Marshal() (dAtA []byte, err error)
- func (m *MsgAddExternalChainInfoForValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddExternalChainInfoForValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddExternalChainInfoForValidator) ProtoMessage()
- func (m *MsgAddExternalChainInfoForValidator) Reset()
- func (msg *MsgAddExternalChainInfoForValidator) Route() string
- func (m *MsgAddExternalChainInfoForValidator) Size() (n int)
- func (m *MsgAddExternalChainInfoForValidator) String() string
- func (msg *MsgAddExternalChainInfoForValidator) Type() string
- func (m *MsgAddExternalChainInfoForValidator) Unmarshal(dAtA []byte) error
- func (msg *MsgAddExternalChainInfoForValidator) ValidateBasic() error
- func (m *MsgAddExternalChainInfoForValidator) XXX_DiscardUnknown()
- func (m *MsgAddExternalChainInfoForValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddExternalChainInfoForValidator) XXX_Merge(src proto.Message)
- func (m *MsgAddExternalChainInfoForValidator) XXX_Size() int
- func (m *MsgAddExternalChainInfoForValidator) XXX_Unmarshal(b []byte) error
- type MsgAddExternalChainInfoForValidatorResponse
- func (*MsgAddExternalChainInfoForValidatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddExternalChainInfoForValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddExternalChainInfoForValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddExternalChainInfoForValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddExternalChainInfoForValidatorResponse) ProtoMessage()
- func (m *MsgAddExternalChainInfoForValidatorResponse) Reset()
- func (m *MsgAddExternalChainInfoForValidatorResponse) Size() (n int)
- func (m *MsgAddExternalChainInfoForValidatorResponse) String() string
- func (m *MsgAddExternalChainInfoForValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_DiscardUnknown()
- func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Size() int
- func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgServer
- type OnSnapshotBuiltListener
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- 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 (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (p 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 QueryClient
- type QueryGetSnapshotByIDRequest
- func (*QueryGetSnapshotByIDRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSnapshotByIDRequest) GetSnapshotId() uint64
- func (m *QueryGetSnapshotByIDRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSnapshotByIDRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSnapshotByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSnapshotByIDRequest) ProtoMessage()
- func (m *QueryGetSnapshotByIDRequest) Reset()
- func (m *QueryGetSnapshotByIDRequest) Size() (n int)
- func (m *QueryGetSnapshotByIDRequest) String() string
- func (m *QueryGetSnapshotByIDRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSnapshotByIDRequest) XXX_DiscardUnknown()
- func (m *QueryGetSnapshotByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSnapshotByIDRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSnapshotByIDRequest) XXX_Size() int
- func (m *QueryGetSnapshotByIDRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSnapshotByIDResponse
- func (*QueryGetSnapshotByIDResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSnapshotByIDResponse) GetSnapshot() *Snapshot
- func (m *QueryGetSnapshotByIDResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSnapshotByIDResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSnapshotByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSnapshotByIDResponse) ProtoMessage()
- func (m *QueryGetSnapshotByIDResponse) Reset()
- func (m *QueryGetSnapshotByIDResponse) Size() (n int)
- func (m *QueryGetSnapshotByIDResponse) String() string
- func (m *QueryGetSnapshotByIDResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSnapshotByIDResponse) XXX_DiscardUnknown()
- func (m *QueryGetSnapshotByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSnapshotByIDResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSnapshotByIDResponse) XXX_Size() int
- func (m *QueryGetSnapshotByIDResponse) 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 QueryValidatorInfoRequest
- func (*QueryValidatorInfoRequest) Descriptor() ([]byte, []int)
- func (m *QueryValidatorInfoRequest) GetValAddr() string
- func (m *QueryValidatorInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorInfoRequest) ProtoMessage()
- func (m *QueryValidatorInfoRequest) Reset()
- func (m *QueryValidatorInfoRequest) Size() (n int)
- func (m *QueryValidatorInfoRequest) String() string
- func (m *QueryValidatorInfoRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorInfoRequest) XXX_DiscardUnknown()
- func (m *QueryValidatorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorInfoRequest) XXX_Merge(src proto.Message)
- func (m *QueryValidatorInfoRequest) XXX_Size() int
- func (m *QueryValidatorInfoRequest) XXX_Unmarshal(b []byte) error
- type QueryValidatorInfoResponse
- func (*QueryValidatorInfoResponse) Descriptor() ([]byte, []int)
- func (m *QueryValidatorInfoResponse) GetChainInfos() []*ExternalChainInfo
- func (m *QueryValidatorInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorInfoResponse) ProtoMessage()
- func (m *QueryValidatorInfoResponse) Reset()
- func (m *QueryValidatorInfoResponse) Size() (n int)
- func (m *QueryValidatorInfoResponse) String() string
- func (m *QueryValidatorInfoResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorInfoResponse) XXX_DiscardUnknown()
- func (m *QueryValidatorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorInfoResponse) XXX_Merge(src proto.Message)
- func (m *QueryValidatorInfoResponse) XXX_Size() int
- func (m *QueryValidatorInfoResponse) XXX_Unmarshal(b []byte) error
- type Snapshot
- func (*Snapshot) Descriptor() ([]byte, []int)
- func (m *Snapshot) GetCreatedAt() time.Time
- func (m *Snapshot) GetHeight() int64
- func (m *Snapshot) GetId() uint64
- func (m *Snapshot) GetValidators() []Validator
- func (m *Snapshot) Marshal() (dAtA []byte, err error)
- func (m *Snapshot) MarshalTo(dAtA []byte) (int, error)
- func (m *Snapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Snapshot) ProtoMessage()
- func (m *Snapshot) Reset()
- func (m *Snapshot) Size() (n int)
- func (m *Snapshot) String() string
- func (m *Snapshot) Unmarshal(dAtA []byte) error
- func (m *Snapshot) XXX_DiscardUnknown()
- func (m *Snapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Snapshot) XXX_Merge(src proto.Message)
- func (m *Snapshot) XXX_Size() int
- func (m *Snapshot) XXX_Unmarshal(b []byte) error
- type StakingKeeper
- type UnimplementedMsgServer
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) GetSnapshotByID(ctx context.Context, req *QueryGetSnapshotByIDRequest) (*QueryGetSnapshotByIDResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
- func (*UnimplementedQueryServer) ValidatorInfo(ctx context.Context, req *QueryValidatorInfoRequest) (*QueryValidatorInfoResponse, error)
- type Validator
- func (*Validator) Descriptor() ([]byte, []int)
- func (m *Validator) GetAddress() github_com_cosmos_cosmos_sdk_types.ValAddress
- func (m *Validator) GetExternalChainInfos() []*ExternalChainInfo
- func (m *Validator) GetState() ValidatorState
- func (m *Validator) Marshal() (dAtA []byte, err error)
- func (m *Validator) MarshalTo(dAtA []byte) (int, error)
- func (m *Validator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Validator) ProtoMessage()
- func (m *Validator) Reset()
- func (m *Validator) Size() (n int)
- func (m *Validator) String() string
- func (m *Validator) Unmarshal(dAtA []byte) error
- func (m *Validator) XXX_DiscardUnknown()
- func (m *Validator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Validator) XXX_Merge(src proto.Message)
- func (m *Validator) XXX_Size() int
- func (m *Validator) XXX_Unmarshal(b []byte) error
- type ValidatorExternalAccounts
- func (*ValidatorExternalAccounts) Descriptor() ([]byte, []int)
- func (m *ValidatorExternalAccounts) GetAddress() github_com_cosmos_cosmos_sdk_types.ValAddress
- func (m *ValidatorExternalAccounts) GetExternalChainInfo() []*ExternalChainInfo
- func (m *ValidatorExternalAccounts) Marshal() (dAtA []byte, err error)
- func (m *ValidatorExternalAccounts) MarshalTo(dAtA []byte) (int, error)
- func (m *ValidatorExternalAccounts) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ValidatorExternalAccounts) ProtoMessage()
- func (m *ValidatorExternalAccounts) Reset()
- func (m *ValidatorExternalAccounts) Size() (n int)
- func (m *ValidatorExternalAccounts) String() string
- func (m *ValidatorExternalAccounts) Unmarshal(dAtA []byte) error
- func (m *ValidatorExternalAccounts) XXX_DiscardUnknown()
- func (m *ValidatorExternalAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidatorExternalAccounts) XXX_Merge(src proto.Message)
- func (m *ValidatorExternalAccounts) XXX_Size() int
- func (m *ValidatorExternalAccounts) XXX_Unmarshal(b []byte) error
- type ValidatorState
Constants ¶
const ( // ModuleName defines the module name ModuleName = "valset" // StoreKey defines the primary module store key StoreKey = ModuleName // RouterKey is the message route for slashing RouterKey = ModuleName // QuerierRoute defines the module's query routing key QuerierRoute = ModuleName // MemStoreKey defines the in-memory store key MemStoreKey = "mem_valset" )
const DefaultIndex uint64 = 1
DefaultIndex is the default capability global index
const TypeMsgAddExternalChainInfoForValidator = "add_external_chain_info_for_validator"
Variables ¶
var ( Amino = codec.NewLegacyAmino() ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) )
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 ( 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 ( ErrInvalidLengthSnapshot = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSnapshot = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSnapshot = 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 (
ErrSample = sdkerrors.Register(ModuleName, 1100, "sample error")
)
x/valset module sentinel errors
var ValidatorState_name = map[int32]string{
0: "NONE",
1: "ACTIVE",
2: "JAILED",
}
var ValidatorState_value = map[string]int32{
"NONE": 0,
"ACTIVE": 1,
"JAILED": 2,
}
Functions ¶
func ParamKeyTable ¶
func ParamKeyTable() paramtypes.KeyTable
ParamKeyTable the param key table for launch module
func RegisterCodec ¶
func RegisterCodec(cdc *codec.LegacyAmino)
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
Types ¶
type AccountKeeper ¶
AccountKeeper defines the expected account keeper used for simulations (noalias)
type BankKeeper ¶
BankKeeper defines the expected interface needed to retrieve account balances.
type ExternalChainInfo ¶
type ExternalChainInfo struct { ChainType string `protobuf:"bytes,1,opt,name=chainType,proto3" json:"chainType,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` Pubkey []byte `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty"` }
func (*ExternalChainInfo) Descriptor ¶
func (*ExternalChainInfo) Descriptor() ([]byte, []int)
func (*ExternalChainInfo) GetAddress ¶
func (m *ExternalChainInfo) GetAddress() string
func (*ExternalChainInfo) GetChainID ¶
func (m *ExternalChainInfo) GetChainID() string
func (*ExternalChainInfo) GetChainType ¶
func (m *ExternalChainInfo) GetChainType() string
func (*ExternalChainInfo) GetPubkey ¶
func (m *ExternalChainInfo) GetPubkey() []byte
func (*ExternalChainInfo) Marshal ¶
func (m *ExternalChainInfo) Marshal() (dAtA []byte, err error)
func (*ExternalChainInfo) MarshalTo ¶
func (m *ExternalChainInfo) MarshalTo(dAtA []byte) (int, error)
func (*ExternalChainInfo) MarshalToSizedBuffer ¶
func (m *ExternalChainInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExternalChainInfo) ProtoMessage ¶
func (*ExternalChainInfo) ProtoMessage()
func (*ExternalChainInfo) Reset ¶
func (m *ExternalChainInfo) Reset()
func (*ExternalChainInfo) Size ¶
func (m *ExternalChainInfo) Size() (n int)
func (*ExternalChainInfo) String ¶
func (m *ExternalChainInfo) String() string
func (*ExternalChainInfo) Unmarshal ¶
func (m *ExternalChainInfo) Unmarshal(dAtA []byte) error
func (*ExternalChainInfo) XXX_DiscardUnknown ¶
func (m *ExternalChainInfo) XXX_DiscardUnknown()
func (*ExternalChainInfo) XXX_Marshal ¶
func (m *ExternalChainInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExternalChainInfo) XXX_Merge ¶
func (m *ExternalChainInfo) XXX_Merge(src proto.Message)
func (*ExternalChainInfo) XXX_Size ¶
func (m *ExternalChainInfo) XXX_Size() int
func (*ExternalChainInfo) XXX_Unmarshal ¶
func (m *ExternalChainInfo) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct {
Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}
GenesisState defines the valset module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default Capability genesis state
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
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 MsgAddExternalChainInfoForValidator ¶
type MsgAddExternalChainInfoForValidator struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` ChainInfos []*ExternalChainInfo `protobuf:"bytes,2,rep,name=chainInfos,proto3" json:"chainInfos,omitempty"` }
func (*MsgAddExternalChainInfoForValidator) Descriptor ¶
func (*MsgAddExternalChainInfoForValidator) Descriptor() ([]byte, []int)
func (*MsgAddExternalChainInfoForValidator) GetChainInfos ¶
func (m *MsgAddExternalChainInfoForValidator) GetChainInfos() []*ExternalChainInfo
func (*MsgAddExternalChainInfoForValidator) GetCreator ¶
func (m *MsgAddExternalChainInfoForValidator) GetCreator() string
func (*MsgAddExternalChainInfoForValidator) GetSignBytes ¶
func (msg *MsgAddExternalChainInfoForValidator) GetSignBytes() []byte
func (*MsgAddExternalChainInfoForValidator) GetSigners ¶
func (msg *MsgAddExternalChainInfoForValidator) GetSigners() []sdk.AccAddress
func (*MsgAddExternalChainInfoForValidator) Marshal ¶
func (m *MsgAddExternalChainInfoForValidator) Marshal() (dAtA []byte, err error)
func (*MsgAddExternalChainInfoForValidator) MarshalTo ¶
func (m *MsgAddExternalChainInfoForValidator) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddExternalChainInfoForValidator) MarshalToSizedBuffer ¶
func (m *MsgAddExternalChainInfoForValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddExternalChainInfoForValidator) ProtoMessage ¶
func (*MsgAddExternalChainInfoForValidator) ProtoMessage()
func (*MsgAddExternalChainInfoForValidator) Reset ¶
func (m *MsgAddExternalChainInfoForValidator) Reset()
func (*MsgAddExternalChainInfoForValidator) Route ¶
func (msg *MsgAddExternalChainInfoForValidator) Route() string
func (*MsgAddExternalChainInfoForValidator) Size ¶
func (m *MsgAddExternalChainInfoForValidator) Size() (n int)
func (*MsgAddExternalChainInfoForValidator) String ¶
func (m *MsgAddExternalChainInfoForValidator) String() string
func (*MsgAddExternalChainInfoForValidator) Type ¶
func (msg *MsgAddExternalChainInfoForValidator) Type() string
func (*MsgAddExternalChainInfoForValidator) Unmarshal ¶
func (m *MsgAddExternalChainInfoForValidator) Unmarshal(dAtA []byte) error
func (*MsgAddExternalChainInfoForValidator) ValidateBasic ¶
func (msg *MsgAddExternalChainInfoForValidator) ValidateBasic() error
func (*MsgAddExternalChainInfoForValidator) XXX_DiscardUnknown ¶
func (m *MsgAddExternalChainInfoForValidator) XXX_DiscardUnknown()
func (*MsgAddExternalChainInfoForValidator) XXX_Marshal ¶
func (m *MsgAddExternalChainInfoForValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddExternalChainInfoForValidator) XXX_Merge ¶
func (m *MsgAddExternalChainInfoForValidator) XXX_Merge(src proto.Message)
func (*MsgAddExternalChainInfoForValidator) XXX_Size ¶
func (m *MsgAddExternalChainInfoForValidator) XXX_Size() int
func (*MsgAddExternalChainInfoForValidator) XXX_Unmarshal ¶
func (m *MsgAddExternalChainInfoForValidator) XXX_Unmarshal(b []byte) error
type MsgAddExternalChainInfoForValidatorResponse ¶
type MsgAddExternalChainInfoForValidatorResponse struct { }
func (*MsgAddExternalChainInfoForValidatorResponse) Descriptor ¶
func (*MsgAddExternalChainInfoForValidatorResponse) Descriptor() ([]byte, []int)
func (*MsgAddExternalChainInfoForValidatorResponse) Marshal ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddExternalChainInfoForValidatorResponse) MarshalTo ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddExternalChainInfoForValidatorResponse) MarshalToSizedBuffer ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddExternalChainInfoForValidatorResponse) ProtoMessage ¶
func (*MsgAddExternalChainInfoForValidatorResponse) ProtoMessage()
func (*MsgAddExternalChainInfoForValidatorResponse) Reset ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) Reset()
func (*MsgAddExternalChainInfoForValidatorResponse) Size ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) Size() (n int)
func (*MsgAddExternalChainInfoForValidatorResponse) String ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) String() string
func (*MsgAddExternalChainInfoForValidatorResponse) Unmarshal ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) Unmarshal(dAtA []byte) error
func (*MsgAddExternalChainInfoForValidatorResponse) XXX_DiscardUnknown ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_DiscardUnknown()
func (*MsgAddExternalChainInfoForValidatorResponse) XXX_Marshal ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddExternalChainInfoForValidatorResponse) XXX_Merge ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Merge(src proto.Message)
func (*MsgAddExternalChainInfoForValidatorResponse) XXX_Size ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Size() int
func (*MsgAddExternalChainInfoForValidatorResponse) XXX_Unmarshal ¶
func (m *MsgAddExternalChainInfoForValidatorResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface {
AddExternalChainInfoForValidator(ctx context.Context, in *MsgAddExternalChainInfoForValidator, opts ...grpc.CallOption) (*MsgAddExternalChainInfoForValidatorResponse, 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 MsgServer ¶
type MsgServer interface {
AddExternalChainInfoForValidator(context.Context, *MsgAddExternalChainInfoForValidator) (*MsgAddExternalChainInfoForValidatorResponse, error)
}
MsgServer is the server API for Msg service.
type OnSnapshotBuiltListener ¶
type Params ¶
type Params struct { }
Params defines the parameters for the module.
func (*Params) Descriptor ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
ParamSetPairs get the params.ParamSet
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
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 ValidatorInfo items. ValidatorInfo(ctx context.Context, in *QueryValidatorInfoRequest, opts ...grpc.CallOption) (*QueryValidatorInfoResponse, error) // Queries a list of GetSnapshotByID items. GetSnapshotByID(ctx context.Context, in *QueryGetSnapshotByIDRequest, opts ...grpc.CallOption) (*QueryGetSnapshotByIDResponse, 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 QueryGetSnapshotByIDRequest ¶
type QueryGetSnapshotByIDRequest struct {
SnapshotId uint64 `protobuf:"varint,1,opt,name=snapshotId,proto3" json:"snapshotId,omitempty"`
}
func (*QueryGetSnapshotByIDRequest) Descriptor ¶
func (*QueryGetSnapshotByIDRequest) Descriptor() ([]byte, []int)
func (*QueryGetSnapshotByIDRequest) GetSnapshotId ¶
func (m *QueryGetSnapshotByIDRequest) GetSnapshotId() uint64
func (*QueryGetSnapshotByIDRequest) Marshal ¶
func (m *QueryGetSnapshotByIDRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSnapshotByIDRequest) MarshalTo ¶
func (m *QueryGetSnapshotByIDRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSnapshotByIDRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSnapshotByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSnapshotByIDRequest) ProtoMessage ¶
func (*QueryGetSnapshotByIDRequest) ProtoMessage()
func (*QueryGetSnapshotByIDRequest) Reset ¶
func (m *QueryGetSnapshotByIDRequest) Reset()
func (*QueryGetSnapshotByIDRequest) Size ¶
func (m *QueryGetSnapshotByIDRequest) Size() (n int)
func (*QueryGetSnapshotByIDRequest) String ¶
func (m *QueryGetSnapshotByIDRequest) String() string
func (*QueryGetSnapshotByIDRequest) Unmarshal ¶
func (m *QueryGetSnapshotByIDRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSnapshotByIDRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSnapshotByIDRequest) XXX_DiscardUnknown()
func (*QueryGetSnapshotByIDRequest) XXX_Marshal ¶
func (m *QueryGetSnapshotByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSnapshotByIDRequest) XXX_Merge ¶
func (m *QueryGetSnapshotByIDRequest) XXX_Merge(src proto.Message)
func (*QueryGetSnapshotByIDRequest) XXX_Size ¶
func (m *QueryGetSnapshotByIDRequest) XXX_Size() int
func (*QueryGetSnapshotByIDRequest) XXX_Unmarshal ¶
func (m *QueryGetSnapshotByIDRequest) XXX_Unmarshal(b []byte) error
type QueryGetSnapshotByIDResponse ¶
type QueryGetSnapshotByIDResponse struct {
Snapshot *Snapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
}
func (*QueryGetSnapshotByIDResponse) Descriptor ¶
func (*QueryGetSnapshotByIDResponse) Descriptor() ([]byte, []int)
func (*QueryGetSnapshotByIDResponse) GetSnapshot ¶
func (m *QueryGetSnapshotByIDResponse) GetSnapshot() *Snapshot
func (*QueryGetSnapshotByIDResponse) Marshal ¶
func (m *QueryGetSnapshotByIDResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSnapshotByIDResponse) MarshalTo ¶
func (m *QueryGetSnapshotByIDResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSnapshotByIDResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSnapshotByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSnapshotByIDResponse) ProtoMessage ¶
func (*QueryGetSnapshotByIDResponse) ProtoMessage()
func (*QueryGetSnapshotByIDResponse) Reset ¶
func (m *QueryGetSnapshotByIDResponse) Reset()
func (*QueryGetSnapshotByIDResponse) Size ¶
func (m *QueryGetSnapshotByIDResponse) Size() (n int)
func (*QueryGetSnapshotByIDResponse) String ¶
func (m *QueryGetSnapshotByIDResponse) String() string
func (*QueryGetSnapshotByIDResponse) Unmarshal ¶
func (m *QueryGetSnapshotByIDResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSnapshotByIDResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSnapshotByIDResponse) XXX_DiscardUnknown()
func (*QueryGetSnapshotByIDResponse) XXX_Marshal ¶
func (m *QueryGetSnapshotByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSnapshotByIDResponse) XXX_Merge ¶
func (m *QueryGetSnapshotByIDResponse) XXX_Merge(src proto.Message)
func (*QueryGetSnapshotByIDResponse) XXX_Size ¶
func (m *QueryGetSnapshotByIDResponse) XXX_Size() int
func (*QueryGetSnapshotByIDResponse) XXX_Unmarshal ¶
func (m *QueryGetSnapshotByIDResponse) 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 ValidatorInfo items. ValidatorInfo(context.Context, *QueryValidatorInfoRequest) (*QueryValidatorInfoResponse, error) // Queries a list of GetSnapshotByID items. GetSnapshotByID(context.Context, *QueryGetSnapshotByIDRequest) (*QueryGetSnapshotByIDResponse, error) }
QueryServer is the server API for Query service.
type QueryValidatorInfoRequest ¶
type QueryValidatorInfoRequest struct {
ValAddr string `protobuf:"bytes,1,opt,name=valAddr,proto3" json:"valAddr,omitempty"`
}
func (*QueryValidatorInfoRequest) Descriptor ¶
func (*QueryValidatorInfoRequest) Descriptor() ([]byte, []int)
func (*QueryValidatorInfoRequest) GetValAddr ¶
func (m *QueryValidatorInfoRequest) GetValAddr() string
func (*QueryValidatorInfoRequest) Marshal ¶
func (m *QueryValidatorInfoRequest) Marshal() (dAtA []byte, err error)
func (*QueryValidatorInfoRequest) MarshalTo ¶
func (m *QueryValidatorInfoRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorInfoRequest) MarshalToSizedBuffer ¶
func (m *QueryValidatorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorInfoRequest) ProtoMessage ¶
func (*QueryValidatorInfoRequest) ProtoMessage()
func (*QueryValidatorInfoRequest) Reset ¶
func (m *QueryValidatorInfoRequest) Reset()
func (*QueryValidatorInfoRequest) Size ¶
func (m *QueryValidatorInfoRequest) Size() (n int)
func (*QueryValidatorInfoRequest) String ¶
func (m *QueryValidatorInfoRequest) String() string
func (*QueryValidatorInfoRequest) Unmarshal ¶
func (m *QueryValidatorInfoRequest) Unmarshal(dAtA []byte) error
func (*QueryValidatorInfoRequest) XXX_DiscardUnknown ¶
func (m *QueryValidatorInfoRequest) XXX_DiscardUnknown()
func (*QueryValidatorInfoRequest) XXX_Marshal ¶
func (m *QueryValidatorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorInfoRequest) XXX_Merge ¶
func (m *QueryValidatorInfoRequest) XXX_Merge(src proto.Message)
func (*QueryValidatorInfoRequest) XXX_Size ¶
func (m *QueryValidatorInfoRequest) XXX_Size() int
func (*QueryValidatorInfoRequest) XXX_Unmarshal ¶
func (m *QueryValidatorInfoRequest) XXX_Unmarshal(b []byte) error
type QueryValidatorInfoResponse ¶
type QueryValidatorInfoResponse struct {
ChainInfos []*ExternalChainInfo `protobuf:"bytes,1,rep,name=chainInfos,proto3" json:"chainInfos,omitempty"`
}
func (*QueryValidatorInfoResponse) Descriptor ¶
func (*QueryValidatorInfoResponse) Descriptor() ([]byte, []int)
func (*QueryValidatorInfoResponse) GetChainInfos ¶
func (m *QueryValidatorInfoResponse) GetChainInfos() []*ExternalChainInfo
func (*QueryValidatorInfoResponse) Marshal ¶
func (m *QueryValidatorInfoResponse) Marshal() (dAtA []byte, err error)
func (*QueryValidatorInfoResponse) MarshalTo ¶
func (m *QueryValidatorInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorInfoResponse) MarshalToSizedBuffer ¶
func (m *QueryValidatorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorInfoResponse) ProtoMessage ¶
func (*QueryValidatorInfoResponse) ProtoMessage()
func (*QueryValidatorInfoResponse) Reset ¶
func (m *QueryValidatorInfoResponse) Reset()
func (*QueryValidatorInfoResponse) Size ¶
func (m *QueryValidatorInfoResponse) Size() (n int)
func (*QueryValidatorInfoResponse) String ¶
func (m *QueryValidatorInfoResponse) String() string
func (*QueryValidatorInfoResponse) Unmarshal ¶
func (m *QueryValidatorInfoResponse) Unmarshal(dAtA []byte) error
func (*QueryValidatorInfoResponse) XXX_DiscardUnknown ¶
func (m *QueryValidatorInfoResponse) XXX_DiscardUnknown()
func (*QueryValidatorInfoResponse) XXX_Marshal ¶
func (m *QueryValidatorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorInfoResponse) XXX_Merge ¶
func (m *QueryValidatorInfoResponse) XXX_Merge(src proto.Message)
func (*QueryValidatorInfoResponse) XXX_Size ¶
func (m *QueryValidatorInfoResponse) XXX_Size() int
func (*QueryValidatorInfoResponse) XXX_Unmarshal ¶
func (m *QueryValidatorInfoResponse) XXX_Unmarshal(b []byte) error
type Snapshot ¶
type Snapshot struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Validators []Validator `protobuf:"bytes,3,rep,name=validators,proto3" json:"validators"` CreatedAt time.Time `protobuf:"bytes,5,opt,name=createdAt,proto3,stdtime" json:"createdAt"` }
func (*Snapshot) Descriptor ¶
func (*Snapshot) GetCreatedAt ¶
func (*Snapshot) GetValidators ¶
func (*Snapshot) MarshalToSizedBuffer ¶
func (*Snapshot) ProtoMessage ¶
func (*Snapshot) ProtoMessage()
func (*Snapshot) XXX_DiscardUnknown ¶
func (m *Snapshot) XXX_DiscardUnknown()
func (*Snapshot) XXX_Marshal ¶
func (*Snapshot) XXX_Unmarshal ¶
type StakingKeeper ¶
type StakingKeeper interface { Validator(ctx sdk.Context, addr sdk.ValAddress) stakingtypes.ValidatorI IterateBondedValidatorsByPower(ctx sdk.Context, fn func(index int64, validator stakingtypes.ValidatorI) (stop bool)) PowerReduction(ctx sdk.Context) sdk.Int }
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) AddExternalChainInfoForValidator ¶
func (*UnimplementedMsgServer) AddExternalChainInfoForValidator(ctx context.Context, req *MsgAddExternalChainInfoForValidator) (*MsgAddExternalChainInfoForValidatorResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) GetSnapshotByID ¶
func (*UnimplementedQueryServer) GetSnapshotByID(ctx context.Context, req *QueryGetSnapshotByIDRequest) (*QueryGetSnapshotByIDResponse, error)
func (*UnimplementedQueryServer) Params ¶
func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
func (*UnimplementedQueryServer) ValidatorInfo ¶
func (*UnimplementedQueryServer) ValidatorInfo(ctx context.Context, req *QueryValidatorInfoRequest) (*QueryValidatorInfoResponse, error)
type Validator ¶
type Validator struct { State ValidatorState `protobuf:"varint,2,opt,name=state,proto3,enum=volumefi.paloma.valset.ValidatorState" json:"state,omitempty"` ExternalChainInfos []*ExternalChainInfo `protobuf:"bytes,3,rep,name=externalChainInfos,proto3" json:"externalChainInfos,omitempty"` Address github_com_cosmos_cosmos_sdk_types.ValAddress `protobuf:"bytes,4,opt,name=address,proto3,casttype=github.com/cosmos/cosmos-sdk/types.ValAddress" json:"address,omitempty"` }
func (*Validator) Descriptor ¶
func (*Validator) GetAddress ¶
func (m *Validator) GetAddress() github_com_cosmos_cosmos_sdk_types.ValAddress
func (*Validator) GetExternalChainInfos ¶
func (m *Validator) GetExternalChainInfos() []*ExternalChainInfo
func (*Validator) GetState ¶
func (m *Validator) GetState() ValidatorState
func (*Validator) MarshalToSizedBuffer ¶
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) XXX_DiscardUnknown ¶
func (m *Validator) XXX_DiscardUnknown()
func (*Validator) XXX_Marshal ¶
func (*Validator) XXX_Unmarshal ¶
type ValidatorExternalAccounts ¶
type ValidatorExternalAccounts struct { Address github_com_cosmos_cosmos_sdk_types.ValAddress `protobuf:"bytes,1,opt,name=address,proto3,casttype=github.com/cosmos/cosmos-sdk/types.ValAddress" json:"address,omitempty"` ExternalChainInfo []*ExternalChainInfo `protobuf:"bytes,2,rep,name=ExternalChainInfo,proto3" json:"ExternalChainInfo,omitempty"` }
func (*ValidatorExternalAccounts) Descriptor ¶
func (*ValidatorExternalAccounts) Descriptor() ([]byte, []int)
func (*ValidatorExternalAccounts) GetAddress ¶
func (m *ValidatorExternalAccounts) GetAddress() github_com_cosmos_cosmos_sdk_types.ValAddress
func (*ValidatorExternalAccounts) GetExternalChainInfo ¶
func (m *ValidatorExternalAccounts) GetExternalChainInfo() []*ExternalChainInfo
func (*ValidatorExternalAccounts) Marshal ¶
func (m *ValidatorExternalAccounts) Marshal() (dAtA []byte, err error)
func (*ValidatorExternalAccounts) MarshalTo ¶
func (m *ValidatorExternalAccounts) MarshalTo(dAtA []byte) (int, error)
func (*ValidatorExternalAccounts) MarshalToSizedBuffer ¶
func (m *ValidatorExternalAccounts) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValidatorExternalAccounts) ProtoMessage ¶
func (*ValidatorExternalAccounts) ProtoMessage()
func (*ValidatorExternalAccounts) Reset ¶
func (m *ValidatorExternalAccounts) Reset()
func (*ValidatorExternalAccounts) Size ¶
func (m *ValidatorExternalAccounts) Size() (n int)
func (*ValidatorExternalAccounts) String ¶
func (m *ValidatorExternalAccounts) String() string
func (*ValidatorExternalAccounts) Unmarshal ¶
func (m *ValidatorExternalAccounts) Unmarshal(dAtA []byte) error
func (*ValidatorExternalAccounts) XXX_DiscardUnknown ¶
func (m *ValidatorExternalAccounts) XXX_DiscardUnknown()
func (*ValidatorExternalAccounts) XXX_Marshal ¶
func (m *ValidatorExternalAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidatorExternalAccounts) XXX_Merge ¶
func (m *ValidatorExternalAccounts) XXX_Merge(src proto.Message)
func (*ValidatorExternalAccounts) XXX_Size ¶
func (m *ValidatorExternalAccounts) XXX_Size() int
func (*ValidatorExternalAccounts) XXX_Unmarshal ¶
func (m *ValidatorExternalAccounts) XXX_Unmarshal(b []byte) error
type ValidatorState ¶
type ValidatorState int32
const ( ValidatorState_NONE ValidatorState = 0 ValidatorState_ACTIVE ValidatorState = 1 ValidatorState_JAILED ValidatorState = 2 )
func (ValidatorState) EnumDescriptor ¶
func (ValidatorState) EnumDescriptor() ([]byte, []int)
func (ValidatorState) String ¶
func (x ValidatorState) String() string