Documentation
¶
Overview ¶
Package mockclient is a generated GoMock package.
Index ¶
- type MockTx
- func (m *MockTx) EXPECT() *MockTxMockRecorder
- func (m *MockTx) FeeGranter() []byte
- func (m *MockTx) FeePayer() []byte
- func (m *MockTx) GetFee() types0.Coins
- func (m *MockTx) GetGas() uint64
- func (m *MockTx) GetMemo() string
- func (m *MockTx) GetMsgs() []types0.Msg
- func (m *MockTx) GetMsgsV2() ([]proto.Message, error)
- func (m *MockTx) GetPubKeys() ([]types.PubKey, error)
- func (m *MockTx) GetSignaturesV2() ([]signing.SignatureV2, error)
- func (m *MockTx) GetSigners() ([][]byte, error)
- func (m *MockTx) GetTimeoutHeight() uint64
- func (m *MockTx) GetTimeoutTimeStamp() time.Time
- func (m *MockTx) GetUnordered() bool
- func (m *MockTx) ValidateBasic() error
- type MockTxMockRecorder
- func (mr *MockTxMockRecorder) FeeGranter() *gomock.Call
- func (mr *MockTxMockRecorder) FeePayer() *gomock.Call
- func (mr *MockTxMockRecorder) GetFee() *gomock.Call
- func (mr *MockTxMockRecorder) GetGas() *gomock.Call
- func (mr *MockTxMockRecorder) GetMemo() *gomock.Call
- func (mr *MockTxMockRecorder) GetMsgs() *gomock.Call
- func (mr *MockTxMockRecorder) GetMsgsV2() *gomock.Call
- func (mr *MockTxMockRecorder) GetPubKeys() *gomock.Call
- func (mr *MockTxMockRecorder) GetSignaturesV2() *gomock.Call
- func (mr *MockTxMockRecorder) GetSigners() *gomock.Call
- func (mr *MockTxMockRecorder) GetTimeoutHeight() *gomock.Call
- func (mr *MockTxMockRecorder) GetTimeoutTimeStamp() *gomock.Call
- func (mr *MockTxMockRecorder) GetUnordered() *gomock.Call
- func (mr *MockTxMockRecorder) ValidateBasic() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTx ¶
type MockTx struct {
// contains filtered or unexported fields
}
MockTx is a mock of Tx interface.
func NewMockTx ¶
func NewMockTx(ctrl *gomock.Controller) *MockTx
NewMockTx creates a new mock instance.
func (*MockTx) EXPECT ¶
func (m *MockTx) EXPECT() *MockTxMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTx) GetPubKeys ¶
GetPubKeys mocks base method.
func (*MockTx) GetSignaturesV2 ¶
func (m *MockTx) GetSignaturesV2() ([]signing.SignatureV2, error)
GetSignaturesV2 mocks base method.
func (*MockTx) GetSigners ¶
GetSigners mocks base method.
func (*MockTx) GetTimeoutHeight ¶
GetTimeoutHeight mocks base method.
func (*MockTx) GetTimeoutTimeStamp ¶ added in v0.1.12
GetTimeoutTimeStamp mocks base method.
func (*MockTx) GetUnordered ¶ added in v0.1.12
GetUnordered mocks base method.
func (*MockTx) ValidateBasic ¶
ValidateBasic mocks base method.
type MockTxMockRecorder ¶
type MockTxMockRecorder struct {
// contains filtered or unexported fields
}
MockTxMockRecorder is the mock recorder for MockTx.
func (*MockTxMockRecorder) FeeGranter ¶
func (mr *MockTxMockRecorder) FeeGranter() *gomock.Call
FeeGranter indicates an expected call of FeeGranter.
func (*MockTxMockRecorder) FeePayer ¶
func (mr *MockTxMockRecorder) FeePayer() *gomock.Call
FeePayer indicates an expected call of FeePayer.
func (*MockTxMockRecorder) GetFee ¶
func (mr *MockTxMockRecorder) GetFee() *gomock.Call
GetFee indicates an expected call of GetFee.
func (*MockTxMockRecorder) GetGas ¶
func (mr *MockTxMockRecorder) GetGas() *gomock.Call
GetGas indicates an expected call of GetGas.
func (*MockTxMockRecorder) GetMemo ¶
func (mr *MockTxMockRecorder) GetMemo() *gomock.Call
GetMemo indicates an expected call of GetMemo.
func (*MockTxMockRecorder) GetMsgs ¶
func (mr *MockTxMockRecorder) GetMsgs() *gomock.Call
GetMsgs indicates an expected call of GetMsgs.
func (*MockTxMockRecorder) GetMsgsV2 ¶
func (mr *MockTxMockRecorder) GetMsgsV2() *gomock.Call
GetMsgsV2 indicates an expected call of GetMsgsV2.
func (*MockTxMockRecorder) GetPubKeys ¶
func (mr *MockTxMockRecorder) GetPubKeys() *gomock.Call
GetPubKeys indicates an expected call of GetPubKeys.
func (*MockTxMockRecorder) GetSignaturesV2 ¶
func (mr *MockTxMockRecorder) GetSignaturesV2() *gomock.Call
GetSignaturesV2 indicates an expected call of GetSignaturesV2.
func (*MockTxMockRecorder) GetSigners ¶
func (mr *MockTxMockRecorder) GetSigners() *gomock.Call
GetSigners indicates an expected call of GetSigners.
func (*MockTxMockRecorder) GetTimeoutHeight ¶
func (mr *MockTxMockRecorder) GetTimeoutHeight() *gomock.Call
GetTimeoutHeight indicates an expected call of GetTimeoutHeight.
func (*MockTxMockRecorder) GetTimeoutTimeStamp ¶ added in v0.1.12
func (mr *MockTxMockRecorder) GetTimeoutTimeStamp() *gomock.Call
GetTimeoutTimeStamp indicates an expected call of GetTimeoutTimeStamp.
func (*MockTxMockRecorder) GetUnordered ¶ added in v0.1.12
func (mr *MockTxMockRecorder) GetUnordered() *gomock.Call
GetUnordered indicates an expected call of GetUnordered.
func (*MockTxMockRecorder) ValidateBasic ¶
func (mr *MockTxMockRecorder) ValidateBasic() *gomock.Call
ValidateBasic indicates an expected call of ValidateBasic.