Translations: Sample Java Programs/65/en

From ArdorDocs
Jump to: navigation, search

System.out.printf("SendMoney response: %s\n", signedTransactionResponse.toJSONString());

       TransactionResponse transactionResponse = new TransactionResponseImpl(signedTransactionResponse.getJo("transactionJSON"));
       System.out.printf("Phased: %s\n", transactionResponse.isPhased());
   }