PauseSettlementModule.sol
Overview
Core Functionality
Contract Methods
function prevent() external payable;
contract PauseSettlementModule {
function prevent() external {
/** SDK logic to freeze the affected funds **/
}
}Resuming Operations
Last updated