IReinsuranceTreatyRegistry
Interface reference for IReinsuranceTreatyRegistry.
Interface
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; interface IReinsuranceTreatyRegistry { function getTreaty(bytes32 treatyId) external view returns (address treaty); function isApprovedTreaty(bytes32 treatyId) external view returns (bool approved); }