INftActionResponse constructor

INftActionResponse({
  1. required bool success,
  2. required String transactionHash,
})

Implementation

INftActionResponse({
  required this.success,
  required this.transactionHash,
});