Versions in this module Expand all Collapse all v1 v1.2.0 May 12, 2021 Changes in this version + type MockIoTexClient struct + func NewMockIoTexClient(ctrl *gomock.Controller) *MockIoTexClient + func (m *MockIoTexClient) EXPECT() *MockIoTexClientMockRecorder + func (m *MockIoTexClient) EstimateGasForAction(ctx context.Context, action *iotextypes.Action) (uint64, error) + func (m *MockIoTexClient) GetAccount(ctx context.Context, height int64, owner string) (*types.AccountBalanceResponse, error) + func (m *MockIoTexClient) GetBlock(ctx context.Context, height int64) (*types.Block, error) + func (m *MockIoTexClient) GetBlockTransaction(ctx context.Context, actionHash string) (*types.Transaction, error) + func (m *MockIoTexClient) GetChainID(ctx context.Context) (string, error) + func (m *MockIoTexClient) GetConfig() *config.Config + func (m *MockIoTexClient) GetGenesisBlock(ctx context.Context) (*types.Block, error) + func (m *MockIoTexClient) GetLatestBlock(ctx context.Context) (*types.Block, error) + func (m *MockIoTexClient) GetMemPool(ctx context.Context, actionHashes []string) ([]*types.TransactionIdentifier, error) + func (m *MockIoTexClient) GetMemPoolTransaction(ctx context.Context, h string) (*types.Transaction, error) + func (m *MockIoTexClient) GetStatus(ctx context.Context) (*iotexapi.GetChainMetaResponse, error) + func (m *MockIoTexClient) GetTransactions(ctx context.Context, height int64) ([]*types.Transaction, error) + func (m *MockIoTexClient) GetVersion(ctx context.Context) (*iotexapi.GetServerMetaResponse, error) + func (m *MockIoTexClient) SubmitTx(ctx context.Context, tx *iotextypes.Action) (string, error) + func (m *MockIoTexClient) SuggestGasPrice(ctx context.Context) (uint64, error) + type MockIoTexClientMockRecorder struct + func (mr *MockIoTexClientMockRecorder) EstimateGasForAction(ctx, action interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetAccount(ctx, height, owner interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetBlock(ctx, height interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetBlockTransaction(ctx, actionHash interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetChainID(ctx interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetConfig() *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetGenesisBlock(ctx interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetLatestBlock(ctx interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetMemPool(ctx, actionHashes interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetMemPoolTransaction(ctx, actionHash interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetStatus(ctx interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetTransactions(ctx, height interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) GetVersion(ctx interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) SubmitTx(ctx, tx interface{}) *gomock.Call + func (mr *MockIoTexClientMockRecorder) SuggestGasPrice(ctx interface{}) *gomock.Call