We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d7ad2 commit 2778a27Copy full SHA for 2778a27
2 files changed
docs/class-diagram.plantuml
@@ -97,16 +97,19 @@ package io.singularitynet.sdk.client {
97
SignerType getSignerType();
98
String getSignerMnemonic();
99
byte[] getSignerPrivateKey();
100
+ Address getRegistryAddress();
101
+ Address getMultiPartyEscrowAddress();
102
}
103
104
class JsonConfiguration
105
Configuration <|.. JsonConfiguration
106
107
interface DependencyFactory {
108
Web3j getWeb3j();
- ContractGasProvider getContractGasProvider(Web3j web3j);
109
IPFS getIpfs();
110
Signer getSigner();
111
+ Registry getRegistry();
112
+ MultiPartyEscrow getMultiPartyEscrow();
113
114
115
class ConfigurationDependencyFactory
0 commit comments