TCreateSmartContractInterfaceBody constructor

const TCreateSmartContractInterfaceBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String smartContractAddress,
  4. required String smartContractInterface,
  5. required v1SmartContractInterfaceType type,
  6. required String label,
  7. String? notes,
})

Implementation

const TCreateSmartContractInterfaceBody({
   this.timestampMs,
   this.organizationId,
  required  this.smartContractAddress,
  required  this.smartContractInterface,
  required  this.type,
  required  this.label,
   this.notes,
});