# Functions
NewBridgeAccessor creates a new instance of BridgeAccessor.
NewExternalAdapterClient creates a new instance of ExternalAdapterClient.
NewFunctionsListener creates a new instance of FunctionsListener.
NewOffchainTransmitter creates a new instance of OffchainTransmitter.
NewORM creates a new instance of ORM.
# Structs
BridgeAccessor is an autogenerated mock type for the BridgeAccessor type.
BridgeAccessor_NewExternalAdapterClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NewExternalAdapterClient'.
ExternalAdapterClient is an autogenerated mock type for the ExternalAdapterClient type.
ExternalAdapterClient_FetchEncryptedSecrets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchEncryptedSecrets'.
ExternalAdapterClient_RunComputation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunComputation'.
FunctionsListener is an autogenerated mock type for the FunctionsListener type.
FunctionsListener_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
FunctionsListener_HandleOffchainRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HandleOffchainRequest'.
FunctionsListener_Start_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Start'.
OffchainTransmitter is an autogenerated mock type for the OffchainTransmitter type.
OffchainTransmitter_ReportChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReportChannel'.
OffchainTransmitter_TransmitReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransmitReport'.
ORM is an autogenerated mock type for the ORM type.
ORM_CreateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRequest'.
ORM_FindById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindById'.
ORM_FindOldestEntriesByState_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindOldestEntriesByState'.
ORM_PruneOldestRequests_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PruneOldestRequests'.
ORM_SetConfirmed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetConfirmed'.
ORM_SetError_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetError'.
ORM_SetFinalized_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFinalized'.
ORM_SetResult_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetResult'.
ORM_TimeoutExpiredResults_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TimeoutExpiredResults'.