Documentation ¶
Overview ¶
Package mockblockchain is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBlockchainClient ¶
type MockBlockchainClient struct {
// contains filtered or unexported fields
}
MockBlockchainClient is a mock of BlockchainClient interface.
func NewMockBlockchainClient ¶
func NewMockBlockchainClient(ctrl *gomock.Controller) *MockBlockchainClient
NewMockBlockchainClient creates a new mock instance.
func (*MockBlockchainClient) EXPECT ¶
func (m *MockBlockchainClient) EXPECT() *MockBlockchainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBlockchainClient) ValidateRoot ¶
func (m *MockBlockchainClient) ValidateRoot(network, root string) (int64, error)
ValidateRoot mocks base method.
type MockBlockchainClientMockRecorder ¶
type MockBlockchainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBlockchainClientMockRecorder is the mock recorder for MockBlockchainClient.
func (*MockBlockchainClientMockRecorder) ValidateRoot ¶
func (mr *MockBlockchainClientMockRecorder) ValidateRoot(network, root interface{}) *gomock.Call
ValidateRoot indicates an expected call of ValidateRoot.
Click to show internal directories.
Click to hide internal directories.