Closed TBSMobile closed 6 years ago
Account account = [Account accountWithMnemonicPhrase:mnemonicPhrase]; Address address = account.address;
API URL: "api.etherscan.io"
For, Getting all value means gasPrice, estimate gas. please provide proper solution.
To get query the network, you should look at the Provider API. For example:
Provider *provider = [[InfuraProvider alloc] initWithChainId:chainId];
Account account = [Account accountWithMnemonicPhrase:mnemonicPhrase]; Address address = account.address;
API URL: "api.etherscan.io"
For, Getting all value means gasPrice, estimate gas. please provide proper solution.