TDeleteSmartContractInterfaceBody constructor

const TDeleteSmartContractInterfaceBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String smartContractInterfaceId,
})

Implementation

const TDeleteSmartContractInterfaceBody({
   this.timestampMs,
   this.organizationId,
  required  this.smartContractInterfaceId,
});