mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-09-01 22:00:23 +00:00
* refactoring started
* performance optimization through multithreading * added duration for the proposed calls
This commit is contained in:
@@ -9,7 +9,7 @@ public class GetTransferResponse extends AbstractResponse {
|
||||
|
||||
private Bundle[] transferBundle;
|
||||
|
||||
public static GetTransferResponse create(Bundle[] transferBundle) {
|
||||
public static GetTransferResponse create(Bundle[] transferBundle, long duration) {
|
||||
GetTransferResponse res = new GetTransferResponse();
|
||||
res.transferBundle = transferBundle;
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user