Documentation ¶
Index ¶
- type FetcherHelper
- func (_m *FetcherHelper) AccountBalanceRetry(ctx context.Context, network *types.NetworkIdentifier, ...) (*types.BlockIdentifier, []*types.Amount, map[string]interface{}, ...)
- func (_m *FetcherHelper) NetworkList(ctx context.Context, metadata map[string]interface{}) (*types.NetworkListResponse, *fetcher.Error)
- func (_m *FetcherHelper) NetworkStatusRetry(ctx context.Context, network *types.NetworkIdentifier, ...) (*types.NetworkStatusResponse, *fetcher.Error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetcherHelper ¶
FetcherHelper is an autogenerated mock type for the FetcherHelper type
func (*FetcherHelper) AccountBalanceRetry ¶
func (_m *FetcherHelper) AccountBalanceRetry(ctx context.Context, network *types.NetworkIdentifier, account *types.AccountIdentifier, block *types.PartialBlockIdentifier, currencies []*types.Currency) (*types.BlockIdentifier, []*types.Amount, map[string]interface{}, *fetcher.Error)
AccountBalanceRetry provides a mock function with given fields: ctx, network, account, block, currencies
func (*FetcherHelper) NetworkList ¶
func (_m *FetcherHelper) NetworkList(ctx context.Context, metadata map[string]interface{}) (*types.NetworkListResponse, *fetcher.Error)
NetworkList provides a mock function with given fields: ctx, metadata
func (*FetcherHelper) NetworkStatusRetry ¶
func (_m *FetcherHelper) NetworkStatusRetry(ctx context.Context, network *types.NetworkIdentifier, metadata map[string]interface{}) (*types.NetworkStatusResponse, *fetcher.Error)
NetworkStatusRetry provides a mock function with given fields: ctx, network, metadata
Click to show internal directories.
Click to hide internal directories.