TCreateSmartContractInterfaceInput constructor

const TCreateSmartContractInterfaceInput({
  1. required TCreateSmartContractInterfaceBody body,
})

Implementation

const TCreateSmartContractInterfaceInput({required this.body});