contractReadDataHexResponseFromJson function

ContractReadDataHexResponse contractReadDataHexResponseFromJson(
  1. String str
)

Implementation

ContractReadDataHexResponse contractReadDataHexResponseFromJson(String str) =>
    ContractReadDataHexResponse.fromJson(json.decode(str));