Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func GetOperatorAddress(operatorID uint32) sdk.AccAddress
- func GetOperatorIDBytes(operatorID uint32) (operatorIDBz []byte)
- func GetOperatorIDFromBytes(bz []byte) (operatorID uint32)
- func InactivatingOperatorByTime(endTime time.Time) []byte
- func InactivatingOperatorQueueKey(operatorID uint32, endTime time.Time) []byte
- func ParseOperatorID(value string) (uint32, error)
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- 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 SplitInactivatingOperatorQueueKey(key []byte) (operatorID uint32, endTime time.Time)
- type AccountKeeper
- type CommunityPoolKeeper
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetNextOperatorID() uint32
- func (m *GenesisState) GetOperators() []Operator
- func (m *GenesisState) GetOperatorsParams() []OperatorParamsRecord
- func (m *GenesisState) GetParams() Params
- func (m *GenesisState) GetUnbondingOperators() []UnbondingOperator
- 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 (data *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 MsgClient
- type MsgDeactivateOperator
- func (*MsgDeactivateOperator) Descriptor() ([]byte, []int)
- func (m *MsgDeactivateOperator) GetOperatorID() uint32
- func (m *MsgDeactivateOperator) GetSender() string
- func (msg *MsgDeactivateOperator) GetSignBytes() []byte
- func (msg *MsgDeactivateOperator) GetSigners() []sdk.AccAddress
- func (m *MsgDeactivateOperator) Marshal() (dAtA []byte, err error)
- func (m *MsgDeactivateOperator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeactivateOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeactivateOperator) ProtoMessage()
- func (m *MsgDeactivateOperator) Reset()
- func (m *MsgDeactivateOperator) Size() (n int)
- func (m *MsgDeactivateOperator) String() string
- func (m *MsgDeactivateOperator) Unmarshal(dAtA []byte) error
- func (msg *MsgDeactivateOperator) ValidateBasic() error
- func (m *MsgDeactivateOperator) XXX_DiscardUnknown()
- func (m *MsgDeactivateOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeactivateOperator) XXX_Merge(src proto.Message)
- func (m *MsgDeactivateOperator) XXX_Size() int
- func (m *MsgDeactivateOperator) XXX_Unmarshal(b []byte) error
- type MsgDeactivateOperatorResponse
- func (*MsgDeactivateOperatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeactivateOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeactivateOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeactivateOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeactivateOperatorResponse) ProtoMessage()
- func (m *MsgDeactivateOperatorResponse) Reset()
- func (m *MsgDeactivateOperatorResponse) Size() (n int)
- func (m *MsgDeactivateOperatorResponse) String() string
- func (m *MsgDeactivateOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeactivateOperatorResponse) XXX_DiscardUnknown()
- func (m *MsgDeactivateOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeactivateOperatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeactivateOperatorResponse) XXX_Size() int
- func (m *MsgDeactivateOperatorResponse) XXX_Unmarshal(b []byte) error
- type MsgDeleteOperator
- func (*MsgDeleteOperator) Descriptor() ([]byte, []int)
- func (m *MsgDeleteOperator) GetOperatorID() uint32
- func (m *MsgDeleteOperator) GetSender() string
- func (m *MsgDeleteOperator) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteOperator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteOperator) ProtoMessage()
- func (m *MsgDeleteOperator) Reset()
- func (m *MsgDeleteOperator) Size() (n int)
- func (m *MsgDeleteOperator) String() string
- func (m *MsgDeleteOperator) Unmarshal(dAtA []byte) error
- func (msg *MsgDeleteOperator) ValidateBasic() error
- func (m *MsgDeleteOperator) XXX_DiscardUnknown()
- func (m *MsgDeleteOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteOperator) XXX_Merge(src proto.Message)
- func (m *MsgDeleteOperator) XXX_Size() int
- func (m *MsgDeleteOperator) XXX_Unmarshal(b []byte) error
- type MsgDeleteOperatorResponse
- func (*MsgDeleteOperatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeleteOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteOperatorResponse) ProtoMessage()
- func (m *MsgDeleteOperatorResponse) Reset()
- func (m *MsgDeleteOperatorResponse) Size() (n int)
- func (m *MsgDeleteOperatorResponse) String() string
- func (m *MsgDeleteOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeleteOperatorResponse) XXX_DiscardUnknown()
- func (m *MsgDeleteOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteOperatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeleteOperatorResponse) XXX_Size() int
- func (m *MsgDeleteOperatorResponse) XXX_Unmarshal(b []byte) error
- type MsgReactivateOperator
- func (*MsgReactivateOperator) Descriptor() ([]byte, []int)
- func (m *MsgReactivateOperator) GetOperatorID() uint32
- func (m *MsgReactivateOperator) GetSender() string
- func (m *MsgReactivateOperator) Marshal() (dAtA []byte, err error)
- func (m *MsgReactivateOperator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgReactivateOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgReactivateOperator) ProtoMessage()
- func (m *MsgReactivateOperator) Reset()
- func (m *MsgReactivateOperator) Size() (n int)
- func (m *MsgReactivateOperator) String() string
- func (m *MsgReactivateOperator) Unmarshal(dAtA []byte) error
- func (msg *MsgReactivateOperator) ValidateBasic() error
- func (m *MsgReactivateOperator) XXX_DiscardUnknown()
- func (m *MsgReactivateOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgReactivateOperator) XXX_Merge(src proto.Message)
- func (m *MsgReactivateOperator) XXX_Size() int
- func (m *MsgReactivateOperator) XXX_Unmarshal(b []byte) error
- type MsgReactivateOperatorResponse
- func (*MsgReactivateOperatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgReactivateOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgReactivateOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgReactivateOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgReactivateOperatorResponse) ProtoMessage()
- func (m *MsgReactivateOperatorResponse) Reset()
- func (m *MsgReactivateOperatorResponse) Size() (n int)
- func (m *MsgReactivateOperatorResponse) String() string
- func (m *MsgReactivateOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgReactivateOperatorResponse) XXX_DiscardUnknown()
- func (m *MsgReactivateOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgReactivateOperatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgReactivateOperatorResponse) XXX_Size() int
- func (m *MsgReactivateOperatorResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterOperator
- func (*MsgRegisterOperator) Descriptor() ([]byte, []int)
- func (m *MsgRegisterOperator) GetFeeAmount() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *MsgRegisterOperator) GetMoniker() string
- func (m *MsgRegisterOperator) GetPictureURL() string
- func (m *MsgRegisterOperator) GetSender() string
- func (msg *MsgRegisterOperator) GetSignBytes() []byte
- func (msg *MsgRegisterOperator) GetSigners() []sdk.AccAddress
- func (m *MsgRegisterOperator) GetWebsite() string
- func (m *MsgRegisterOperator) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterOperator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterOperator) ProtoMessage()
- func (m *MsgRegisterOperator) Reset()
- func (m *MsgRegisterOperator) Size() (n int)
- func (m *MsgRegisterOperator) String() string
- func (m *MsgRegisterOperator) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterOperator) ValidateBasic() error
- func (m *MsgRegisterOperator) XXX_DiscardUnknown()
- func (m *MsgRegisterOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterOperator) XXX_Merge(src proto.Message)
- func (m *MsgRegisterOperator) XXX_Size() int
- func (m *MsgRegisterOperator) XXX_Unmarshal(b []byte) error
- type MsgRegisterOperatorResponse
- func (*MsgRegisterOperatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterOperatorResponse) GetNewOperatorID() uint32
- func (m *MsgRegisterOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterOperatorResponse) ProtoMessage()
- func (m *MsgRegisterOperatorResponse) Reset()
- func (m *MsgRegisterOperatorResponse) Size() (n int)
- func (m *MsgRegisterOperatorResponse) String() string
- func (m *MsgRegisterOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterOperatorResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterOperatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterOperatorResponse) XXX_Size() int
- func (m *MsgRegisterOperatorResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSetOperatorParams
- func (*MsgSetOperatorParams) Descriptor() ([]byte, []int)
- func (m *MsgSetOperatorParams) GetOperatorID() uint32
- func (m *MsgSetOperatorParams) GetParams() OperatorParams
- func (m *MsgSetOperatorParams) GetSender() string
- func (m *MsgSetOperatorParams) Marshal() (dAtA []byte, err error)
- func (m *MsgSetOperatorParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetOperatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetOperatorParams) ProtoMessage()
- func (m *MsgSetOperatorParams) Reset()
- func (m *MsgSetOperatorParams) Size() (n int)
- func (m *MsgSetOperatorParams) String() string
- func (m *MsgSetOperatorParams) Unmarshal(dAtA []byte) error
- func (msg *MsgSetOperatorParams) ValidateBasic() error
- func (m *MsgSetOperatorParams) XXX_DiscardUnknown()
- func (m *MsgSetOperatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetOperatorParams) XXX_Merge(src proto.Message)
- func (m *MsgSetOperatorParams) XXX_Size() int
- func (m *MsgSetOperatorParams) XXX_Unmarshal(b []byte) error
- type MsgSetOperatorParamsResponse
- func (*MsgSetOperatorParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetOperatorParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetOperatorParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetOperatorParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetOperatorParamsResponse) ProtoMessage()
- func (m *MsgSetOperatorParamsResponse) Reset()
- func (m *MsgSetOperatorParamsResponse) Size() (n int)
- func (m *MsgSetOperatorParamsResponse) String() string
- func (m *MsgSetOperatorParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetOperatorParamsResponse) XXX_DiscardUnknown()
- func (m *MsgSetOperatorParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetOperatorParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetOperatorParamsResponse) XXX_Size() int
- func (m *MsgSetOperatorParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgTransferOperatorOwnership
- func (*MsgTransferOperatorOwnership) Descriptor() ([]byte, []int)
- func (m *MsgTransferOperatorOwnership) GetNewAdmin() string
- func (m *MsgTransferOperatorOwnership) GetOperatorID() uint32
- func (m *MsgTransferOperatorOwnership) GetSender() string
- func (msg *MsgTransferOperatorOwnership) GetSignBytes() []byte
- func (msg *MsgTransferOperatorOwnership) GetSigners() []sdk.AccAddress
- func (m *MsgTransferOperatorOwnership) Marshal() (dAtA []byte, err error)
- func (m *MsgTransferOperatorOwnership) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTransferOperatorOwnership) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTransferOperatorOwnership) ProtoMessage()
- func (m *MsgTransferOperatorOwnership) Reset()
- func (m *MsgTransferOperatorOwnership) Size() (n int)
- func (m *MsgTransferOperatorOwnership) String() string
- func (m *MsgTransferOperatorOwnership) Unmarshal(dAtA []byte) error
- func (msg *MsgTransferOperatorOwnership) ValidateBasic() error
- func (m *MsgTransferOperatorOwnership) XXX_DiscardUnknown()
- func (m *MsgTransferOperatorOwnership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTransferOperatorOwnership) XXX_Merge(src proto.Message)
- func (m *MsgTransferOperatorOwnership) XXX_Size() int
- func (m *MsgTransferOperatorOwnership) XXX_Unmarshal(b []byte) error
- type MsgTransferOperatorOwnershipResponse
- func (*MsgTransferOperatorOwnershipResponse) Descriptor() ([]byte, []int)
- func (m *MsgTransferOperatorOwnershipResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTransferOperatorOwnershipResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTransferOperatorOwnershipResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTransferOperatorOwnershipResponse) ProtoMessage()
- func (m *MsgTransferOperatorOwnershipResponse) Reset()
- func (m *MsgTransferOperatorOwnershipResponse) Size() (n int)
- func (m *MsgTransferOperatorOwnershipResponse) String() string
- func (m *MsgTransferOperatorOwnershipResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTransferOperatorOwnershipResponse) XXX_DiscardUnknown()
- func (m *MsgTransferOperatorOwnershipResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTransferOperatorOwnershipResponse) XXX_Merge(src proto.Message)
- func (m *MsgTransferOperatorOwnershipResponse) XXX_Size() int
- func (m *MsgTransferOperatorOwnershipResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateOperator
- func (*MsgUpdateOperator) Descriptor() ([]byte, []int)
- func (m *MsgUpdateOperator) GetMoniker() string
- func (m *MsgUpdateOperator) GetOperatorID() uint32
- func (m *MsgUpdateOperator) GetPictureURL() string
- func (m *MsgUpdateOperator) GetSender() string
- func (msg *MsgUpdateOperator) GetSignBytes() []byte
- func (msg *MsgUpdateOperator) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateOperator) GetWebsite() string
- func (m *MsgUpdateOperator) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateOperator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateOperator) ProtoMessage()
- func (m *MsgUpdateOperator) Reset()
- func (m *MsgUpdateOperator) Size() (n int)
- func (m *MsgUpdateOperator) String() string
- func (m *MsgUpdateOperator) Unmarshal(dAtA []byte) error
- func (msg *MsgUpdateOperator) ValidateBasic() error
- func (m *MsgUpdateOperator) XXX_DiscardUnknown()
- func (m *MsgUpdateOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateOperator) XXX_Merge(src proto.Message)
- func (m *MsgUpdateOperator) XXX_Size() int
- func (m *MsgUpdateOperator) XXX_Unmarshal(b []byte) error
- type MsgUpdateOperatorResponse
- func (*MsgUpdateOperatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateOperatorResponse) ProtoMessage()
- func (m *MsgUpdateOperatorResponse) Reset()
- func (m *MsgUpdateOperatorResponse) Size() (n int)
- func (m *MsgUpdateOperatorResponse) String() string
- func (m *MsgUpdateOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateOperatorResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateOperatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateOperatorResponse) XXX_Size() int
- func (m *MsgUpdateOperatorResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParams) GetAuthority() string
- func (m *MsgUpdateParams) GetParams() Params
- func (msg *MsgUpdateParams) GetSignBytes() []byte
- func (msg *MsgUpdateParams) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParams) ProtoMessage()
- func (m *MsgUpdateParams) Reset()
- func (m *MsgUpdateParams) Size() (n int)
- func (m *MsgUpdateParams) String() string
- func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
- func (msg *MsgUpdateParams) ValidateBasic() error
- func (m *MsgUpdateParams) XXX_DiscardUnknown()
- func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParams) XXX_Size() int
- func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
- type MsgUpdateParamsResponse
- func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParamsResponse) ProtoMessage()
- func (m *MsgUpdateParamsResponse) Reset()
- func (m *MsgUpdateParamsResponse) Size() (n int)
- func (m *MsgUpdateParamsResponse) String() string
- func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParamsResponse) XXX_Size() int
- func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
- type MultiOperatorsHooks
- func (h MultiOperatorsHooks) AfterOperatorInactivatingCompleted(ctx context.Context, operatorID uint32) error
- func (h MultiOperatorsHooks) AfterOperatorInactivatingStarted(ctx context.Context, operatorID uint32) error
- func (h MultiOperatorsHooks) AfterOperatorReactivated(ctx context.Context, operatorID uint32) error
- func (h MultiOperatorsHooks) AfterOperatorRegistered(ctx context.Context, operatorID uint32) error
- func (h MultiOperatorsHooks) BeforeOperatorDeleted(ctx context.Context, operatorID uint32) error
- type Operator
- func (o Operator) AddTokensFromDelegation(amount sdk.Coins) (Operator, sdk.DecCoins)
- func (*Operator) Descriptor() ([]byte, []int)
- func (o Operator) GetAddress() string
- func (o Operator) GetDelegatorShares() sdk.DecCoins
- func (o Operator) GetID() uint32
- func (o Operator) GetSharesDenom(tokenDenom string) string
- func (o Operator) GetTokens() sdk.Coins
- func (o Operator) InvalidExRate() bool
- func (o Operator) IsActive() bool
- func (m *Operator) Marshal() (dAtA []byte, err error)
- func (m *Operator) MarshalTo(dAtA []byte) (int, error)
- func (m *Operator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Operator) ProtoMessage()
- func (o Operator) RemoveDelShares(delShares sdk.DecCoins) (Operator, sdk.Coins)
- func (m *Operator) Reset()
- func (o Operator) SharesFromDecCoins(tokens sdk.DecCoins) (sdk.DecCoins, error)
- func (o Operator) SharesFromTokens(tokens sdk.Coins) (sdk.DecCoins, error)
- func (o Operator) SharesFromTokensTruncated(tokens sdk.Coins) (sdk.DecCoins, error)
- func (m *Operator) Size() (n int)
- func (m *Operator) String() string
- func (o Operator) TokensFromShares(shares sdk.DecCoins) sdk.DecCoins
- func (o Operator) TokensFromSharesTruncated(shares sdk.DecCoins) sdk.DecCoins
- func (m *Operator) Unmarshal(dAtA []byte) error
- func (o *Operator) Update(update OperatorUpdate) Operator
- func (o Operator) Validate() error
- func (m *Operator) XXX_DiscardUnknown()
- func (m *Operator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Operator) XXX_Merge(src proto.Message)
- func (m *Operator) XXX_Size() int
- func (m *Operator) XXX_Unmarshal(b []byte) error
- type OperatorParams
- func (*OperatorParams) Descriptor() ([]byte, []int)
- func (m *OperatorParams) Marshal() (dAtA []byte, err error)
- func (m *OperatorParams) MarshalTo(dAtA []byte) (int, error)
- func (m *OperatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OperatorParams) ProtoMessage()
- func (m *OperatorParams) Reset()
- func (m *OperatorParams) Size() (n int)
- func (m *OperatorParams) String() string
- func (m *OperatorParams) Unmarshal(dAtA []byte) error
- func (p *OperatorParams) Validate() error
- func (m *OperatorParams) XXX_DiscardUnknown()
- func (m *OperatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OperatorParams) XXX_Merge(src proto.Message)
- func (m *OperatorParams) XXX_Size() int
- func (m *OperatorParams) XXX_Unmarshal(b []byte) error
- type OperatorParamsRecord
- func (*OperatorParamsRecord) Descriptor() ([]byte, []int)
- func (m *OperatorParamsRecord) GetOperatorID() uint32
- func (m *OperatorParamsRecord) GetParams() OperatorParams
- func (m *OperatorParamsRecord) Marshal() (dAtA []byte, err error)
- func (m *OperatorParamsRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *OperatorParamsRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OperatorParamsRecord) ProtoMessage()
- func (m *OperatorParamsRecord) Reset()
- func (m *OperatorParamsRecord) Size() (n int)
- func (m *OperatorParamsRecord) String() string
- func (m *OperatorParamsRecord) Unmarshal(dAtA []byte) error
- func (o *OperatorParamsRecord) Validate() error
- func (m *OperatorParamsRecord) XXX_DiscardUnknown()
- func (m *OperatorParamsRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OperatorParamsRecord) XXX_Merge(src proto.Message)
- func (m *OperatorParamsRecord) XXX_Size() int
- func (m *OperatorParamsRecord) XXX_Unmarshal(b []byte) error
- type OperatorStatus
- type OperatorUpdate
- type OperatorsHooks
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (m *Params) GetDeactivationTime() time.Duration
- func (m *Params) GetOperatorRegistrationFee() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p *Params) Validate() error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryOperatorParamsRequest
- func (*QueryOperatorParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryOperatorParamsRequest) GetOperatorId() uint32
- func (m *QueryOperatorParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryOperatorParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOperatorParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOperatorParamsRequest) ProtoMessage()
- func (m *QueryOperatorParamsRequest) Reset()
- func (m *QueryOperatorParamsRequest) Size() (n int)
- func (m *QueryOperatorParamsRequest) String() string
- func (m *QueryOperatorParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryOperatorParamsRequest) XXX_DiscardUnknown()
- func (m *QueryOperatorParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOperatorParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryOperatorParamsRequest) XXX_Size() int
- func (m *QueryOperatorParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryOperatorParamsResponse
- func (*QueryOperatorParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryOperatorParamsResponse) GetOperatorParams() OperatorParams
- func (m *QueryOperatorParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryOperatorParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOperatorParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOperatorParamsResponse) ProtoMessage()
- func (m *QueryOperatorParamsResponse) Reset()
- func (m *QueryOperatorParamsResponse) Size() (n int)
- func (m *QueryOperatorParamsResponse) String() string
- func (m *QueryOperatorParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryOperatorParamsResponse) XXX_DiscardUnknown()
- func (m *QueryOperatorParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOperatorParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryOperatorParamsResponse) XXX_Size() int
- func (m *QueryOperatorParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryOperatorRequest
- func (*QueryOperatorRequest) Descriptor() ([]byte, []int)
- func (m *QueryOperatorRequest) GetOperatorId() uint32
- func (m *QueryOperatorRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryOperatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOperatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOperatorRequest) ProtoMessage()
- func (m *QueryOperatorRequest) Reset()
- func (m *QueryOperatorRequest) Size() (n int)
- func (m *QueryOperatorRequest) String() string
- func (m *QueryOperatorRequest) Unmarshal(dAtA []byte) error
- func (m *QueryOperatorRequest) XXX_DiscardUnknown()
- func (m *QueryOperatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOperatorRequest) XXX_Merge(src proto.Message)
- func (m *QueryOperatorRequest) XXX_Size() int
- func (m *QueryOperatorRequest) XXX_Unmarshal(b []byte) error
- type QueryOperatorResponse
- func (*QueryOperatorResponse) Descriptor() ([]byte, []int)
- func (m *QueryOperatorResponse) GetOperator() Operator
- func (m *QueryOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOperatorResponse) ProtoMessage()
- func (m *QueryOperatorResponse) Reset()
- func (m *QueryOperatorResponse) Size() (n int)
- func (m *QueryOperatorResponse) String() string
- func (m *QueryOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *QueryOperatorResponse) XXX_DiscardUnknown()
- func (m *QueryOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOperatorResponse) XXX_Merge(src proto.Message)
- func (m *QueryOperatorResponse) XXX_Size() int
- func (m *QueryOperatorResponse) XXX_Unmarshal(b []byte) error
- type QueryOperatorsRequest
- func (*QueryOperatorsRequest) Descriptor() ([]byte, []int)
- func (m *QueryOperatorsRequest) GetPagination() *query.PageRequest
- func (m *QueryOperatorsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryOperatorsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOperatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOperatorsRequest) ProtoMessage()
- func (m *QueryOperatorsRequest) Reset()
- func (m *QueryOperatorsRequest) Size() (n int)
- func (m *QueryOperatorsRequest) String() string
- func (m *QueryOperatorsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryOperatorsRequest) XXX_DiscardUnknown()
- func (m *QueryOperatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOperatorsRequest) XXX_Merge(src proto.Message)
- func (m *QueryOperatorsRequest) XXX_Size() int
- func (m *QueryOperatorsRequest) XXX_Unmarshal(b []byte) error
- type QueryOperatorsResponse
- func (*QueryOperatorsResponse) Descriptor() ([]byte, []int)
- func (m *QueryOperatorsResponse) GetOperators() []Operator
- func (m *QueryOperatorsResponse) GetPagination() *query.PageResponse
- func (m *QueryOperatorsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryOperatorsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOperatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOperatorsResponse) ProtoMessage()
- func (m *QueryOperatorsResponse) Reset()
- func (m *QueryOperatorsResponse) Size() (n int)
- func (m *QueryOperatorsResponse) String() string
- func (m *QueryOperatorsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryOperatorsResponse) XXX_DiscardUnknown()
- func (m *QueryOperatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOperatorsResponse) XXX_Merge(src proto.Message)
- func (m *QueryOperatorsResponse) XXX_Size() int
- func (m *QueryOperatorsResponse) 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 UnbondingOperator
- func (*UnbondingOperator) Descriptor() ([]byte, []int)
- func (m *UnbondingOperator) GetOperatorID() uint32
- func (m *UnbondingOperator) GetUnbondingCompletionTime() time.Time
- func (m *UnbondingOperator) Marshal() (dAtA []byte, err error)
- func (m *UnbondingOperator) MarshalTo(dAtA []byte) (int, error)
- func (m *UnbondingOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnbondingOperator) ProtoMessage()
- func (m *UnbondingOperator) Reset()
- func (m *UnbondingOperator) Size() (n int)
- func (m *UnbondingOperator) String() string
- func (m *UnbondingOperator) Unmarshal(dAtA []byte) error
- func (o *UnbondingOperator) Validate() error
- func (m *UnbondingOperator) XXX_DiscardUnknown()
- func (m *UnbondingOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnbondingOperator) XXX_Merge(src proto.Message)
- func (m *UnbondingOperator) XXX_Size() int
- func (m *UnbondingOperator) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) DeactivateOperator(ctx context.Context, req *MsgDeactivateOperator) (*MsgDeactivateOperatorResponse, error)
- func (*UnimplementedMsgServer) DeleteOperator(ctx context.Context, req *MsgDeleteOperator) (*MsgDeleteOperatorResponse, error)
- func (*UnimplementedMsgServer) ReactivateOperator(ctx context.Context, req *MsgReactivateOperator) (*MsgReactivateOperatorResponse, error)
- func (*UnimplementedMsgServer) RegisterOperator(ctx context.Context, req *MsgRegisterOperator) (*MsgRegisterOperatorResponse, error)
- func (*UnimplementedMsgServer) SetOperatorParams(ctx context.Context, req *MsgSetOperatorParams) (*MsgSetOperatorParamsResponse, error)
- func (*UnimplementedMsgServer) TransferOperatorOwnership(ctx context.Context, req *MsgTransferOperatorOwnership) (*MsgTransferOperatorOwnershipResponse, error)
- func (*UnimplementedMsgServer) UpdateOperator(ctx context.Context, req *MsgUpdateOperator) (*MsgUpdateOperatorResponse, error)
- func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) Operator(ctx context.Context, req *QueryOperatorRequest) (*QueryOperatorResponse, error)
- func (*UnimplementedQueryServer) OperatorParams(ctx context.Context, req *QueryOperatorParamsRequest) (*QueryOperatorParamsResponse, error)
- func (*UnimplementedQueryServer) Operators(ctx context.Context, req *QueryOperatorsRequest) (*QueryOperatorsResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
Constants ¶
const ( EventTypeRegisterOperator = "register_operator" EventTypeUpdateOperator = "update_operator" EventTypeStartOperatorInactivation = "start_operator_inactivation" EventTypeCompleteOperatorInactivation = "complete_operator_inactivation" EventTypeReactivateOperator = "reactivate_operator" EventTypeTransferOperatorOwnership = "transfer_operator_ownership" EventTypeSetOperatorParams = "set_operator_params" EventTypeDeleteOperator = "delete_operator" AttributeKeyOperatorID = "operator_id" AttributeKeyNewAdmin = "new_admin" )
const ( ModuleName = "operators" StoreKey = ModuleName DoNotModify = "[do-not-modify]" )
Variables ¶
var ( ErrOperatorNotFound = errors.Wrap(sdkerrors.ErrNotFound, "operator not found") ErrInvalidGenesis = errors.Register(ModuleName, 1, "invalid genesis state") ErrInvalidDeactivationTime = errors.Register(ModuleName, 3, "invalid deactivation time") ErrOperatorNotActive = errors.Register(ModuleName, 4, "operator not active") ErrInvalidOperatorParams = errors.Register(ModuleName, 5, "invalid operator params") ErrOperatorNotInactive = errors.Register(ModuleName, 6, "operator not inactive") )
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 ( ParamsKey = []byte{0x01} NextOperatorIDKey = []byte{0xa1} OperatorPrefix = []byte{0xa2} InactivatingOperatorQueuePrefix = []byte{0xa3} OperatorAddressSetPrefix = []byte{0xa4} OperatorParamsMapPrefix = []byte{0xa5} )
var ( ErrInvalidLengthMessages = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMessages = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupMessages = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthModels = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowModels = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupModels = 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 AminoCdc = codec.NewLegacyAmino()
AminoCdc references the global x/avs module codec. Note, the codec should ONLY be used in certain instances of tests and for JSON encoding as Amino is still used for that purpose.
The actual codec used for serialization should be provided to x/avs and defined at the application level.
var OperatorStatus_name = map[int32]string{
0: "OPERATOR_STATUS_UNSPECIFIED",
1: "OPERATOR_STATUS_ACTIVE",
2: "OPERATOR_STATUS_INACTIVATING",
3: "OPERATOR_STATUS_INACTIVE",
}
var OperatorStatus_value = map[string]int32{
"OPERATOR_STATUS_UNSPECIFIED": 0,
"OPERATOR_STATUS_ACTIVE": 1,
"OPERATOR_STATUS_INACTIVATING": 2,
"OPERATOR_STATUS_INACTIVE": 3,
}
Functions ¶
func GetOperatorAddress ¶
func GetOperatorAddress(operatorID uint32) sdk.AccAddress
GetOperatorAddress generates an operator address from its id
func GetOperatorIDBytes ¶
GetOperatorIDBytes returns the byte representation of the operator ID
func GetOperatorIDFromBytes ¶
GetOperatorIDFromBytes returns the operator ID from a byte array
func InactivatingOperatorByTime ¶
InactivatingOperatorByTime returns the key for all inactivating operators that expire at the given time
func InactivatingOperatorQueueKey ¶
InactivatingOperatorQueueKey returns the key for an inactivating operator in the queue
func ParseOperatorID ¶
ParseOperatorID tries parsing the given value as an operator id
func RegisterInterfaces ¶
func RegisterInterfaces(registry types.InterfaceRegistry)
func RegisterLegacyAminoCodec ¶
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
Types ¶
type AccountKeeper ¶
type CommunityPoolKeeper ¶
type GenesisState ¶
type GenesisState struct { // Params defines the parameters of the module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` // NextOperatorID defines the ID that will be assigned to the // next operator that gets created. NextOperatorID uint32 `protobuf:"varint,2,opt,name=next_operator_id,json=nextOperatorId,proto3" json:"next_operator_id,omitempty"` // Operators defines the list of operators. Operators []Operator `protobuf:"bytes,3,rep,name=operators,proto3" json:"operators" yaml:"operators"` // UnbondingOperators defines the list of operators that are currently being // unbonded. UnbondingOperators []UnbondingOperator `` /* 132-byte string literal not displayed */ // OperatorsParams defines the list of operators params. OperatorsParams []OperatorParamsRecord `protobuf:"bytes,5,rep,name=operators_params,json=operatorsParams,proto3" json:"operators_params" yaml:"operators_params"` }
GenesisState defines the operators module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default genesis state.
func NewGenesisState ¶
func NewGenesisState( nextOperatorID uint32, operators []Operator, operatorParams []OperatorParamsRecord, unbondingOperators []UnbondingOperator, params Params, ) *GenesisState
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetNextOperatorID ¶
func (m *GenesisState) GetNextOperatorID() uint32
func (*GenesisState) GetOperators ¶
func (m *GenesisState) GetOperators() []Operator
func (*GenesisState) GetOperatorsParams ¶
func (m *GenesisState) GetOperatorsParams() []OperatorParamsRecord
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
func (*GenesisState) GetUnbondingOperators ¶
func (m *GenesisState) GetUnbondingOperators() []UnbondingOperator
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 (data *GenesisState) Validate() error
Validate checks that the genesis state is valid.
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 MsgClient ¶
type MsgClient interface { // RegisterOperator defines the operation for registering a new operator. RegisterOperator(ctx context.Context, in *MsgRegisterOperator, opts ...grpc.CallOption) (*MsgRegisterOperatorResponse, error) // UpdateOperator defines the operation for updating an operator's details. // The operator owner can update the moniker, website, and picture URL. UpdateOperator(ctx context.Context, in *MsgUpdateOperator, opts ...grpc.CallOption) (*MsgUpdateOperatorResponse, error) // DeactivateOperator defines the operation for deactivating an // operator. Operators will require some time in order to be deactivated. // This time is defined by the governance parameters. DeactivateOperator(ctx context.Context, in *MsgDeactivateOperator, opts ...grpc.CallOption) (*MsgDeactivateOperatorResponse, error) // ReactivateOperator defines the operation for reactivating an // inactive operator. ReactivateOperator(ctx context.Context, in *MsgReactivateOperator, opts ...grpc.CallOption) (*MsgReactivateOperatorResponse, error) // DeleteOperator defines the operation for deleting a deactivated operator. DeleteOperator(ctx context.Context, in *MsgDeleteOperator, opts ...grpc.CallOption) (*MsgDeleteOperatorResponse, error) // TransferOperatorOwnership defines the operation for transferring the // ownership of an operator to another account. TransferOperatorOwnership(ctx context.Context, in *MsgTransferOperatorOwnership, opts ...grpc.CallOption) (*MsgTransferOperatorOwnershipResponse, error) // SetOperatorParams defines the operation for setting a operator's // parameters. SetOperatorParams(ctx context.Context, in *MsgSetOperatorParams, opts ...grpc.CallOption) (*MsgSetOperatorParamsResponse, error) // UpdateParams defines a governance operation for updating the module // parameters. // The authority defaults to the x/gov module account. UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) }
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 MsgDeactivateOperator ¶
type MsgDeactivateOperator struct { // Sender is the address of the user deactivating the operator Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` // OperatorID represents the ID of the operator to be deregistered OperatorID uint32 `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` }
MsgDeactivateOperator defines the message structure for the DeactivateOperator gRPC service method. It allows the operator owner to signal that the operator will become inactive. This should be used to signal users that the operator is going to stop performing services and they should switch to another operator.
func NewMsgDeactivateOperator ¶
func NewMsgDeactivateOperator(operatorID uint32, sender string) *MsgDeactivateOperator
NewMsgDeactivateOperator creates a new MsgDeactivateOperator instance
func (*MsgDeactivateOperator) Descriptor ¶
func (*MsgDeactivateOperator) Descriptor() ([]byte, []int)
func (*MsgDeactivateOperator) GetOperatorID ¶
func (m *MsgDeactivateOperator) GetOperatorID() uint32
func (*MsgDeactivateOperator) GetSender ¶
func (m *MsgDeactivateOperator) GetSender() string
func (*MsgDeactivateOperator) GetSignBytes ¶
func (msg *MsgDeactivateOperator) GetSignBytes() []byte
GetSignBytes implements sdk.Msg
func (*MsgDeactivateOperator) GetSigners ¶
func (msg *MsgDeactivateOperator) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgDeactivateOperator) Marshal ¶
func (m *MsgDeactivateOperator) Marshal() (dAtA []byte, err error)
func (*MsgDeactivateOperator) MarshalTo ¶
func (m *MsgDeactivateOperator) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeactivateOperator) MarshalToSizedBuffer ¶
func (m *MsgDeactivateOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeactivateOperator) ProtoMessage ¶
func (*MsgDeactivateOperator) ProtoMessage()
func (*MsgDeactivateOperator) Reset ¶
func (m *MsgDeactivateOperator) Reset()
func (*MsgDeactivateOperator) Size ¶
func (m *MsgDeactivateOperator) Size() (n int)
func (*MsgDeactivateOperator) String ¶
func (m *MsgDeactivateOperator) String() string
func (*MsgDeactivateOperator) Unmarshal ¶
func (m *MsgDeactivateOperator) Unmarshal(dAtA []byte) error
func (*MsgDeactivateOperator) ValidateBasic ¶
func (msg *MsgDeactivateOperator) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgDeactivateOperator) XXX_DiscardUnknown ¶
func (m *MsgDeactivateOperator) XXX_DiscardUnknown()
func (*MsgDeactivateOperator) XXX_Marshal ¶
func (m *MsgDeactivateOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeactivateOperator) XXX_Merge ¶
func (m *MsgDeactivateOperator) XXX_Merge(src proto.Message)
func (*MsgDeactivateOperator) XXX_Size ¶
func (m *MsgDeactivateOperator) XXX_Size() int
func (*MsgDeactivateOperator) XXX_Unmarshal ¶
func (m *MsgDeactivateOperator) XXX_Unmarshal(b []byte) error
type MsgDeactivateOperatorResponse ¶
type MsgDeactivateOperatorResponse struct { }
MsgDeactivateOperatorResponse is the return value of MsgDeactivateOperator.
func (*MsgDeactivateOperatorResponse) Descriptor ¶
func (*MsgDeactivateOperatorResponse) Descriptor() ([]byte, []int)
func (*MsgDeactivateOperatorResponse) Marshal ¶
func (m *MsgDeactivateOperatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeactivateOperatorResponse) MarshalTo ¶
func (m *MsgDeactivateOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeactivateOperatorResponse) MarshalToSizedBuffer ¶
func (m *MsgDeactivateOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeactivateOperatorResponse) ProtoMessage ¶
func (*MsgDeactivateOperatorResponse) ProtoMessage()
func (*MsgDeactivateOperatorResponse) Reset ¶
func (m *MsgDeactivateOperatorResponse) Reset()
func (*MsgDeactivateOperatorResponse) Size ¶
func (m *MsgDeactivateOperatorResponse) Size() (n int)
func (*MsgDeactivateOperatorResponse) String ¶
func (m *MsgDeactivateOperatorResponse) String() string
func (*MsgDeactivateOperatorResponse) Unmarshal ¶
func (m *MsgDeactivateOperatorResponse) Unmarshal(dAtA []byte) error
func (*MsgDeactivateOperatorResponse) XXX_DiscardUnknown ¶
func (m *MsgDeactivateOperatorResponse) XXX_DiscardUnknown()
func (*MsgDeactivateOperatorResponse) XXX_Marshal ¶
func (m *MsgDeactivateOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeactivateOperatorResponse) XXX_Merge ¶
func (m *MsgDeactivateOperatorResponse) XXX_Merge(src proto.Message)
func (*MsgDeactivateOperatorResponse) XXX_Size ¶
func (m *MsgDeactivateOperatorResponse) XXX_Size() int
func (*MsgDeactivateOperatorResponse) XXX_Unmarshal ¶
func (m *MsgDeactivateOperatorResponse) XXX_Unmarshal(b []byte) error
type MsgDeleteOperator ¶
type MsgDeleteOperator struct { // Sender is the address of the user deleting the operator Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` // OperatorID represents the ID of the operator to be deleted OperatorID uint32 `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` }
MsgDeleteOperator defines the message structure for the DeleteOperator gRPC service method. It allows the operator owner to delete a deactivated operator.
func NewMsgDeleteOperator ¶
func NewMsgDeleteOperator(operatorID uint32, sender string) *MsgDeleteOperator
NewMsgDeleteOperator creates a new MsgDeleteOperator instance
func (*MsgDeleteOperator) Descriptor ¶
func (*MsgDeleteOperator) Descriptor() ([]byte, []int)
func (*MsgDeleteOperator) GetOperatorID ¶
func (m *MsgDeleteOperator) GetOperatorID() uint32
func (*MsgDeleteOperator) GetSender ¶
func (m *MsgDeleteOperator) GetSender() string
func (*MsgDeleteOperator) Marshal ¶
func (m *MsgDeleteOperator) Marshal() (dAtA []byte, err error)
func (*MsgDeleteOperator) MarshalTo ¶
func (m *MsgDeleteOperator) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteOperator) MarshalToSizedBuffer ¶
func (m *MsgDeleteOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteOperator) ProtoMessage ¶
func (*MsgDeleteOperator) ProtoMessage()
func (*MsgDeleteOperator) Reset ¶
func (m *MsgDeleteOperator) Reset()
func (*MsgDeleteOperator) Size ¶
func (m *MsgDeleteOperator) Size() (n int)
func (*MsgDeleteOperator) String ¶
func (m *MsgDeleteOperator) String() string
func (*MsgDeleteOperator) Unmarshal ¶
func (m *MsgDeleteOperator) Unmarshal(dAtA []byte) error
func (*MsgDeleteOperator) ValidateBasic ¶
func (msg *MsgDeleteOperator) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgDeleteOperator) XXX_DiscardUnknown ¶
func (m *MsgDeleteOperator) XXX_DiscardUnknown()
func (*MsgDeleteOperator) XXX_Marshal ¶
func (m *MsgDeleteOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteOperator) XXX_Merge ¶
func (m *MsgDeleteOperator) XXX_Merge(src proto.Message)
func (*MsgDeleteOperator) XXX_Size ¶
func (m *MsgDeleteOperator) XXX_Size() int
func (*MsgDeleteOperator) XXX_Unmarshal ¶
func (m *MsgDeleteOperator) XXX_Unmarshal(b []byte) error
type MsgDeleteOperatorResponse ¶
type MsgDeleteOperatorResponse struct { }
MsgDeleteOperatorResponse is the return value of MsgDeleteOperator.
func (*MsgDeleteOperatorResponse) Descriptor ¶
func (*MsgDeleteOperatorResponse) Descriptor() ([]byte, []int)
func (*MsgDeleteOperatorResponse) Marshal ¶
func (m *MsgDeleteOperatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeleteOperatorResponse) MarshalTo ¶
func (m *MsgDeleteOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteOperatorResponse) MarshalToSizedBuffer ¶
func (m *MsgDeleteOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteOperatorResponse) ProtoMessage ¶
func (*MsgDeleteOperatorResponse) ProtoMessage()
func (*MsgDeleteOperatorResponse) Reset ¶
func (m *MsgDeleteOperatorResponse) Reset()
func (*MsgDeleteOperatorResponse) Size ¶
func (m *MsgDeleteOperatorResponse) Size() (n int)
func (*MsgDeleteOperatorResponse) String ¶
func (m *MsgDeleteOperatorResponse) String() string
func (*MsgDeleteOperatorResponse) Unmarshal ¶
func (m *MsgDeleteOperatorResponse) Unmarshal(dAtA []byte) error
func (*MsgDeleteOperatorResponse) XXX_DiscardUnknown ¶
func (m *MsgDeleteOperatorResponse) XXX_DiscardUnknown()
func (*MsgDeleteOperatorResponse) XXX_Marshal ¶
func (m *MsgDeleteOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteOperatorResponse) XXX_Merge ¶
func (m *MsgDeleteOperatorResponse) XXX_Merge(src proto.Message)
func (*MsgDeleteOperatorResponse) XXX_Size ¶
func (m *MsgDeleteOperatorResponse) XXX_Size() int
func (*MsgDeleteOperatorResponse) XXX_Unmarshal ¶
func (m *MsgDeleteOperatorResponse) XXX_Unmarshal(b []byte) error
type MsgReactivateOperator ¶
type MsgReactivateOperator struct { // Sender is the address of the user reactivating the operator Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` // OperatorID represents the ID of the operator to be reactivated OperatorID uint32 `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` }
MsgReactivateOperator defines the message structure for the ReactivateOperator gRPC service method. It allows the operator owner to reactivate an inactive operator.
func NewMsgReactivateOperator ¶
func NewMsgReactivateOperator(operatorID uint32, sender string) *MsgReactivateOperator
NewMsgReactivateOperator creates a new MsgReactivateOperator instance
func (*MsgReactivateOperator) Descriptor ¶
func (*MsgReactivateOperator) Descriptor() ([]byte, []int)
func (*MsgReactivateOperator) GetOperatorID ¶
func (m *MsgReactivateOperator) GetOperatorID() uint32
func (*MsgReactivateOperator) GetSender ¶
func (m *MsgReactivateOperator) GetSender() string
func (*MsgReactivateOperator) Marshal ¶
func (m *MsgReactivateOperator) Marshal() (dAtA []byte, err error)
func (*MsgReactivateOperator) MarshalTo ¶
func (m *MsgReactivateOperator) MarshalTo(dAtA []byte) (int, error)
func (*MsgReactivateOperator) MarshalToSizedBuffer ¶
func (m *MsgReactivateOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgReactivateOperator) ProtoMessage ¶
func (*MsgReactivateOperator) ProtoMessage()
func (*MsgReactivateOperator) Reset ¶
func (m *MsgReactivateOperator) Reset()
func (*MsgReactivateOperator) Size ¶
func (m *MsgReactivateOperator) Size() (n int)
func (*MsgReactivateOperator) String ¶
func (m *MsgReactivateOperator) String() string
func (*MsgReactivateOperator) Unmarshal ¶
func (m *MsgReactivateOperator) Unmarshal(dAtA []byte) error
func (*MsgReactivateOperator) ValidateBasic ¶
func (msg *MsgReactivateOperator) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgReactivateOperator) XXX_DiscardUnknown ¶
func (m *MsgReactivateOperator) XXX_DiscardUnknown()
func (*MsgReactivateOperator) XXX_Marshal ¶
func (m *MsgReactivateOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgReactivateOperator) XXX_Merge ¶
func (m *MsgReactivateOperator) XXX_Merge(src proto.Message)
func (*MsgReactivateOperator) XXX_Size ¶
func (m *MsgReactivateOperator) XXX_Size() int
func (*MsgReactivateOperator) XXX_Unmarshal ¶
func (m *MsgReactivateOperator) XXX_Unmarshal(b []byte) error
type MsgReactivateOperatorResponse ¶
type MsgReactivateOperatorResponse struct { }
MsgReactivateOperatorResponse is the return value of MsgReactivateOperator.
func (*MsgReactivateOperatorResponse) Descriptor ¶
func (*MsgReactivateOperatorResponse) Descriptor() ([]byte, []int)
func (*MsgReactivateOperatorResponse) Marshal ¶
func (m *MsgReactivateOperatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgReactivateOperatorResponse) MarshalTo ¶
func (m *MsgReactivateOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgReactivateOperatorResponse) MarshalToSizedBuffer ¶
func (m *MsgReactivateOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgReactivateOperatorResponse) ProtoMessage ¶
func (*MsgReactivateOperatorResponse) ProtoMessage()
func (*MsgReactivateOperatorResponse) Reset ¶
func (m *MsgReactivateOperatorResponse) Reset()
func (*MsgReactivateOperatorResponse) Size ¶
func (m *MsgReactivateOperatorResponse) Size() (n int)
func (*MsgReactivateOperatorResponse) String ¶
func (m *MsgReactivateOperatorResponse) String() string
func (*MsgReactivateOperatorResponse) Unmarshal ¶
func (m *MsgReactivateOperatorResponse) Unmarshal(dAtA []byte) error
func (*MsgReactivateOperatorResponse) XXX_DiscardUnknown ¶
func (m *MsgReactivateOperatorResponse) XXX_DiscardUnknown()
func (*MsgReactivateOperatorResponse) XXX_Marshal ¶
func (m *MsgReactivateOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgReactivateOperatorResponse) XXX_Merge ¶
func (m *MsgReactivateOperatorResponse) XXX_Merge(src proto.Message)
func (*MsgReactivateOperatorResponse) XXX_Size ¶
func (m *MsgReactivateOperatorResponse) XXX_Size() int
func (*MsgReactivateOperatorResponse) XXX_Unmarshal ¶
func (m *MsgReactivateOperatorResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterOperator ¶
type MsgRegisterOperator struct { // Sender is the address of the user registering the operator Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` // Moniker is the moniker of the operator Moniker string `protobuf:"bytes,2,opt,name=moniker,proto3" json:"moniker,omitempty" yaml:"moniker"` // Website is the website of the operator (optional) Website string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty" yaml:"website"` // PictureURL is the URL of operator picture (optional) PictureURL string `protobuf:"bytes,4,opt,name=picture_url,json=pictureUrl,proto3" json:"picture_url,omitempty" yaml:"picture_url"` // FeeAmount represents the fees that are going to be paid to create the // operator. These should always be greater or equals of any of the coins // specified inside the OperatorRegistrationFee field of the modules params. // If no fees are specified inside the module parameters, this field can be // omitted. FeeAmount github_com_cosmos_cosmos_sdk_types.Coins `` /* 132-byte string literal not displayed */ }
MsgRegisterOperator defines the message structure for the RegisterOperator gRPC service method. It allows an account to register a new operator that can opt-in to validate various services. It requires a sender address as well as the details of the operator to be registered.
func NewMsgRegisterOperator ¶
func NewMsgRegisterOperator( moniker string, website string, pictureURL string, feeAmount sdk.Coins, sender string, ) *MsgRegisterOperator
NewMsgRegisterOperator creates a new MsgRegisterOperator instance
func (*MsgRegisterOperator) Descriptor ¶
func (*MsgRegisterOperator) Descriptor() ([]byte, []int)
func (*MsgRegisterOperator) GetFeeAmount ¶
func (m *MsgRegisterOperator) GetFeeAmount() github_com_cosmos_cosmos_sdk_types.Coins
func (*MsgRegisterOperator) GetMoniker ¶
func (m *MsgRegisterOperator) GetMoniker() string
func (*MsgRegisterOperator) GetPictureURL ¶
func (m *MsgRegisterOperator) GetPictureURL() string
func (*MsgRegisterOperator) GetSender ¶
func (m *MsgRegisterOperator) GetSender() string
func (*MsgRegisterOperator) GetSignBytes ¶
func (msg *MsgRegisterOperator) GetSignBytes() []byte
GetSignBytes implements sdk.Msg
func (*MsgRegisterOperator) GetSigners ¶
func (msg *MsgRegisterOperator) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgRegisterOperator) GetWebsite ¶
func (m *MsgRegisterOperator) GetWebsite() string
func (*MsgRegisterOperator) Marshal ¶
func (m *MsgRegisterOperator) Marshal() (dAtA []byte, err error)
func (*MsgRegisterOperator) MarshalTo ¶
func (m *MsgRegisterOperator) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterOperator) MarshalToSizedBuffer ¶
func (m *MsgRegisterOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterOperator) ProtoMessage ¶
func (*MsgRegisterOperator) ProtoMessage()
func (*MsgRegisterOperator) Reset ¶
func (m *MsgRegisterOperator) Reset()
func (*MsgRegisterOperator) Size ¶
func (m *MsgRegisterOperator) Size() (n int)
func (*MsgRegisterOperator) String ¶
func (m *MsgRegisterOperator) String() string
func (*MsgRegisterOperator) Unmarshal ¶
func (m *MsgRegisterOperator) Unmarshal(dAtA []byte) error
func (*MsgRegisterOperator) ValidateBasic ¶
func (msg *MsgRegisterOperator) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgRegisterOperator) XXX_DiscardUnknown ¶
func (m *MsgRegisterOperator) XXX_DiscardUnknown()
func (*MsgRegisterOperator) XXX_Marshal ¶
func (m *MsgRegisterOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterOperator) XXX_Merge ¶
func (m *MsgRegisterOperator) XXX_Merge(src proto.Message)
func (*MsgRegisterOperator) XXX_Size ¶
func (m *MsgRegisterOperator) XXX_Size() int
func (*MsgRegisterOperator) XXX_Unmarshal ¶
func (m *MsgRegisterOperator) XXX_Unmarshal(b []byte) error
type MsgRegisterOperatorResponse ¶
type MsgRegisterOperatorResponse struct { // NewOperatorID is the ID of the newly registered operator NewOperatorID uint32 `protobuf:"varint,1,opt,name=new_operator_id,json=newOperatorId,proto3" json:"new_operator_id,omitempty"` }
MsgRegisterOperatorResponse is the return value of MsgRegisterOperator. It returns the newly created operator ID.
func (*MsgRegisterOperatorResponse) Descriptor ¶
func (*MsgRegisterOperatorResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterOperatorResponse) GetNewOperatorID ¶
func (m *MsgRegisterOperatorResponse) GetNewOperatorID() uint32
func (*MsgRegisterOperatorResponse) Marshal ¶
func (m *MsgRegisterOperatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterOperatorResponse) MarshalTo ¶
func (m *MsgRegisterOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterOperatorResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterOperatorResponse) ProtoMessage ¶
func (*MsgRegisterOperatorResponse) ProtoMessage()
func (*MsgRegisterOperatorResponse) Reset ¶
func (m *MsgRegisterOperatorResponse) Reset()
func (*MsgRegisterOperatorResponse) Size ¶
func (m *MsgRegisterOperatorResponse) Size() (n int)
func (*MsgRegisterOperatorResponse) String ¶
func (m *MsgRegisterOperatorResponse) String() string
func (*MsgRegisterOperatorResponse) Unmarshal ¶
func (m *MsgRegisterOperatorResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterOperatorResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterOperatorResponse) XXX_DiscardUnknown()
func (*MsgRegisterOperatorResponse) XXX_Marshal ¶
func (m *MsgRegisterOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterOperatorResponse) XXX_Merge ¶
func (m *MsgRegisterOperatorResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterOperatorResponse) XXX_Size ¶
func (m *MsgRegisterOperatorResponse) XXX_Size() int
func (*MsgRegisterOperatorResponse) XXX_Unmarshal ¶
func (m *MsgRegisterOperatorResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { // RegisterOperator defines the operation for registering a new operator. RegisterOperator(context.Context, *MsgRegisterOperator) (*MsgRegisterOperatorResponse, error) // UpdateOperator defines the operation for updating an operator's details. // The operator owner can update the moniker, website, and picture URL. UpdateOperator(context.Context, *MsgUpdateOperator) (*MsgUpdateOperatorResponse, error) // DeactivateOperator defines the operation for deactivating an // operator. Operators will require some time in order to be deactivated. // This time is defined by the governance parameters. DeactivateOperator(context.Context, *MsgDeactivateOperator) (*MsgDeactivateOperatorResponse, error) // ReactivateOperator defines the operation for reactivating an // inactive operator. ReactivateOperator(context.Context, *MsgReactivateOperator) (*MsgReactivateOperatorResponse, error) // DeleteOperator defines the operation for deleting a deactivated operator. DeleteOperator(context.Context, *MsgDeleteOperator) (*MsgDeleteOperatorResponse, error) // TransferOperatorOwnership defines the operation for transferring the // ownership of an operator to another account. TransferOperatorOwnership(context.Context, *MsgTransferOperatorOwnership) (*MsgTransferOperatorOwnershipResponse, error) // SetOperatorParams defines the operation for setting a operator's // parameters. SetOperatorParams(context.Context, *MsgSetOperatorParams) (*MsgSetOperatorParamsResponse, error) // UpdateParams defines a governance operation for updating the module // parameters. // The authority defaults to the x/gov module account. UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) }
MsgServer is the server API for Msg service.
type MsgSetOperatorParams ¶
type MsgSetOperatorParams struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` OperatorID uint32 `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` Params OperatorParams `protobuf:"bytes,3,opt,name=params,proto3" json:"params"` }
MsgSetOperatorParams defines the message structure for the SetOperatorParams gRPC service method. It allows the operator admin to update the operator's parameters.
func NewMsgSetOperatorParams ¶
func NewMsgSetOperatorParams(operatorID uint32, operatorParams OperatorParams, sender string) *MsgSetOperatorParams
func (*MsgSetOperatorParams) Descriptor ¶
func (*MsgSetOperatorParams) Descriptor() ([]byte, []int)
func (*MsgSetOperatorParams) GetOperatorID ¶
func (m *MsgSetOperatorParams) GetOperatorID() uint32
func (*MsgSetOperatorParams) GetParams ¶
func (m *MsgSetOperatorParams) GetParams() OperatorParams
func (*MsgSetOperatorParams) GetSender ¶
func (m *MsgSetOperatorParams) GetSender() string
func (*MsgSetOperatorParams) Marshal ¶
func (m *MsgSetOperatorParams) Marshal() (dAtA []byte, err error)
func (*MsgSetOperatorParams) MarshalTo ¶
func (m *MsgSetOperatorParams) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetOperatorParams) MarshalToSizedBuffer ¶
func (m *MsgSetOperatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetOperatorParams) ProtoMessage ¶
func (*MsgSetOperatorParams) ProtoMessage()
func (*MsgSetOperatorParams) Reset ¶
func (m *MsgSetOperatorParams) Reset()
func (*MsgSetOperatorParams) Size ¶
func (m *MsgSetOperatorParams) Size() (n int)
func (*MsgSetOperatorParams) String ¶
func (m *MsgSetOperatorParams) String() string
func (*MsgSetOperatorParams) Unmarshal ¶
func (m *MsgSetOperatorParams) Unmarshal(dAtA []byte) error
func (*MsgSetOperatorParams) ValidateBasic ¶
func (msg *MsgSetOperatorParams) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgSetOperatorParams) XXX_DiscardUnknown ¶
func (m *MsgSetOperatorParams) XXX_DiscardUnknown()
func (*MsgSetOperatorParams) XXX_Marshal ¶
func (m *MsgSetOperatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetOperatorParams) XXX_Merge ¶
func (m *MsgSetOperatorParams) XXX_Merge(src proto.Message)
func (*MsgSetOperatorParams) XXX_Size ¶
func (m *MsgSetOperatorParams) XXX_Size() int
func (*MsgSetOperatorParams) XXX_Unmarshal ¶
func (m *MsgSetOperatorParams) XXX_Unmarshal(b []byte) error
type MsgSetOperatorParamsResponse ¶
type MsgSetOperatorParamsResponse struct { }
MsgSetOperatorParamsResponse is the return value of MsgSetOperatorParams.
func (*MsgSetOperatorParamsResponse) Descriptor ¶
func (*MsgSetOperatorParamsResponse) Descriptor() ([]byte, []int)
func (*MsgSetOperatorParamsResponse) Marshal ¶
func (m *MsgSetOperatorParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetOperatorParamsResponse) MarshalTo ¶
func (m *MsgSetOperatorParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetOperatorParamsResponse) MarshalToSizedBuffer ¶
func (m *MsgSetOperatorParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetOperatorParamsResponse) ProtoMessage ¶
func (*MsgSetOperatorParamsResponse) ProtoMessage()
func (*MsgSetOperatorParamsResponse) Reset ¶
func (m *MsgSetOperatorParamsResponse) Reset()
func (*MsgSetOperatorParamsResponse) Size ¶
func (m *MsgSetOperatorParamsResponse) Size() (n int)
func (*MsgSetOperatorParamsResponse) String ¶
func (m *MsgSetOperatorParamsResponse) String() string
func (*MsgSetOperatorParamsResponse) Unmarshal ¶
func (m *MsgSetOperatorParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgSetOperatorParamsResponse) XXX_DiscardUnknown ¶
func (m *MsgSetOperatorParamsResponse) XXX_DiscardUnknown()
func (*MsgSetOperatorParamsResponse) XXX_Marshal ¶
func (m *MsgSetOperatorParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetOperatorParamsResponse) XXX_Merge ¶
func (m *MsgSetOperatorParamsResponse) XXX_Merge(src proto.Message)
func (*MsgSetOperatorParamsResponse) XXX_Size ¶
func (m *MsgSetOperatorParamsResponse) XXX_Size() int
func (*MsgSetOperatorParamsResponse) XXX_Unmarshal ¶
func (m *MsgSetOperatorParamsResponse) XXX_Unmarshal(b []byte) error
type MsgTransferOperatorOwnership ¶
type MsgTransferOperatorOwnership struct { // Sender is the address of the user transferring the ownership Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` // OperatorID represents the ID of the operator to transfer ownership OperatorID uint32 `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // NewAdmin is the address of the new admin of the operator NewAdmin string `protobuf:"bytes,3,opt,name=new_admin,json=newAdmin,proto3" json:"new_admin,omitempty"` }
MsgTransferOperatorOwnership defines the message structure for the TransferOperatorOwnership gRPC service method. It allows an operator admin to transfer the ownership of the operator to another account.
func NewMsgTransferOperatorOwnership ¶
func NewMsgTransferOperatorOwnership(operatorID uint32, newAdmin, sender string) *MsgTransferOperatorOwnership
NewMsgTransferOperatorOwnership creates a new MsgTransferOperatorOwnership instance
func (*MsgTransferOperatorOwnership) Descriptor ¶
func (*MsgTransferOperatorOwnership) Descriptor() ([]byte, []int)
func (*MsgTransferOperatorOwnership) GetNewAdmin ¶
func (m *MsgTransferOperatorOwnership) GetNewAdmin() string
func (*MsgTransferOperatorOwnership) GetOperatorID ¶
func (m *MsgTransferOperatorOwnership) GetOperatorID() uint32
func (*MsgTransferOperatorOwnership) GetSender ¶
func (m *MsgTransferOperatorOwnership) GetSender() string
func (*MsgTransferOperatorOwnership) GetSignBytes ¶
func (msg *MsgTransferOperatorOwnership) GetSignBytes() []byte
GetSignBytes implements sdk.Msg
func (*MsgTransferOperatorOwnership) GetSigners ¶
func (msg *MsgTransferOperatorOwnership) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgTransferOperatorOwnership) Marshal ¶
func (m *MsgTransferOperatorOwnership) Marshal() (dAtA []byte, err error)
func (*MsgTransferOperatorOwnership) MarshalTo ¶
func (m *MsgTransferOperatorOwnership) MarshalTo(dAtA []byte) (int, error)
func (*MsgTransferOperatorOwnership) MarshalToSizedBuffer ¶
func (m *MsgTransferOperatorOwnership) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTransferOperatorOwnership) ProtoMessage ¶
func (*MsgTransferOperatorOwnership) ProtoMessage()
func (*MsgTransferOperatorOwnership) Reset ¶
func (m *MsgTransferOperatorOwnership) Reset()
func (*MsgTransferOperatorOwnership) Size ¶
func (m *MsgTransferOperatorOwnership) Size() (n int)
func (*MsgTransferOperatorOwnership) String ¶
func (m *MsgTransferOperatorOwnership) String() string
func (*MsgTransferOperatorOwnership) Unmarshal ¶
func (m *MsgTransferOperatorOwnership) Unmarshal(dAtA []byte) error
func (*MsgTransferOperatorOwnership) ValidateBasic ¶
func (msg *MsgTransferOperatorOwnership) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgTransferOperatorOwnership) XXX_DiscardUnknown ¶
func (m *MsgTransferOperatorOwnership) XXX_DiscardUnknown()
func (*MsgTransferOperatorOwnership) XXX_Marshal ¶
func (m *MsgTransferOperatorOwnership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTransferOperatorOwnership) XXX_Merge ¶
func (m *MsgTransferOperatorOwnership) XXX_Merge(src proto.Message)
func (*MsgTransferOperatorOwnership) XXX_Size ¶
func (m *MsgTransferOperatorOwnership) XXX_Size() int
func (*MsgTransferOperatorOwnership) XXX_Unmarshal ¶
func (m *MsgTransferOperatorOwnership) XXX_Unmarshal(b []byte) error
type MsgTransferOperatorOwnershipResponse ¶
type MsgTransferOperatorOwnershipResponse struct { }
MsgTransferOperatorOwnershipResponse is the return value of MsgTransferOperatorOwnership.
func (*MsgTransferOperatorOwnershipResponse) Descriptor ¶
func (*MsgTransferOperatorOwnershipResponse) Descriptor() ([]byte, []int)
func (*MsgTransferOperatorOwnershipResponse) Marshal ¶
func (m *MsgTransferOperatorOwnershipResponse) Marshal() (dAtA []byte, err error)
func (*MsgTransferOperatorOwnershipResponse) MarshalTo ¶
func (m *MsgTransferOperatorOwnershipResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTransferOperatorOwnershipResponse) MarshalToSizedBuffer ¶
func (m *MsgTransferOperatorOwnershipResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTransferOperatorOwnershipResponse) ProtoMessage ¶
func (*MsgTransferOperatorOwnershipResponse) ProtoMessage()
func (*MsgTransferOperatorOwnershipResponse) Reset ¶
func (m *MsgTransferOperatorOwnershipResponse) Reset()
func (*MsgTransferOperatorOwnershipResponse) Size ¶
func (m *MsgTransferOperatorOwnershipResponse) Size() (n int)
func (*MsgTransferOperatorOwnershipResponse) String ¶
func (m *MsgTransferOperatorOwnershipResponse) String() string
func (*MsgTransferOperatorOwnershipResponse) Unmarshal ¶
func (m *MsgTransferOperatorOwnershipResponse) Unmarshal(dAtA []byte) error
func (*MsgTransferOperatorOwnershipResponse) XXX_DiscardUnknown ¶
func (m *MsgTransferOperatorOwnershipResponse) XXX_DiscardUnknown()
func (*MsgTransferOperatorOwnershipResponse) XXX_Marshal ¶
func (m *MsgTransferOperatorOwnershipResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTransferOperatorOwnershipResponse) XXX_Merge ¶
func (m *MsgTransferOperatorOwnershipResponse) XXX_Merge(src proto.Message)
func (*MsgTransferOperatorOwnershipResponse) XXX_Size ¶
func (m *MsgTransferOperatorOwnershipResponse) XXX_Size() int
func (*MsgTransferOperatorOwnershipResponse) XXX_Unmarshal ¶
func (m *MsgTransferOperatorOwnershipResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateOperator ¶
type MsgUpdateOperator struct { // Sender is the address of the user updating the operator Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` // OperatorID represents the ID of the operator to be updated OperatorID uint32 `protobuf:"varint,2,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // Moniker is the new moniker of the operator. // If it shouldn't be changed, use [do-not-modify] instead. Moniker string `protobuf:"bytes,3,opt,name=moniker,proto3" json:"moniker,omitempty" yaml:"name"` // Website is the new website of the operator. // If it shouldn't be changed, use [do-not-modify] instead. Website string `protobuf:"bytes,4,opt,name=website,proto3" json:"website,omitempty" yaml:"website"` // PictureURL is the new URL of the operator picture. // If it shouldn't be changed, use [do-not-modify] instead. PictureURL string `protobuf:"bytes,5,opt,name=picture_url,json=pictureUrl,proto3" json:"picture_url,omitempty" yaml:"picture_url"` }
MsgUpdateOperator defines the message structure for the UpdateOperator gRPC service method. It allows the operator owner to update the details of an existing operator.
func NewMsgUpdateOperator ¶
func NewMsgUpdateOperator(operatorID uint32, moniker string, website string, pictureURL string, sender string) *MsgUpdateOperator
NewMsgUpdateOperator creates a new MsgUpdateOperator instance
func (*MsgUpdateOperator) Descriptor ¶
func (*MsgUpdateOperator) Descriptor() ([]byte, []int)
func (*MsgUpdateOperator) GetMoniker ¶
func (m *MsgUpdateOperator) GetMoniker() string
func (*MsgUpdateOperator) GetOperatorID ¶
func (m *MsgUpdateOperator) GetOperatorID() uint32
func (*MsgUpdateOperator) GetPictureURL ¶
func (m *MsgUpdateOperator) GetPictureURL() string
func (*MsgUpdateOperator) GetSender ¶
func (m *MsgUpdateOperator) GetSender() string
func (*MsgUpdateOperator) GetSignBytes ¶
func (msg *MsgUpdateOperator) GetSignBytes() []byte
GetSignBytes implements sdk.Msg
func (*MsgUpdateOperator) GetSigners ¶
func (msg *MsgUpdateOperator) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgUpdateOperator) GetWebsite ¶
func (m *MsgUpdateOperator) GetWebsite() string
func (*MsgUpdateOperator) Marshal ¶
func (m *MsgUpdateOperator) Marshal() (dAtA []byte, err error)
func (*MsgUpdateOperator) MarshalTo ¶
func (m *MsgUpdateOperator) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateOperator) MarshalToSizedBuffer ¶
func (m *MsgUpdateOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateOperator) ProtoMessage ¶
func (*MsgUpdateOperator) ProtoMessage()
func (*MsgUpdateOperator) Reset ¶
func (m *MsgUpdateOperator) Reset()
func (*MsgUpdateOperator) Size ¶
func (m *MsgUpdateOperator) Size() (n int)
func (*MsgUpdateOperator) String ¶
func (m *MsgUpdateOperator) String() string
func (*MsgUpdateOperator) Unmarshal ¶
func (m *MsgUpdateOperator) Unmarshal(dAtA []byte) error
func (*MsgUpdateOperator) ValidateBasic ¶
func (msg *MsgUpdateOperator) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgUpdateOperator) XXX_DiscardUnknown ¶
func (m *MsgUpdateOperator) XXX_DiscardUnknown()
func (*MsgUpdateOperator) XXX_Marshal ¶
func (m *MsgUpdateOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateOperator) XXX_Merge ¶
func (m *MsgUpdateOperator) XXX_Merge(src proto.Message)
func (*MsgUpdateOperator) XXX_Size ¶
func (m *MsgUpdateOperator) XXX_Size() int
func (*MsgUpdateOperator) XXX_Unmarshal ¶
func (m *MsgUpdateOperator) XXX_Unmarshal(b []byte) error
type MsgUpdateOperatorResponse ¶
type MsgUpdateOperatorResponse struct { }
MsgUpdateOperatorResponse is the return value of MsgUpdateOperator.
func (*MsgUpdateOperatorResponse) Descriptor ¶
func (*MsgUpdateOperatorResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateOperatorResponse) Marshal ¶
func (m *MsgUpdateOperatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateOperatorResponse) MarshalTo ¶
func (m *MsgUpdateOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateOperatorResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateOperatorResponse) ProtoMessage ¶
func (*MsgUpdateOperatorResponse) ProtoMessage()
func (*MsgUpdateOperatorResponse) Reset ¶
func (m *MsgUpdateOperatorResponse) Reset()
func (*MsgUpdateOperatorResponse) Size ¶
func (m *MsgUpdateOperatorResponse) Size() (n int)
func (*MsgUpdateOperatorResponse) String ¶
func (m *MsgUpdateOperatorResponse) String() string
func (*MsgUpdateOperatorResponse) Unmarshal ¶
func (m *MsgUpdateOperatorResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateOperatorResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateOperatorResponse) XXX_DiscardUnknown()
func (*MsgUpdateOperatorResponse) XXX_Marshal ¶
func (m *MsgUpdateOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateOperatorResponse) XXX_Merge ¶
func (m *MsgUpdateOperatorResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateOperatorResponse) XXX_Size ¶
func (m *MsgUpdateOperatorResponse) XXX_Size() int
func (*MsgUpdateOperatorResponse) XXX_Unmarshal ¶
func (m *MsgUpdateOperatorResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateParams ¶
type MsgUpdateParams struct { // Authority is the address that controls the module (defaults to x/gov unless // overwritten). Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty" yaml:"authority"` // Params define the parameters to update. // // NOTE: All parameters must be supplied. Params Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params"` }
MsgUpdateParams defines the message structure for the UpdateParams gRPC service method. It allows the authority to update the module parameters.
func NewMsgUpdateParams ¶
func NewMsgUpdateParams(params Params, authority string) *MsgUpdateParams
func (*MsgUpdateParams) Descriptor ¶
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
func (*MsgUpdateParams) GetAuthority ¶
func (m *MsgUpdateParams) GetAuthority() string
func (*MsgUpdateParams) GetParams ¶
func (m *MsgUpdateParams) GetParams() Params
func (*MsgUpdateParams) GetSignBytes ¶
func (msg *MsgUpdateParams) GetSignBytes() []byte
GetSignBytes implements sdk.Msg
func (*MsgUpdateParams) GetSigners ¶
func (msg *MsgUpdateParams) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgUpdateParams) Marshal ¶
func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParams) MarshalToSizedBuffer ¶
func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParams) ProtoMessage ¶
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) Reset ¶
func (m *MsgUpdateParams) Reset()
func (*MsgUpdateParams) Size ¶
func (m *MsgUpdateParams) Size() (n int)
func (*MsgUpdateParams) String ¶
func (m *MsgUpdateParams) String() string
func (*MsgUpdateParams) Unmarshal ¶
func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
func (*MsgUpdateParams) ValidateBasic ¶
func (msg *MsgUpdateParams) ValidateBasic() error
ValidateBasic implements sdk.Msg
func (*MsgUpdateParams) XXX_DiscardUnknown ¶
func (m *MsgUpdateParams) XXX_DiscardUnknown()
func (*MsgUpdateParams) XXX_Marshal ¶
func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParams) XXX_Merge ¶
func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
func (*MsgUpdateParams) XXX_Size ¶
func (m *MsgUpdateParams) XXX_Size() int
func (*MsgUpdateParams) XXX_Unmarshal ¶
func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
type MsgUpdateParamsResponse ¶
type MsgUpdateParamsResponse struct { }
MsgUpdateParamsResponse is the return value of MsgUpdateParams.
func (*MsgUpdateParamsResponse) Descriptor ¶
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateParamsResponse) Marshal ¶
func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParamsResponse) MarshalTo ¶
func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) ProtoMessage ¶
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) Reset ¶
func (m *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) Size ¶
func (m *MsgUpdateParamsResponse) Size() (n int)
func (*MsgUpdateParamsResponse) String ¶
func (m *MsgUpdateParamsResponse) String() string
func (*MsgUpdateParamsResponse) Unmarshal ¶
func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateParamsResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateParamsResponse) XXX_Marshal ¶
func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParamsResponse) XXX_Merge ¶
func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateParamsResponse) XXX_Size ¶
func (m *MsgUpdateParamsResponse) XXX_Size() int
func (*MsgUpdateParamsResponse) XXX_Unmarshal ¶
func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
type MultiOperatorsHooks ¶
type MultiOperatorsHooks []OperatorsHooks
MultiOperatorsHooks combines multiple operators hooks, all hook functions are run in array sequence
func NewMultiOperatorsHooks ¶
func NewMultiOperatorsHooks(hooks ...OperatorsHooks) MultiOperatorsHooks
NewMultiOperatorsHooks creates a new MultiOperatorsHooks object
func (MultiOperatorsHooks) AfterOperatorInactivatingCompleted ¶
func (h MultiOperatorsHooks) AfterOperatorInactivatingCompleted(ctx context.Context, operatorID uint32) error
AfterOperatorInactivatingCompleted implements OperatorsHooks
func (MultiOperatorsHooks) AfterOperatorInactivatingStarted ¶
func (h MultiOperatorsHooks) AfterOperatorInactivatingStarted(ctx context.Context, operatorID uint32) error
AfterOperatorInactivatingStarted implements OperatorsHooks
func (MultiOperatorsHooks) AfterOperatorReactivated ¶
func (h MultiOperatorsHooks) AfterOperatorReactivated(ctx context.Context, operatorID uint32) error
AfterOperatorReactivated implements OperatorsHooks
func (MultiOperatorsHooks) AfterOperatorRegistered ¶
func (h MultiOperatorsHooks) AfterOperatorRegistered(ctx context.Context, operatorID uint32) error
AfterOperatorRegistered implements OperatorsHooks
func (MultiOperatorsHooks) BeforeOperatorDeleted ¶
func (h MultiOperatorsHooks) BeforeOperatorDeleted(ctx context.Context, operatorID uint32) error
BeforeOperatorDeleted implements OperatorsHooks
type Operator ¶
type Operator struct { // ID is the auto-generated unique identifier for the operator ID uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // Status is the status of the operator Status OperatorStatus `protobuf:"varint,2,opt,name=status,proto3,enum=milkyway.operators.v1.OperatorStatus" json:"status,omitempty"` // Admin is the address of the user that can manage the operator Admin string `protobuf:"bytes,3,opt,name=admin,proto3" json:"admin,omitempty"` // Moniker is the identifier of the operator Moniker string `protobuf:"bytes,4,opt,name=moniker,proto3" json:"moniker,omitempty"` // Website is the website of the operator Website string `protobuf:"bytes,5,opt,name=website,proto3" json:"website,omitempty"` // PictureURL is the URL of the picture of the operator PictureURL string `protobuf:"bytes,6,opt,name=picture_url,json=pictureUrl,proto3" json:"picture_url,omitempty"` // Address is the address of the account associated to the operator. // This will be used to store tokens that are delegated to this operator. Address string `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"` // Tokens define the delegated tokens. Tokens github_com_cosmos_cosmos_sdk_types.Coins `protobuf:"bytes,8,rep,name=tokens,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coins" json:"tokens"` DelegatorShares github_com_cosmos_cosmos_sdk_types.DecCoins `` /* 153-byte string literal not displayed */ }
Operator defines the fields of an operator
func NewOperator ¶
func NewOperator( id uint32, status OperatorStatus, moniker string, website string, pictureURL string, admin string, ) Operator
NewOperator creates a new Operator object
func (Operator) AddTokensFromDelegation ¶
AddTokensFromDelegation adds the given amount of tokens to the operator's total tokens, also updating the operator's delegator shares. It returns the updated operator and the shares issued.
func (*Operator) Descriptor ¶
func (Operator) GetAddress ¶
func (Operator) GetDelegatorShares ¶
func (Operator) GetSharesDenom ¶
GetSharesDenom returns the shares denom for an operator and token denom
func (Operator) InvalidExRate ¶
InvalidExRate returns whether the exchange rates is invalid. This can happen e.g. if Operator loses all tokens due to slashing. In this case, make all future delegations invalid.
func (*Operator) MarshalToSizedBuffer ¶
func (*Operator) ProtoMessage ¶
func (*Operator) ProtoMessage()
func (Operator) RemoveDelShares ¶
RemoveDelShares removes delegator shares from an operator and returns the amount of tokens that should be issued for those shares. NOTE: Because token fractions are left in the operator, the exchange rate of future shares of this validator can increase.
func (Operator) SharesFromDecCoins ¶
SharesFromDecCoins returns the shares of a delegation given a bond amount. It returns an error if the operator has no tokens.
func (Operator) SharesFromTokens ¶
SharesFromTokens returns the shares of a delegation given a bond amount. It returns an error if the operator has no tokens.
func (Operator) SharesFromTokensTruncated ¶
SharesFromTokensTruncated returns the truncated shares of a delegation given a bond amount. It returns an error if the operator has no tokens.
func (Operator) TokensFromShares ¶
TokensFromShares calculates the token worth of provided shares
func (Operator) TokensFromSharesTruncated ¶
TokensFromSharesTruncated calculates the token worth of provided shares, truncated
func (*Operator) Update ¶
func (o *Operator) Update(update OperatorUpdate) Operator
Update returns a new Operator with updated fields.
func (*Operator) XXX_DiscardUnknown ¶
func (m *Operator) XXX_DiscardUnknown()
func (*Operator) XXX_Marshal ¶
func (*Operator) XXX_Unmarshal ¶
type OperatorParams ¶
type OperatorParams struct { // CommissionRate defines the commission rate charged to delegators, as a // fraction. CommissionRate cosmossdk_io_math.LegacyDec `` /* 132-byte string literal not displayed */ }
OperatorParams represent the params that have been set for an individual operator.
func DefaultOperatorParams ¶
func DefaultOperatorParams() OperatorParams
DefaultOperatorParams returns the default operator params
func NewOperatorParams ¶
func NewOperatorParams(commissionRate math.LegacyDec) OperatorParams
NewOperatorParams creates a new OperatorParams instance
func (*OperatorParams) Descriptor ¶
func (*OperatorParams) Descriptor() ([]byte, []int)
func (*OperatorParams) Marshal ¶
func (m *OperatorParams) Marshal() (dAtA []byte, err error)
func (*OperatorParams) MarshalToSizedBuffer ¶
func (m *OperatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OperatorParams) ProtoMessage ¶
func (*OperatorParams) ProtoMessage()
func (*OperatorParams) Reset ¶
func (m *OperatorParams) Reset()
func (*OperatorParams) Size ¶
func (m *OperatorParams) Size() (n int)
func (*OperatorParams) String ¶
func (m *OperatorParams) String() string
func (*OperatorParams) Unmarshal ¶
func (m *OperatorParams) Unmarshal(dAtA []byte) error
func (*OperatorParams) Validate ¶
func (p *OperatorParams) Validate() error
Validate validates the operator params
func (*OperatorParams) XXX_DiscardUnknown ¶
func (m *OperatorParams) XXX_DiscardUnknown()
func (*OperatorParams) XXX_Marshal ¶
func (m *OperatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OperatorParams) XXX_Merge ¶
func (m *OperatorParams) XXX_Merge(src proto.Message)
func (*OperatorParams) XXX_Size ¶
func (m *OperatorParams) XXX_Size() int
func (*OperatorParams) XXX_Unmarshal ¶
func (m *OperatorParams) XXX_Unmarshal(b []byte) error
type OperatorParamsRecord ¶
type OperatorParamsRecord struct { // OperatorID is the ID of the operator. OperatorID uint32 `protobuf:"varint,1,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // Params defines the parameters for the operators module. Params OperatorParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params"` }
OperatorParamsRecord represents the params that have been set for an individual operator.
func NewOperatorParamsRecord ¶
func NewOperatorParamsRecord(operatorID uint32, operatorParams OperatorParams) OperatorParamsRecord
NewOperatorParamsRecord creates a new OperatorParamsRecord instance.
func (*OperatorParamsRecord) Descriptor ¶
func (*OperatorParamsRecord) Descriptor() ([]byte, []int)
func (*OperatorParamsRecord) GetOperatorID ¶
func (m *OperatorParamsRecord) GetOperatorID() uint32
func (*OperatorParamsRecord) GetParams ¶
func (m *OperatorParamsRecord) GetParams() OperatorParams
func (*OperatorParamsRecord) Marshal ¶
func (m *OperatorParamsRecord) Marshal() (dAtA []byte, err error)
func (*OperatorParamsRecord) MarshalTo ¶
func (m *OperatorParamsRecord) MarshalTo(dAtA []byte) (int, error)
func (*OperatorParamsRecord) MarshalToSizedBuffer ¶
func (m *OperatorParamsRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OperatorParamsRecord) ProtoMessage ¶
func (*OperatorParamsRecord) ProtoMessage()
func (*OperatorParamsRecord) Reset ¶
func (m *OperatorParamsRecord) Reset()
func (*OperatorParamsRecord) Size ¶
func (m *OperatorParamsRecord) Size() (n int)
func (*OperatorParamsRecord) String ¶
func (m *OperatorParamsRecord) String() string
func (*OperatorParamsRecord) Unmarshal ¶
func (m *OperatorParamsRecord) Unmarshal(dAtA []byte) error
func (*OperatorParamsRecord) Validate ¶
func (o *OperatorParamsRecord) Validate() error
Validate checks that the OperatorParamsRecord has valid values.
func (*OperatorParamsRecord) XXX_DiscardUnknown ¶
func (m *OperatorParamsRecord) XXX_DiscardUnknown()
func (*OperatorParamsRecord) XXX_Marshal ¶
func (m *OperatorParamsRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OperatorParamsRecord) XXX_Merge ¶
func (m *OperatorParamsRecord) XXX_Merge(src proto.Message)
func (*OperatorParamsRecord) XXX_Size ¶
func (m *OperatorParamsRecord) XXX_Size() int
func (*OperatorParamsRecord) XXX_Unmarshal ¶
func (m *OperatorParamsRecord) XXX_Unmarshal(b []byte) error
type OperatorStatus ¶
type OperatorStatus int32
OperatorStatus defines the possible statuses of an operator
const ( // OPERATOR_STATUS_UNSPECIFIED defines an unspecified status OPERATOR_STATUS_UNSPECIFIED OperatorStatus = 0 // OPERATOR_STATUS_ACTIVE identifies an active operator which is providing // services OPERATOR_STATUS_ACTIVE OperatorStatus = 1 // OPERATOR_STATUS_INACTIVATING identifies an operator that is in the process // of becoming inactive OPERATOR_STATUS_INACTIVATING OperatorStatus = 2 // OPERATOR_STATUS_INACTIVE defines an inactive operator that is not providing // services OPERATOR_STATUS_INACTIVE OperatorStatus = 3 )
func (OperatorStatus) EnumDescriptor ¶
func (OperatorStatus) EnumDescriptor() ([]byte, []int)
func (OperatorStatus) String ¶
func (x OperatorStatus) String() string
type OperatorUpdate ¶
OperatorUpdate defines the fields that can be updated in an Operator.
func NewOperatorUpdate ¶
func NewOperatorUpdate( moniker string, website string, pictureURL string, ) OperatorUpdate
type OperatorsHooks ¶
type OperatorsHooks interface { AfterOperatorRegistered(ctx context.Context, operatorID uint32) error // Must be called after an operator is registered AfterOperatorInactivatingStarted(ctx context.Context, operatorID uint32) error // Must be called after an operator has started inactivating AfterOperatorInactivatingCompleted(ctx context.Context, operatorID uint32) error // Must be called after an operator has completed inactivating AfterOperatorReactivated(ctx context.Context, operatorID uint32) error // Must be called after an operator has been reactivated BeforeOperatorDeleted(ctx context.Context, operatorID uint32) error // Must be called before an operator is deleted }
OperatorsHooks event hooks for operators objects (noalias)
type Params ¶
type Params struct { // OperatorRegistrationFee represents the fee that an operator must pay in // order to register itself with the network. // The fee is drawn from the MsgRegisterOperator sender's account and // transferred to the community pool. OperatorRegistrationFee github_com_cosmos_cosmos_sdk_types.Coins `` /* 205-byte string literal not displayed */ // DeactivationTime represents the amount of time that will pass between // the time that an operator signals its willingness to deactivate and the // time that it actually becomes inactive. DeactivationTime time.Duration `protobuf:"varint,2,opt,name=deactivation_time,json=deactivationTime,proto3,stdduration" json:"deactivation_time,omitempty"` }
Params defines the parameters for the operators module.
func (*Params) Descriptor ¶
func (*Params) GetDeactivationTime ¶
func (*Params) GetOperatorRegistrationFee ¶
func (m *Params) GetOperatorRegistrationFee() github_com_cosmos_cosmos_sdk_types.Coins
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type QueryClient ¶
type QueryClient interface { // Operator defines a gRPC query method that returns the operator by the given // operator id. Operator(ctx context.Context, in *QueryOperatorRequest, opts ...grpc.CallOption) (*QueryOperatorResponse, error) // OperatorParams defines a gRPC query method that returns the operator's // params by the given operator id. OperatorParams(ctx context.Context, in *QueryOperatorParamsRequest, opts ...grpc.CallOption) (*QueryOperatorParamsResponse, error) // Operators defines a gRPC query method that returns the list of operators. Operators(ctx context.Context, in *QueryOperatorsRequest, opts ...grpc.CallOption) (*QueryOperatorsResponse, error) // Params defines a gRPC query method that returns the parameters of the // module. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, 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 QueryOperatorParamsRequest ¶
type QueryOperatorParamsRequest struct { // OperatorID is the ID of the operator for which to query the params OperatorId uint32 `protobuf:"varint,1,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` }
QueryOperatorParamsRequest is the request type for the Query/OperatorParams RPC method.
func NewQueryOperatorParamsRequest ¶
func NewQueryOperatorParamsRequest(operatorID uint32) *QueryOperatorParamsRequest
NewQueryOperatorParamsRequest creates a new QueryOperatorParamsRequest object
func (*QueryOperatorParamsRequest) Descriptor ¶
func (*QueryOperatorParamsRequest) Descriptor() ([]byte, []int)
func (*QueryOperatorParamsRequest) GetOperatorId ¶
func (m *QueryOperatorParamsRequest) GetOperatorId() uint32
func (*QueryOperatorParamsRequest) Marshal ¶
func (m *QueryOperatorParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryOperatorParamsRequest) MarshalTo ¶
func (m *QueryOperatorParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryOperatorParamsRequest) MarshalToSizedBuffer ¶
func (m *QueryOperatorParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryOperatorParamsRequest) ProtoMessage ¶
func (*QueryOperatorParamsRequest) ProtoMessage()
func (*QueryOperatorParamsRequest) Reset ¶
func (m *QueryOperatorParamsRequest) Reset()
func (*QueryOperatorParamsRequest) Size ¶
func (m *QueryOperatorParamsRequest) Size() (n int)
func (*QueryOperatorParamsRequest) String ¶
func (m *QueryOperatorParamsRequest) String() string
func (*QueryOperatorParamsRequest) Unmarshal ¶
func (m *QueryOperatorParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryOperatorParamsRequest) XXX_DiscardUnknown ¶
func (m *QueryOperatorParamsRequest) XXX_DiscardUnknown()
func (*QueryOperatorParamsRequest) XXX_Marshal ¶
func (m *QueryOperatorParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOperatorParamsRequest) XXX_Merge ¶
func (m *QueryOperatorParamsRequest) XXX_Merge(src proto.Message)
func (*QueryOperatorParamsRequest) XXX_Size ¶
func (m *QueryOperatorParamsRequest) XXX_Size() int
func (*QueryOperatorParamsRequest) XXX_Unmarshal ¶
func (m *QueryOperatorParamsRequest) XXX_Unmarshal(b []byte) error
type QueryOperatorParamsResponse ¶
type QueryOperatorParamsResponse struct {
OperatorParams OperatorParams `protobuf:"bytes,1,opt,name=operator_params,json=operatorParams,proto3" json:"operator_params"`
}
QueryOperatorParamsResponse is the response type for the Query/OperatorParams RPC method.
func (*QueryOperatorParamsResponse) Descriptor ¶
func (*QueryOperatorParamsResponse) Descriptor() ([]byte, []int)
func (*QueryOperatorParamsResponse) GetOperatorParams ¶
func (m *QueryOperatorParamsResponse) GetOperatorParams() OperatorParams
func (*QueryOperatorParamsResponse) Marshal ¶
func (m *QueryOperatorParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryOperatorParamsResponse) MarshalTo ¶
func (m *QueryOperatorParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryOperatorParamsResponse) MarshalToSizedBuffer ¶
func (m *QueryOperatorParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryOperatorParamsResponse) ProtoMessage ¶
func (*QueryOperatorParamsResponse) ProtoMessage()
func (*QueryOperatorParamsResponse) Reset ¶
func (m *QueryOperatorParamsResponse) Reset()
func (*QueryOperatorParamsResponse) Size ¶
func (m *QueryOperatorParamsResponse) Size() (n int)
func (*QueryOperatorParamsResponse) String ¶
func (m *QueryOperatorParamsResponse) String() string
func (*QueryOperatorParamsResponse) Unmarshal ¶
func (m *QueryOperatorParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryOperatorParamsResponse) XXX_DiscardUnknown ¶
func (m *QueryOperatorParamsResponse) XXX_DiscardUnknown()
func (*QueryOperatorParamsResponse) XXX_Marshal ¶
func (m *QueryOperatorParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOperatorParamsResponse) XXX_Merge ¶
func (m *QueryOperatorParamsResponse) XXX_Merge(src proto.Message)
func (*QueryOperatorParamsResponse) XXX_Size ¶
func (m *QueryOperatorParamsResponse) XXX_Size() int
func (*QueryOperatorParamsResponse) XXX_Unmarshal ¶
func (m *QueryOperatorParamsResponse) XXX_Unmarshal(b []byte) error
type QueryOperatorRequest ¶
type QueryOperatorRequest struct { // OperatorId is the ID of the operator to query OperatorId uint32 `protobuf:"varint,1,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` }
QueryOperatorRequest is the request type for the Query/Operator RPC method.
func NewQueryOperatorRequest ¶
func NewQueryOperatorRequest(operatorID uint32) *QueryOperatorRequest
NewQueryOperatorRequest creates a new QueryOperatorRequest object
func (*QueryOperatorRequest) Descriptor ¶
func (*QueryOperatorRequest) Descriptor() ([]byte, []int)
func (*QueryOperatorRequest) GetOperatorId ¶
func (m *QueryOperatorRequest) GetOperatorId() uint32
func (*QueryOperatorRequest) Marshal ¶
func (m *QueryOperatorRequest) Marshal() (dAtA []byte, err error)
func (*QueryOperatorRequest) MarshalTo ¶
func (m *QueryOperatorRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryOperatorRequest) MarshalToSizedBuffer ¶
func (m *QueryOperatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryOperatorRequest) ProtoMessage ¶
func (*QueryOperatorRequest) ProtoMessage()
func (*QueryOperatorRequest) Reset ¶
func (m *QueryOperatorRequest) Reset()
func (*QueryOperatorRequest) Size ¶
func (m *QueryOperatorRequest) Size() (n int)
func (*QueryOperatorRequest) String ¶
func (m *QueryOperatorRequest) String() string
func (*QueryOperatorRequest) Unmarshal ¶
func (m *QueryOperatorRequest) Unmarshal(dAtA []byte) error
func (*QueryOperatorRequest) XXX_DiscardUnknown ¶
func (m *QueryOperatorRequest) XXX_DiscardUnknown()
func (*QueryOperatorRequest) XXX_Marshal ¶
func (m *QueryOperatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOperatorRequest) XXX_Merge ¶
func (m *QueryOperatorRequest) XXX_Merge(src proto.Message)
func (*QueryOperatorRequest) XXX_Size ¶
func (m *QueryOperatorRequest) XXX_Size() int
func (*QueryOperatorRequest) XXX_Unmarshal ¶
func (m *QueryOperatorRequest) XXX_Unmarshal(b []byte) error
type QueryOperatorResponse ¶
type QueryOperatorResponse struct {
Operator Operator `protobuf:"bytes,1,opt,name=operator,proto3" json:"operator"`
}
QueryOperatorResponse is the response type for the Query/Operator RPC method.
func (*QueryOperatorResponse) Descriptor ¶
func (*QueryOperatorResponse) Descriptor() ([]byte, []int)
func (*QueryOperatorResponse) GetOperator ¶
func (m *QueryOperatorResponse) GetOperator() Operator
func (*QueryOperatorResponse) Marshal ¶
func (m *QueryOperatorResponse) Marshal() (dAtA []byte, err error)
func (*QueryOperatorResponse) MarshalTo ¶
func (m *QueryOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryOperatorResponse) MarshalToSizedBuffer ¶
func (m *QueryOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryOperatorResponse) ProtoMessage ¶
func (*QueryOperatorResponse) ProtoMessage()
func (*QueryOperatorResponse) Reset ¶
func (m *QueryOperatorResponse) Reset()
func (*QueryOperatorResponse) Size ¶
func (m *QueryOperatorResponse) Size() (n int)
func (*QueryOperatorResponse) String ¶
func (m *QueryOperatorResponse) String() string
func (*QueryOperatorResponse) Unmarshal ¶
func (m *QueryOperatorResponse) Unmarshal(dAtA []byte) error
func (*QueryOperatorResponse) XXX_DiscardUnknown ¶
func (m *QueryOperatorResponse) XXX_DiscardUnknown()
func (*QueryOperatorResponse) XXX_Marshal ¶
func (m *QueryOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOperatorResponse) XXX_Merge ¶
func (m *QueryOperatorResponse) XXX_Merge(src proto.Message)
func (*QueryOperatorResponse) XXX_Size ¶
func (m *QueryOperatorResponse) XXX_Size() int
func (*QueryOperatorResponse) XXX_Unmarshal ¶
func (m *QueryOperatorResponse) XXX_Unmarshal(b []byte) error
type QueryOperatorsRequest ¶
type QueryOperatorsRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
QueryOperatorsRequest is the request type for the Query/Operators RPC method.
func NewQueryOperatorsRequest ¶
func NewQueryOperatorsRequest(pagination *query.PageRequest) *QueryOperatorsRequest
NewQueryOperatorsRequest creates a new QueryOperatorsRequest object
func (*QueryOperatorsRequest) Descriptor ¶
func (*QueryOperatorsRequest) Descriptor() ([]byte, []int)
func (*QueryOperatorsRequest) GetPagination ¶
func (m *QueryOperatorsRequest) GetPagination() *query.PageRequest
func (*QueryOperatorsRequest) Marshal ¶
func (m *QueryOperatorsRequest) Marshal() (dAtA []byte, err error)
func (*QueryOperatorsRequest) MarshalTo ¶
func (m *QueryOperatorsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryOperatorsRequest) MarshalToSizedBuffer ¶
func (m *QueryOperatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryOperatorsRequest) ProtoMessage ¶
func (*QueryOperatorsRequest) ProtoMessage()
func (*QueryOperatorsRequest) Reset ¶
func (m *QueryOperatorsRequest) Reset()
func (*QueryOperatorsRequest) Size ¶
func (m *QueryOperatorsRequest) Size() (n int)
func (*QueryOperatorsRequest) String ¶
func (m *QueryOperatorsRequest) String() string
func (*QueryOperatorsRequest) Unmarshal ¶
func (m *QueryOperatorsRequest) Unmarshal(dAtA []byte) error
func (*QueryOperatorsRequest) XXX_DiscardUnknown ¶
func (m *QueryOperatorsRequest) XXX_DiscardUnknown()
func (*QueryOperatorsRequest) XXX_Marshal ¶
func (m *QueryOperatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOperatorsRequest) XXX_Merge ¶
func (m *QueryOperatorsRequest) XXX_Merge(src proto.Message)
func (*QueryOperatorsRequest) XXX_Size ¶
func (m *QueryOperatorsRequest) XXX_Size() int
func (*QueryOperatorsRequest) XXX_Unmarshal ¶
func (m *QueryOperatorsRequest) XXX_Unmarshal(b []byte) error
type QueryOperatorsResponse ¶
type QueryOperatorsResponse struct { // Operators is the list of operators Operators []Operator `protobuf:"bytes,1,rep,name=operators,proto3" json:"operators"` // Pagination defines the pagination response Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryOperatorsResponse is the response type for the Query/Operators RPC method.
func (*QueryOperatorsResponse) Descriptor ¶
func (*QueryOperatorsResponse) Descriptor() ([]byte, []int)
func (*QueryOperatorsResponse) GetOperators ¶
func (m *QueryOperatorsResponse) GetOperators() []Operator
func (*QueryOperatorsResponse) GetPagination ¶
func (m *QueryOperatorsResponse) GetPagination() *query.PageResponse
func (*QueryOperatorsResponse) Marshal ¶
func (m *QueryOperatorsResponse) Marshal() (dAtA []byte, err error)
func (*QueryOperatorsResponse) MarshalTo ¶
func (m *QueryOperatorsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryOperatorsResponse) MarshalToSizedBuffer ¶
func (m *QueryOperatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryOperatorsResponse) ProtoMessage ¶
func (*QueryOperatorsResponse) ProtoMessage()
func (*QueryOperatorsResponse) Reset ¶
func (m *QueryOperatorsResponse) Reset()
func (*QueryOperatorsResponse) Size ¶
func (m *QueryOperatorsResponse) Size() (n int)
func (*QueryOperatorsResponse) String ¶
func (m *QueryOperatorsResponse) String() string
func (*QueryOperatorsResponse) Unmarshal ¶
func (m *QueryOperatorsResponse) Unmarshal(dAtA []byte) error
func (*QueryOperatorsResponse) XXX_DiscardUnknown ¶
func (m *QueryOperatorsResponse) XXX_DiscardUnknown()
func (*QueryOperatorsResponse) XXX_Marshal ¶
func (m *QueryOperatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOperatorsResponse) XXX_Merge ¶
func (m *QueryOperatorsResponse) XXX_Merge(src proto.Message)
func (*QueryOperatorsResponse) XXX_Size ¶
func (m *QueryOperatorsResponse) XXX_Size() int
func (*QueryOperatorsResponse) XXX_Unmarshal ¶
func (m *QueryOperatorsResponse) XXX_Unmarshal(b []byte) error
type QueryParamsRequest ¶
type QueryParamsRequest struct { }
QueryParamsRequest is the request type for the Query/Params RPC method.
func NewQueryParamsRequest ¶
func NewQueryParamsRequest() *QueryParamsRequest
NewQueryParamsRequest creates a new QueryParamsRequest object
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 Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}
QueryParamsResponse is the 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 { // Operator defines a gRPC query method that returns the operator by the given // operator id. Operator(context.Context, *QueryOperatorRequest) (*QueryOperatorResponse, error) // OperatorParams defines a gRPC query method that returns the operator's // params by the given operator id. OperatorParams(context.Context, *QueryOperatorParamsRequest) (*QueryOperatorParamsResponse, error) // Operators defines a gRPC query method that returns the list of operators. Operators(context.Context, *QueryOperatorsRequest) (*QueryOperatorsResponse, error) // Params defines a gRPC query method that returns the parameters of the // module. Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) }
QueryServer is the server API for Query service.
type UnbondingOperator ¶
type UnbondingOperator struct { // OperatorID is the ID of the operator that is being unbonded. OperatorID uint32 `protobuf:"varint,1,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"` // UnbondingCompletionTime is the time at which the unbonding of the operator // will be completed UnbondingCompletionTime time.Time `` /* 130-byte string literal not displayed */ }
UnbondingOperator contains the data about an operator that is currently being unbonded.
func NewUnbondingOperator ¶
func NewUnbondingOperator(operatorID uint32, completionTime time.Time) UnbondingOperator
NewUnbondingOperator creates a new UnbondingOperator instance.
func (*UnbondingOperator) Descriptor ¶
func (*UnbondingOperator) Descriptor() ([]byte, []int)
func (*UnbondingOperator) GetOperatorID ¶
func (m *UnbondingOperator) GetOperatorID() uint32
func (*UnbondingOperator) GetUnbondingCompletionTime ¶
func (m *UnbondingOperator) GetUnbondingCompletionTime() time.Time
func (*UnbondingOperator) Marshal ¶
func (m *UnbondingOperator) Marshal() (dAtA []byte, err error)
func (*UnbondingOperator) MarshalTo ¶
func (m *UnbondingOperator) MarshalTo(dAtA []byte) (int, error)
func (*UnbondingOperator) MarshalToSizedBuffer ¶
func (m *UnbondingOperator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UnbondingOperator) ProtoMessage ¶
func (*UnbondingOperator) ProtoMessage()
func (*UnbondingOperator) Reset ¶
func (m *UnbondingOperator) Reset()
func (*UnbondingOperator) Size ¶
func (m *UnbondingOperator) Size() (n int)
func (*UnbondingOperator) String ¶
func (m *UnbondingOperator) String() string
func (*UnbondingOperator) Unmarshal ¶
func (m *UnbondingOperator) Unmarshal(dAtA []byte) error
func (*UnbondingOperator) Validate ¶
func (o *UnbondingOperator) Validate() error
Validate checks that the UnbondingOperator has valid values.
func (*UnbondingOperator) XXX_DiscardUnknown ¶
func (m *UnbondingOperator) XXX_DiscardUnknown()
func (*UnbondingOperator) XXX_Marshal ¶
func (m *UnbondingOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnbondingOperator) XXX_Merge ¶
func (m *UnbondingOperator) XXX_Merge(src proto.Message)
func (*UnbondingOperator) XXX_Size ¶
func (m *UnbondingOperator) XXX_Size() int
func (*UnbondingOperator) XXX_Unmarshal ¶
func (m *UnbondingOperator) XXX_Unmarshal(b []byte) error
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) DeactivateOperator ¶
func (*UnimplementedMsgServer) DeactivateOperator(ctx context.Context, req *MsgDeactivateOperator) (*MsgDeactivateOperatorResponse, error)
func (*UnimplementedMsgServer) DeleteOperator ¶
func (*UnimplementedMsgServer) DeleteOperator(ctx context.Context, req *MsgDeleteOperator) (*MsgDeleteOperatorResponse, error)
func (*UnimplementedMsgServer) ReactivateOperator ¶
func (*UnimplementedMsgServer) ReactivateOperator(ctx context.Context, req *MsgReactivateOperator) (*MsgReactivateOperatorResponse, error)
func (*UnimplementedMsgServer) RegisterOperator ¶
func (*UnimplementedMsgServer) RegisterOperator(ctx context.Context, req *MsgRegisterOperator) (*MsgRegisterOperatorResponse, error)
func (*UnimplementedMsgServer) SetOperatorParams ¶
func (*UnimplementedMsgServer) SetOperatorParams(ctx context.Context, req *MsgSetOperatorParams) (*MsgSetOperatorParamsResponse, error)
func (*UnimplementedMsgServer) TransferOperatorOwnership ¶
func (*UnimplementedMsgServer) TransferOperatorOwnership(ctx context.Context, req *MsgTransferOperatorOwnership) (*MsgTransferOperatorOwnershipResponse, error)
func (*UnimplementedMsgServer) UpdateOperator ¶
func (*UnimplementedMsgServer) UpdateOperator(ctx context.Context, req *MsgUpdateOperator) (*MsgUpdateOperatorResponse, error)
func (*UnimplementedMsgServer) UpdateParams ¶
func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) Operator ¶
func (*UnimplementedQueryServer) Operator(ctx context.Context, req *QueryOperatorRequest) (*QueryOperatorResponse, error)
func (*UnimplementedQueryServer) OperatorParams ¶
func (*UnimplementedQueryServer) OperatorParams(ctx context.Context, req *QueryOperatorParamsRequest) (*QueryOperatorParamsResponse, error)
func (*UnimplementedQueryServer) Operators ¶
func (*UnimplementedQueryServer) Operators(ctx context.Context, req *QueryOperatorsRequest) (*QueryOperatorsResponse, error)
func (*UnimplementedQueryServer) Params ¶
func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)