Closed mousehaohao closed 5 years ago
Hi, @mousehaohao.
You are right. I will fix this asap.
For now you can use CryptoWallet
class
Example:
let cryptoWallet = CryptoWallet(
bridgeApiUr: bridgeUrl,
etherScanApiKey: apiKey)
And then you will be able to use
cryptoWallet.ethereum
Hi Team, when I use this pod library, the default initializer is not work for etherscaninfo, the error message is "'EtherScanInfo' initializer is inaccessible due to 'internal' protection level". so I think it should be have a public initializer for this class. this code seems works: