ClientConfig constructor
- {NetworkConfig network,
- CryptoConfig crypto,
- AbiConfig abi}
Implementation
ClientConfig({
NetworkConfig network,
CryptoConfig crypto,
AbiConfig abi,
}) {
_network = network;
_crypto = crypto;
_abi = abi;
}
ClientConfig({
NetworkConfig network,
CryptoConfig crypto,
AbiConfig abi,
}) {
_network = network;
_crypto = crypto;
_abi = abi;
}