Offer Logic
The offer logic is the part of the maker contract that executes as a consequence of a call by Mangrove. The offer logic is split into trade execution implemented by makerExecute
and trade posthook implemented by makerPosthook
.
The offer logic is the part of the maker contract that executes as a consequence of a call by Mangrove. The offer logic is split into trade execution implemented by makerExecute
and trade posthook implemented by makerPosthook
.