v1CreateSmartContractInterfaceIntent constructor

const v1CreateSmartContractInterfaceIntent({
  1. required String smartContractAddress,
  2. required String smartContractInterface,
  3. required v1SmartContractInterfaceType type,
  4. required String label,
  5. String? notes,
})

Implementation

const v1CreateSmartContractInterfaceIntent({
  required  this.smartContractAddress,
  required  this.smartContractInterface,
  required  this.type,
  required  this.label,
   this.notes,
});