TCreateSmartContractInterfaceResponse constructor

const TCreateSmartContractInterfaceResponse({
  1. required v1Activity activity,
  2. v1CreateSmartContractInterfaceResult? result,
})

Implementation

const TCreateSmartContractInterfaceResponse({
  required this.activity,
  this.result,
});