v1SmartContractInterfaceReference constructor

const v1SmartContractInterfaceReference({
  1. String? smartContractInterfaceId,
  2. String? smartContractAddress,
  3. String? digest,
})

Implementation

const v1SmartContractInterfaceReference({
   this.smartContractInterfaceId,
   this.smartContractAddress,
   this.digest,
});