getFullContractState abstract method
Get full contract state of address and return FullContractState or throw error
Implementation
Future<FullContractState?> getFullContractState(Address address);
Get full contract state of address and return FullContractState or throw error
Future<FullContractState?> getFullContractState(Address address);