Files
smom-dbis-138/contracts/emoney/interfaces/ITokenFactory138.sol
2026-03-02 12:14:09 -08:00

10 lines
190 B
Solidity

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
/**
* @title ITokenFactory138
* @notice Minimal interface for TokenFactory138 (stub for build)
*/
interface ITokenFactory138 {
}