TGetSmartContractInterfacesResponse constructor
const
TGetSmartContractInterfacesResponse({
- required List<
v1SmartContractInterface> smartContractInterfaces,
Implementation
const TGetSmartContractInterfacesResponse({
required this.smartContractInterfaces,
});