getContractState abstract method

Future<RawContractState> getContractState(
  1. Address address
)

Get contract state of address and return RawContractState or throw error

Implementation

Future<RawContractState> getContractState(Address address);