MempoolTransactionResponse constructor

const MempoolTransactionResponse(
  1. Transaction transaction,
  2. Map<String, dynamic>? metadata
)

Implementation

const MempoolTransactionResponse(this.transaction, this.metadata);