Exemple #1
0
 public static SearchParameterBuilder CreateForPrivateKey(string accountPrivateKey)
 {
     return(SearchParameterBuilder.CreateForPrivateKey(accountPrivateKey));
 }
Exemple #2
0
 public static SearchParameterBuilder CreateForAddress(string accountAddress)
 {
     return(SearchParameterBuilder.CreateForAddress(accountAddress));
 }