fix(core): harden settlement and wallet integration
This commit is contained in:
9
app/Contracts/WalletApiDnsResolver.php
Normal file
9
app/Contracts/WalletApiDnsResolver.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface WalletApiDnsResolver
|
||||
{
|
||||
/** @return list<string> */
|
||||
public function resolveAll(string $hostname): array;
|
||||
}
|
||||
Reference in New Issue
Block a user