rogervila/provably-fair

View on GitHub
src/Contracts/AlgorithmInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ProvablyFair\Contracts;

/**
 * @property string $value
 */
interface AlgorithmInterface
{
}