MempoolTransactionResponse constructor

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

Implementation

MempoolTransactionResponse(this.transaction, this.metadata);