예제 #1
0
 public async Task <BlockAPIResult> FindDexWalletAsync(string owner, string symbol, string provider)
 {
     if (!CheckServiceStatus())
     {
         return(null);
     }
     return(await _node.FindDexWalletAsync(owner, symbol, provider));
 }