Exemplo n.º 1
0
 public static SearchParameterBuilder CreateForPrivateKey(string accountPrivateKey)
 {
     return(SearchParameterBuilder.CreateForPrivateKey(accountPrivateKey));
 }
Exemplo n.º 2
0
 public static SearchParameterBuilder CreateForAddress(string accountAddress)
 {
     return(SearchParameterBuilder.CreateForAddress(accountAddress));
 }