File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/main/java/blockchains/iaas/uni/stuttgart/de/api/interfaces Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >blockchains.iaas.uni.stuttgart.de</groupId >
88 <artifactId >blockchain-access-layer-api</artifactId >
9- <version >2.0.5 </version >
9+ <version >2.0.6 </version >
1010
1111 <properties >
1212 <maven .compiler.source>8</maven .compiler.source>
6161 <version >5.4.0</version >
6262 <scope >test</scope >
6363 </dependency >
64+ <dependency >
65+ <groupId >org.apache.commons</groupId >
66+ <artifactId >commons-lang3</artifactId >
67+ <version >3.12.0</version >
68+ </dependency >
6469 </dependencies >
6570</project >
Original file line number Diff line number Diff line change 1717import blockchains .iaas .uni .stuttgart .de .api .exceptions .InvalidTransactionException ;
1818import blockchains .iaas .uni .stuttgart .de .api .exceptions .NotSupportedException ;
1919import blockchains .iaas .uni .stuttgart .de .api .model .*;
20- import com .github .arteam .simplejsonrpc .core .annotation .JsonRpcOptional ;
21- import com .github .arteam .simplejsonrpc .core .annotation .JsonRpcParam ;
2220import io .reactivex .Observable ;
21+ import org .apache .commons .lang3 .tuple .ImmutablePair ;
2322
2423import java .math .BigDecimal ;
2524import java .util .List ;
@@ -95,6 +94,7 @@ CompletableFuture<Transaction> invokeSmartContract(
9594 String signature ,
9695 String signer ,
9796 List <String > signers ,
97+ List <ImmutablePair <String , String >> signatures ,
9898 long minimumNumberOfSignatures
9999
100100 ) throws BalException ;
You can’t perform that action at this time.
0 commit comments