Add whitelisting and admin
This commit is contained in:
@@ -13,5 +13,6 @@ public interface IWhitelistService
|
||||
Task<int> SetIsWhitelistedAsync(IEnumerable<int> accountIds, bool isWhitelisted);
|
||||
Task<WhitelistAccount?> GetByIdAsync(int id);
|
||||
Task<WhitelistAccount> ProcessPrivyWebhookAsync(string privyUserId, long privyCreatedAt, string walletAddress, string? externalEthereumAccount, string? twitterAccount);
|
||||
Task<bool> IsEmbeddedWalletWhitelistedAsync(string embeddedWallet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user