MempoolTransactionResponse constructor
MempoolTransactionResponse(
- Transaction transaction,
- Map<
String, dynamic> ? metadata
Implementation
MempoolTransactionResponse(this.transaction, this.metadata);