TGetSmartContractInterfacesResponse constructor

const TGetSmartContractInterfacesResponse({
  1. required List<v1SmartContractInterface> smartContractInterfaces,
})

Implementation

const TGetSmartContractInterfacesResponse({
  required  this.smartContractInterfaces,
});