wallet tron transactions
This commit is contained in:
11
app/Cache/Set/TronWalletAddressSetCache.php
Normal file
11
app/Cache/Set/TronWalletAddressSetCache.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Cache\Set;
|
||||
|
||||
use App\Cache\Base\SetBaseCache;
|
||||
|
||||
class TronWalletAddressSetCache extends SetBaseCache
|
||||
{
|
||||
protected string $set_name = 'TronWalletAddressSetCache:'; //缓存前缀
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user