Skip to content

Commit 2778a27

Browse files
committed
Fix class diagram according latest changes
1 parent a8d7ad2 commit 2778a27

2 files changed

Lines changed: 68 additions & 62 deletions

File tree

docs/class-diagram.plantuml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,19 @@ package io.singularitynet.sdk.client {
9797
SignerType getSignerType();
9898
String getSignerMnemonic();
9999
byte[] getSignerPrivateKey();
100+
Address getRegistryAddress();
101+
Address getMultiPartyEscrowAddress();
100102
}
101103

102104
class JsonConfiguration
103105
Configuration <|.. JsonConfiguration
104106

105107
interface DependencyFactory {
106108
Web3j getWeb3j();
107-
ContractGasProvider getContractGasProvider(Web3j web3j);
108109
IPFS getIpfs();
109110
Signer getSigner();
111+
Registry getRegistry();
112+
MultiPartyEscrow getMultiPartyEscrow();
110113
}
111114

112115
class ConfigurationDependencyFactory

0 commit comments

Comments
 (0)