getContractState abstract method
Get contract state of address and return RawContractState or throw error
Implementation
Future<RawContractState> getContractState(Address address);
Get contract state of address and return RawContractState or throw error
Future<RawContractState> getContractState(Address address);