コード例 #1
0
ファイル: Request.cs プロジェクト: bitcoinbrisbane/Colu.net
 public Request()
 {
     this.Id = Guid.NewGuid().ToString();
     this.Method = METHOD_NAME;
     this.Params = new GetAddressDataParams();
 }
コード例 #2
0
 public Request()
 {
     this.Id     = Guid.NewGuid().ToString();
     this.Method = METHOD_NAME;
     this.Params = new GetAddressDataParams();
 }