Type Alias MempoolTx

MempoolTx: Omit<Transaction,
    | "status"
    | "block_height"
    | "block_hash"
    | "confirmations">