# Functions
NewMockAccount creates a new mock instance.
NewMockBalance creates a new mock instance.
NewMockCurrencyConverter creates a new mock instance.
NewMockOperationHistory creates a new mock instance.
# Structs
MockAccount is a mock of Account interface.
MockAccountMockRecorder is the mock recorder for MockAccount.
MockBalance is a mock of Balance interface.
MockBalanceMockRecorder is the mock recorder for MockBalance.
MockCurrencyConverter is a mock of CurrencyConverter interface.
MockCurrencyConverterMockRecorder is the mock recorder for MockCurrencyConverter.
MockOperationHistory is a mock of OperationHistory interface.
MockOperationHistoryMockRecorder is the mock recorder for MockOperationHistory.