v1CreateSmartContractInterfaceIntent constructor
const
v1CreateSmartContractInterfaceIntent({
- required String smartContractAddress,
- required String smartContractInterface,
- required v1SmartContractInterfaceType type,
- required String label,
- String? notes,
Implementation
const v1CreateSmartContractInterfaceIntent({
required this.smartContractAddress,
required this.smartContractInterface,
required this.type,
required this.label,
this.notes,
});