Documentation ¶
Index ¶
- type AttestTask
- type Attestator
- type EvmKeeper
- type QueryServer
- func (_m *QueryServer) GetAllQueueNames(_a0 context.Context, _a1 *types.QueryGetAllQueueNamesRequest) (*types.QueryGetAllQueueNamesResponse, error)
- func (_m *QueryServer) MessageByID(_a0 context.Context, _a1 *types.QueryMessageByIDRequest) (*types.MessageWithSignatures, error)
- func (_m *QueryServer) MessagesInQueue(_a0 context.Context, _a1 *types.QueryMessagesInQueueRequest) (*types.QueryMessagesInQueueResponse, error)
- func (_m *QueryServer) Params(_a0 context.Context, _a1 *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (_m *QueryServer) QueuedMessagesForAttesting(_a0 context.Context, _a1 *types.QueryQueuedMessagesForAttestingRequest) (*types.QueryQueuedMessagesForAttestingResponse, error)
- func (_m *QueryServer) QueuedMessagesForRelaying(_a0 context.Context, _a1 *types.QueryQueuedMessagesForRelayingRequest) (*types.QueryQueuedMessagesForRelayingResponse, error)
- func (_m *QueryServer) QueuedMessagesForSigning(_a0 context.Context, _a1 *types.QueryQueuedMessagesForSigningRequest) (*types.QueryQueuedMessagesForSigningResponse, error)
- type QueuedSignedMessageI
- func (_m *QueuedSignedMessageI) AddEvidence(_a0 types.Evidence)
- func (_m *QueuedSignedMessageI) AddSignData(_a0 *types.SignData)
- func (_m *QueuedSignedMessageI) ConsensusMsg(_a0 codectypes.AnyUnpacker) (types.ConsensusMsg, error)
- func (_m *QueuedSignedMessageI) GetAddedAt() time.Time
- func (_m *QueuedSignedMessageI) GetAddedAtBlockHeight() int64
- func (_m *QueuedSignedMessageI) GetBytesToSign() []byte
- func (_m *QueuedSignedMessageI) GetErrorData() *types.ErrorData
- func (_m *QueuedSignedMessageI) GetEvidence() []*types.Evidence
- func (_m *QueuedSignedMessageI) GetId() uint64
- func (_m *QueuedSignedMessageI) GetMsg() *codectypes.Any
- func (_m *QueuedSignedMessageI) GetPublicAccessData() *types.PublicAccessData
- func (_m *QueuedSignedMessageI) GetRequireSignatures() bool
- func (_m *QueuedSignedMessageI) GetSignData() []*types.SignData
- func (_m *QueuedSignedMessageI) Nonce() []byte
- func (_m *QueuedSignedMessageI) ProtoMessage()
- func (_m *QueuedSignedMessageI) Reset()
- func (_m *QueuedSignedMessageI) SetErrorData(_a0 *types.ErrorData)
- func (_m *QueuedSignedMessageI) SetPublicAccessData(_a0 *types.PublicAccessData)
- func (_m *QueuedSignedMessageI) String() string
- type ValsetKeeper
- func (_m *ValsetKeeper) CanAcceptValidator(ctx context.Context, valAddr types.ValAddress) error
- func (_m *ValsetKeeper) GetCurrentSnapshot(ctx context.Context) (*valsettypes.Snapshot, error)
- func (_m *ValsetKeeper) GetSigningKey(ctx context.Context, valAddr types.ValAddress, chainType string, ...) ([]byte, error)
- func (_m *ValsetKeeper) Jail(ctx context.Context, valAddr types.ValAddress, reason string) error
- func (_m *ValsetKeeper) KeepValidatorAlive(ctx context.Context, valAddr types.ValAddress, pigeonVersion string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestTask ¶
AttestTask is an autogenerated mock type for the AttestTask type
func NewAttestTask ¶
func NewAttestTask(t interface { mock.TestingT Cleanup(func()) }) *AttestTask
NewAttestTask creates a new instance of AttestTask. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AttestTask) Attest ¶
func (_m *AttestTask) Attest()
Attest provides a mock function with given fields:
type Attestator ¶
Attestator is an autogenerated mock type for the Attestator type
func NewAttestator ¶
func NewAttestator(t interface { mock.TestingT Cleanup(func()) }) *Attestator
NewAttestator creates a new instance of Attestator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Attestator) ProcessAllEvidence ¶
func (_m *Attestator) ProcessAllEvidence(ctx context.Context, task types.AttestTask, evidence []types.Evidence) (types.AttestResult, error)
ProcessAllEvidence provides a mock function with given fields: ctx, task, evidence
func (*Attestator) ValidateEvidence ¶
func (_m *Attestator) ValidateEvidence(ctx context.Context, task types.AttestTask, evidence types.Evidence) error
ValidateEvidence provides a mock function with given fields: ctx, task, evidence
type EvmKeeper ¶ added in v1.10.2
EvmKeeper is an autogenerated mock type for the EvmKeeper type
func NewEvmKeeper ¶ added in v1.10.2
NewEvmKeeper creates a new instance of EvmKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*EvmKeeper) PickValidatorForMessage ¶ added in v1.10.2
func (_m *EvmKeeper) PickValidatorForMessage(ctx context.Context, chainReferenceID string, requirements *xchain.JobRequirements) (string, error)
PickValidatorForMessage provides a mock function with given fields: ctx, chainReferenceID, requirements
type QueryServer ¶ added in v1.3.0
QueryServer is an autogenerated mock type for the QueryServer type
func NewQueryServer ¶ added in v1.3.0
func NewQueryServer(t interface { mock.TestingT Cleanup(func()) }, ) *QueryServer
NewQueryServer creates a new instance of QueryServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*QueryServer) GetAllQueueNames ¶ added in v1.3.0
func (_m *QueryServer) GetAllQueueNames(_a0 context.Context, _a1 *types.QueryGetAllQueueNamesRequest) (*types.QueryGetAllQueueNamesResponse, error)
GetAllQueueNames provides a mock function with given fields: _a0, _a1
func (*QueryServer) MessageByID ¶ added in v1.14.0
func (_m *QueryServer) MessageByID(_a0 context.Context, _a1 *types.QueryMessageByIDRequest) (*types.MessageWithSignatures, error)
MessageByID provides a mock function with given fields: _a0, _a1
func (*QueryServer) MessagesInQueue ¶ added in v1.3.0
func (_m *QueryServer) MessagesInQueue(_a0 context.Context, _a1 *types.QueryMessagesInQueueRequest) (*types.QueryMessagesInQueueResponse, error)
MessagesInQueue provides a mock function with given fields: _a0, _a1
func (*QueryServer) Params ¶ added in v1.3.0
func (_m *QueryServer) Params(_a0 context.Context, _a1 *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: _a0, _a1
func (*QueryServer) QueuedMessagesForAttesting ¶ added in v1.4.0
func (_m *QueryServer) QueuedMessagesForAttesting(_a0 context.Context, _a1 *types.QueryQueuedMessagesForAttestingRequest) (*types.QueryQueuedMessagesForAttestingResponse, error)
QueuedMessagesForAttesting provides a mock function with given fields: _a0, _a1
func (*QueryServer) QueuedMessagesForRelaying ¶ added in v1.4.0
func (_m *QueryServer) QueuedMessagesForRelaying(_a0 context.Context, _a1 *types.QueryQueuedMessagesForRelayingRequest) (*types.QueryQueuedMessagesForRelayingResponse, error)
QueuedMessagesForRelaying provides a mock function with given fields: _a0, _a1
func (*QueryServer) QueuedMessagesForSigning ¶ added in v1.3.0
func (_m *QueryServer) QueuedMessagesForSigning(_a0 context.Context, _a1 *types.QueryQueuedMessagesForSigningRequest) (*types.QueryQueuedMessagesForSigningResponse, error)
QueuedMessagesForSigning provides a mock function with given fields: _a0, _a1
type QueuedSignedMessageI ¶
QueuedSignedMessageI is an autogenerated mock type for the QueuedSignedMessageI type
func NewQueuedSignedMessageI ¶
func NewQueuedSignedMessageI(t interface { mock.TestingT Cleanup(func()) }) *QueuedSignedMessageI
NewQueuedSignedMessageI creates a new instance of QueuedSignedMessageI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*QueuedSignedMessageI) AddEvidence ¶
func (_m *QueuedSignedMessageI) AddEvidence(_a0 types.Evidence)
AddEvidence provides a mock function with given fields: _a0
func (*QueuedSignedMessageI) AddSignData ¶
func (_m *QueuedSignedMessageI) AddSignData(_a0 *types.SignData)
AddSignData provides a mock function with given fields: _a0
func (*QueuedSignedMessageI) ConsensusMsg ¶
func (_m *QueuedSignedMessageI) ConsensusMsg(_a0 codectypes.AnyUnpacker) (types.ConsensusMsg, error)
ConsensusMsg provides a mock function with given fields: _a0
func (*QueuedSignedMessageI) GetAddedAt ¶ added in v0.6.0
func (_m *QueuedSignedMessageI) GetAddedAt() time.Time
GetAddedAt provides a mock function with given fields:
func (*QueuedSignedMessageI) GetAddedAtBlockHeight ¶ added in v0.6.0
func (_m *QueuedSignedMessageI) GetAddedAtBlockHeight() int64
GetAddedAtBlockHeight provides a mock function with given fields:
func (*QueuedSignedMessageI) GetBytesToSign ¶
func (_m *QueuedSignedMessageI) GetBytesToSign() []byte
GetBytesToSign provides a mock function with given fields:
func (*QueuedSignedMessageI) GetErrorData ¶ added in v1.9.1
func (_m *QueuedSignedMessageI) GetErrorData() *types.ErrorData
GetErrorData provides a mock function with given fields:
func (*QueuedSignedMessageI) GetEvidence ¶
func (_m *QueuedSignedMessageI) GetEvidence() []*types.Evidence
GetEvidence provides a mock function with given fields:
func (*QueuedSignedMessageI) GetId ¶
func (_m *QueuedSignedMessageI) GetId() uint64
GetId provides a mock function with given fields:
func (*QueuedSignedMessageI) GetMsg ¶ added in v1.9.1
func (_m *QueuedSignedMessageI) GetMsg() *codectypes.Any
GetMsg provides a mock function with given fields:
func (*QueuedSignedMessageI) GetPublicAccessData ¶
func (_m *QueuedSignedMessageI) GetPublicAccessData() *types.PublicAccessData
GetPublicAccessData provides a mock function with given fields:
func (*QueuedSignedMessageI) GetRequireSignatures ¶ added in v0.7.0
func (_m *QueuedSignedMessageI) GetRequireSignatures() bool
GetRequireSignatures provides a mock function with given fields:
func (*QueuedSignedMessageI) GetSignData ¶
func (_m *QueuedSignedMessageI) GetSignData() []*types.SignData
GetSignData provides a mock function with given fields:
func (*QueuedSignedMessageI) Nonce ¶
func (_m *QueuedSignedMessageI) Nonce() []byte
Nonce provides a mock function with given fields:
func (*QueuedSignedMessageI) ProtoMessage ¶
func (_m *QueuedSignedMessageI) ProtoMessage()
ProtoMessage provides a mock function with given fields:
func (*QueuedSignedMessageI) Reset ¶
func (_m *QueuedSignedMessageI) Reset()
Reset provides a mock function with given fields:
func (*QueuedSignedMessageI) SetErrorData ¶ added in v1.9.1
func (_m *QueuedSignedMessageI) SetErrorData(_a0 *types.ErrorData)
SetErrorData provides a mock function with given fields: _a0
func (*QueuedSignedMessageI) SetPublicAccessData ¶
func (_m *QueuedSignedMessageI) SetPublicAccessData(_a0 *types.PublicAccessData)
SetPublicAccessData provides a mock function with given fields: _a0
func (*QueuedSignedMessageI) String ¶
func (_m *QueuedSignedMessageI) String() string
String provides a mock function with given fields:
type ValsetKeeper ¶
ValsetKeeper is an autogenerated mock type for the ValsetKeeper type
func NewValsetKeeper ¶
func NewValsetKeeper(t interface { mock.TestingT Cleanup(func()) }, ) *ValsetKeeper
NewValsetKeeper creates a new instance of ValsetKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ValsetKeeper) CanAcceptValidator ¶
func (_m *ValsetKeeper) CanAcceptValidator(ctx context.Context, valAddr types.ValAddress) error
CanAcceptValidator provides a mock function with given fields: ctx, valAddr
func (*ValsetKeeper) GetCurrentSnapshot ¶
func (_m *ValsetKeeper) GetCurrentSnapshot(ctx context.Context) (*valsettypes.Snapshot, error)
GetCurrentSnapshot provides a mock function with given fields: ctx
func (*ValsetKeeper) GetSigningKey ¶
func (_m *ValsetKeeper) GetSigningKey(ctx context.Context, valAddr types.ValAddress, chainType string, chainReferenceID string, signedByAddress string) ([]byte, error)
GetSigningKey provides a mock function with given fields: ctx, valAddr, chainType, chainReferenceID, signedByAddress
func (*ValsetKeeper) Jail ¶ added in v1.12.2
func (_m *ValsetKeeper) Jail(ctx context.Context, valAddr types.ValAddress, reason string) error
Jail provides a mock function with given fields: ctx, valAddr, reason
func (*ValsetKeeper) KeepValidatorAlive ¶ added in v0.6.0
func (_m *ValsetKeeper) KeepValidatorAlive(ctx context.Context, valAddr types.ValAddress, pigeonVersion string) error
KeepValidatorAlive provides a mock function with given fields: ctx, valAddr, pigeonVersion