TCreateSmartContractInterfaceResponse constructor
const
TCreateSmartContractInterfaceResponse({
- required v1Activity activity,
- v1CreateSmartContractInterfaceResult? result,
Implementation
const TCreateSmartContractInterfaceResponse({
required this.activity,
this.result,
});