ValidateRawTxResponse constructor

ValidateRawTxResponse({
  1. String? error,
  2. String? warnings,
})

Implementation

ValidateRawTxResponse({this.error, this.warnings});