Skip to main content

VerifyCallback.sol

VerifyCallback

Abstract contract for verifying callback functions from registered markets.

marketFactory

address marketFactory

NotMarket

error NotMarket()

Throws an error indicating that the caller is not a registered market.

verifyCallback

modifier verifyCallback()

Modifier to verify the callback function is called by a registered market. Throws a NotMarket error if the caller is not a registered market.