getFullContractState abstract method

Future<FullContractState?> getFullContractState(
  1. Address address
)

Get full contract state of address and return FullContractState or throw error

Implementation

Future<FullContractState?> getFullContractState(Address address);