Beispiel #1
0
 ///<summary>
 ///Create new GTXClient object.
 ///</summary>
 ///<param name = "restApiClient">Initialized RESTCLient.</param>
 ///<param name = "blockchainRID">RID of blockchain.</param>
 public GTXClient(RESTClient restApiClient)
 {
     this.RestApiClient = restApiClient;
 }
 internal Transaction(Gtx gtx, RESTClient restClient)
 {
     this.GtxObject  = gtx;
     this.RestClient = restClient;
 }